Add Global Filter on Top of Page That apply on multiple Models

Hi, Rajendra.  You can accomplish this by creating a button on the top of the page that activates Created Date conditions on each of your models and then requeries them, acting like a filter.

The drawback to this approach is that you need to make a new button for each ‘filter option’ that you would normally have in a dropdown list, so the top of the page can get busy fast. But if there’s not a lot of options you need, this should be a good solution. You also need to make another button to turn the filter(s) off.