Hello,
I am trying to filter a table to show only records without a value in a field called “grouping.” My table filter is:
The “filter_grouping” variable is populated via single-select dropdown which has an aggregation as a datasource:
When I select the blank option in the dropdown, records with non-blank values in “grouping” are returned:
However, I only want records without values in this field to be returned. Is it possible?