Forum Discussion
Anonymous
9 years agoNot applicable
add conditional column
How to add 'and' under 'add conditional column'?
if 'target' is great than 2 and *****, then ***
Hi Anonymous
In order to do that you will need to add a Custom Column
The syntax is the following below and NOTE that it is case sensitiveif [Target] > 2 and [Other column] = "Closed" then "My Output Closed" else if [Target] > 1 and [Other column] = "Open" then "My Output Open" else "Other Output"
5 Replies
- GilbertQSuper User
Hi Anonymous
In order to do that you will need to add a Custom Column
The syntax is the following below and NOTE that it is case sensitiveif [Target] > 2 and [Other column] = "Closed" then "My Output Closed" else if [Target] > 1 and [Other column] = "Open" then "My Output Open" else "Other Output"