stroom
stroom copied to clipboard
StroomQL filter on empty value
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