Hi!
Three days of looking for some workaround.And the only I found is to build separate tables… But this is A LOT of work in my case… Maybe I miss something…
I have one table with different series of tools. I want to hide from displaying in collection some series based on column value. But only particular ones…
Here is a screenshot what I want to achieve (more less):
I play with glide two months. I love it, I can build almost every my idea, and…
… lack of AND in IF/THEN is the only one but SUPERHUGE drawback. To be honest this is the only reason that I look around still in no-code world.
For any help HUGE THANKS in advance
regards, warm as usual!
The if-then-else column will test each condition, starting from the top, and return the first one that passes.
If none pass, then it will return the else, if one is given. Otherwise it will return null.
So yes, the order of the conditions is significant.
When you need to mix and/or, the best approach is to test for all the failing conditions first.