Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

IF statement with multiple conditions

Hi,   I need help with syntax to construct this statement:  If [date]>0, AND measure1="one" or measure1="two" or measure1="three", then "no", else "yes".   In other words, if the 1st condition is...
  • Anonymous's avatar
    Anonymous
    7 years ago

    That worked perfectly!  Thank you very much!  As I suspected, my statement was needlessly complicated.