Not raising this a bug, as not sure if i’m doing it wrong, or if its not supposed to be working.
I’m just wondering if the ‘Toggle Condition’ feature in server connect query builder is supposed to be working in the current beta?
If so, how exactly does it work? Is it supposed to accept a true/false condition, and if met the condition will be either applied or not applied?
In previous versions and following older guides, i always put something in there when using a filter, and it would basically not apply the condition if that GET filter was empty (like a search field for a DB query)
Nothing i do with it now seems to work. Here is a simple example when trying to apply a filter on a boolean field in my DB.
I am looking for this answer also. The docs are not updated with the new details of this. Is this an expression that results in including or excluding a condition?
I think a common use would be a condition like {{$_GET.filter}}, so only apply when there’s a value there, otherwise skip. Programmatically it’s backwards, so then I’d have to do this every time: {{!$_GET.filter}} LOL
Ok… sorry for the confusion then… it still gets me muddled up. I have it all working though… and I think @jamesw got there too. Feel free to delete my posts so as to not confuse people