Forum Discussion

Godi's avatar
Godi
New Member
3 years ago
Solved

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      ...
  • eliasayyy's avatar
    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
        )
       )
    )