I have a filter query: Software eq 'FormResponse'
When I fill out the form and leave FormResponse blank, the filter query won't return any rows from the list because FormResponse returns '' while all blank cells in the Software choice column return null.
Is there a way to write the filter query to treat '' and null as the same?
(This is part of a longer filter query where one software will have a value while others are left blank on the form: Software eq 'FormResponse' and Software2 eq 'FormResponse2' and Software3 eq 'FormResponse3'...etc.)