Hi All!
Trying to know if it's possible to use one if with three conditions. (see below formula) I know something is wrong but i dont have any technical background so im not sure what to use if and OR or OR & OR i should use something else?
Using gallery for this formula, trying to re-do reza's one tutorial vids for responsive data, he only use one condition with his, so now im trying to see if its possible.
Thank you!
If(
If( varTabSelected= 1,
Exception,
Filter(
Exception,
Handler.Email = User().Email))
And
If(varTabSelected= 3,
Filter(Exception,'Exception Status'.Value="Open"),
Filter(
Exception,
'Exception Status'.Value="Close"
)
)
)