Many times there is situation when I want to follow the DRY principle allowing me to simplify data filtering logic.
Case:
I need to ensure users see only the data that was not deleted in Hubspot.
So I set this “global” filter to show only entities having “Delete in Hubspot” = “no”.
But I also want the user to be able to quickly filter on other parameters, like “show me all entities for the last 1 week”, “show me all entities for the last 2 weeks”, “show me all entities for the last month”, “show me all entities elder than 3 month ago” so I try to pin those subfilters but that’s not currently possible.
