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 ***
- 9 years ago
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"
Anonymous
9 years agoNot applicable
GilbertQ yes, i'm in edit queries/add column/conditional column. but where to add 'and'
for example below, how should i say
if actualstart = 11/07/2017 and (or) ****, then output = 13/07/2017.
GilbertQ
9 years agoSuper User
Hi there, instead of using the Conditional Column use the Custom Column and then paste the code in there.
Currently with the Conditional Column it does not allow you to put in the "and"
Currently with the Conditional Column it does not allow you to put in the "and"