Skip to main content
November 23, 2023
Solved

Extract the filters applied in a readonly Grid

  • November 23, 2023
  • 2 replies
  • 0 views

I'm trying to get the User Filters that are currently applied in a readonly grid to use them in a Process Model, but I don´t find a way to do it.

Is it possible to retrieve that data?

    Best answer by sriramk5349

    Hi [mention:c21ba37eb0f0439c9787a5bb4204a1f3:e9ed411860ed4f2ba0265705b8793d05] ,

    If you are using record user filters, As far as I know, it is not possible. You can create custom filters in the same way shown here. If we create custom filters, we have the selected filter values stored in our variables, So we can send those values to process model.

    2 replies

    November 23, 2023

    Using the user filter components of a Record this is not possible.

    The way to go here would be to create your own 'user filters'.

    For instance create a dropdown that saves into a rule input, that then is used as a flter value for the record data query.

    In this way, your filter will be applied while seperately also catching the applied filtering values.

    sriramk5349
    November 23, 2023

    Hi [mention:c21ba37eb0f0439c9787a5bb4204a1f3:e9ed411860ed4f2ba0265705b8793d05] ,

    If you are using record user filters, As far as I know, it is not possible. You can create custom filters in the same way shown here. If we create custom filters, we have the selected filter values stored in our variables, So we can send those values to process model.