stroom icon indicating copy to clipboard operation
stroom copied to clipboard

StroomQL filter on empty value

Open stroomdev10 opened this issue 1 year ago • 0 comments

I have a StroomQL query that I would like to filter a column to only show where the value is null/empty

The extraction does not return the field if the source data does not exist

if I add filter optionalField = '*' then I get data where the optionalField is populated , but if I add filter optionalField != '*' I get no results

stroomdev10 avatar Oct 02 '24 10:10 stroomdev10