Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
IF(
[Status] = "completed"
or
[Status] = "delivered", "then result is this", "else result is that")
the or can be in upper or lower case.
[Status] = "completed"
or
[Status] = "delivered", "then result is this", "else result is that")
the or can be in upper or lower case.