Forum Discussion
Godi
3 years agoNew Member
Multiple OR functions as a measure
I have a table with 3 categories. Depending on the the first category (C1 - C35), the others require different data. Example C1 requires all three levels C2 requires only one level ...
- 3 years ago
hello you can put an or inside an or for example
OR(first condition,
OR(Second Condition,
OR(third Condition,
Fourth condition
)
)
)
eliasayyy
Memorable Member
3 years agohello you can put an or inside an or for example
OR(first condition,
OR(Second Condition,
OR(third Condition,
Fourth condition
)
)
)