Hi guys,
I didn’t find anything about the possibility to combine filter and with filter or (super super super useful).
Now you can choose only if all are and or all are or. This is insane if you have multiple filtering to do on the same table…
So, feature super request!!
Build an IF column something like this and filter on that IF column value. Your filters don’t quite make sense, but I’ve replicated here and you can adjust accordingly.
If IDUser is RowID Then false
ElseIf MemberIDSplit is not empty Then true
ElseIf MemberIDSplit is not empty Then true
Else false
Thanks Jeff for this workaround, but this is not native and I think this can be a good addition to the filter section table
Completely agree. I asked for an overhaul of all IF logic in Glide almost 4 years ago. Kind of lost hope that it will ever come to fruition.
I’ve spent the past few days trying to work out some IF/THEN logic for a side project. The problem is that this is something I could have worked out in a matter of a few minutes with actual code. I’m running into several limitations with the current IF/THEN logic we currently have in Glide.
First of all there are inconsistencies between what’s possible with an IF/THEN column, and what’s possible with If/Then logic in visibility conditions or actions.
Most importantly, an IF/THEN column only…