🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how to make data>6=good , (cha[i>6]="good" ) use which operators

User: "saul"
New Altair Community Member
Updated by Jocelyn
how to make data>6=good ,  (cha[i>6]="good"   )   use which operators

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "saul"
    New Altair Community Member
    OP
    >6="good"
    =6="min"
    <6="bad"
    how to use in  genrate attributes
    User: "Pavithra_Rao"
    New Altair Community Member
    Accepted Answer
    Hi @saul,

    Best option is If function in 'Generate Attributes' operator.

    Cheers,
    Pavithra
    User: "saul"
    New Altair Community Member
    OP
    i want know what sentence(if (quality >5,"good","bad") 
    can divide 3  (good min bad )