I’m seeing some potential opportunities to make filters more powerful by allowing nested AND/OR functionality.
For example, I’d like to be able to have an Analysis be filtered in-app by a Site Selection, and a Date selection, and include both null date results and date results earlier than the Date Selection for the specified Site Selection.
Currently this does not seem to be achievable within one Analysis.
This could looke like:
Filters:
[Site_Variable = Site Selection]
AND
[Date = null
OR
Date < Date Selection]