🎉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

i'm having trouble using the generate arbitary attribute

User: "noha"
New Altair Community Member
Updated by Jocelyn
i want to write an expression that means. If the text column contains keywords 1, 2 and 3 it classifies them as important else it classifies them to be not important. i tried this but it's not working
if([Text](contains(%{keyword1} || %{keyword2} || %{keyword3})), "important", "not important")

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "noha"
    New Altair Community Member
    OP
    i also tried this if([Text]==eval(#{keyword1}||#{keyword2}||#{keyword3}), "not important", "important")