Idea Summary
Filter interactive report with "does not contain" also filter empty values.
It would be helpful to add an option to include empty values in Regular Expression search.
Use Case
My current work around is to change the source of report to change null values to blank.
But with this the filter condition “is (not) empty” is not possible, but also there is no option to deactive this condition.
Preferred Solution (Optional)
Add an option to include null values
does not contain ABC to NOT LIKE ‘%ABC%’
-→
does not contain ABC to NOT LIKE '%ABC%' or is null
