Hey,
Is there a list of conditions that work on the grid BAQ options/where list?
For example, I’m looking for “begins” or “startswith” below, but it ignores anything I try there. “>=” works, but it’s not quite the same effect.
Thanks,
Joe
Hey,
Is there a list of conditions that work on the grid BAQ options/where list?
For example, I’m looking for “begins” or “startswith” below, but it ignores anything I try there. “>=” works, but it’s not quite the same effect.
Thanks,
Joe
'Doh. Just “starts”.
For posterity, these are the ones I’ve found:
=, <, >, <=, >=. <>, starts, contains, ends, matches, in
Thanks, Hannah.
You can add in to that list
what about a condition where it is not in another dataview? i used <> and successfully filtered out 1 of the values…

I was needing to do something like ‘not starts’ or ‘not contains’, etc… and that doesn’t work… what does work is: not(field starts ‘somevalue’)