Skip to main content
December 21, 2021
Question

Usage of Record Filters for Aggregation for another grid in the same Page

  • December 21, 2021
  • 4 replies
  • 0 views

Hi All,

I am having a page where i am having a Grid called from the Record.

The record filters which are used for filtering the dataset should be used for other grid which should be using the same filters of record applied to the below grid too.

In other words i need to use the record filters called in a grid used for filtering the other grid.

If this is possible please let me know.

    4 replies

    peter.lewis
    Employee
    December 21, 2021

    Unfortunately it isn't possible to have selections from user filters apply to multiple grids on the same page. One possible work around is to create a dropdown field that saves values into a local variable and then use those results to apply a filter to both grids.

    harshavAuthor
    December 21, 2021

    Hi Peter, Thanks for the information, I missed out to point that we are already now doing the same. However we are sacrificing the concept of saving the filters which business is interested in. right now i am filtering as dropdown values and disabled the filters from records and using it for multiple grids on the screen. Thanks for the update [emoticon:c4563cd7d5574777a71c318021cbbcc8]

    peter.lewis
    Employee
    December 21, 2021

    Ah yeah, unfortunately that's the main downside of using that work around. There are some other options, including an application on the AppMarket that allows you to save filters (although it its a bit more setup / management): community.appian.com/.../saved-filters-application