Hi Dojo,
In below example I want to use the filter to show only entries for which column Compression Type has value H.264 or Uncompressed. I tried with "Compression Type":"H.264" "Compression Type":"Uncompressed", but this results in an AND statement instead of an OR.
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 7th July 2022
If you're ok with using a server-side filter, I believe it should be possible through the 'TableRowFilter' shape data.
In there, you can use the 'fullFilter=' syntax, which supports OR-statements.
More info here
Ruben Vandepitte [SLC] [DevOps Advocate] Edited answer 7th July 2022
As far as I know ‘or’ statements in these filters are not yet possible.
It would be interesting in some cases indeed. I’m also thinking about filters when filtering on these tables in Visual Overview
Probably a new feature request.