Skip to main content
May 28, 2022
Question

Grid field

  • May 28, 2022
  • 2 replies
  • 0 views

Hi All,

I am using a grid field with record as the source and here i am using the record user filters as grid filters.

Now ,How can I save the filter that user selected to any local variable ?

thanks in advance,

Surya

    2 replies

    mikes0011
    Brainy
    May 28, 2022

    Assuming you're referring to the built-in filters exposed directly as part of the component (as configured in the record type etc), I'm not sure this is currently possible.  If you tell us a bit more about your use case, maybe we can help finding some sort of workable alternate solution?

    The Expression Guru
    May 28, 2022

    Hi Mike,


    In my case, I am using a record where it contains order details with different status like "Delivered","Placed" so on.
    and these were given as filters in record level (which i have used in interface as well) and for every order it will have amount and when ever user selects a filter only those amounts should be added and visible to user.
    I have tried and I am getting total amount irrespective of filter selected.
    Now if there is any way to store the selected filter then i can achieve it.

    Thanks in advance,
    Surya