Skip to main content
November 23, 2023
Question

Record User filter default option limitation.

  • November 23, 2023
  • 6 replies
  • 0 views

Hi All,

I have a requirement when we display the record.
I have configured one user filter named "status" which consists of 5 values. 
I want that whenever the user lands on the page.. one of the five option from the filter is NOT applied.

the value in the Default option should not be applied. {Basically all the other 4 apart from the default value should be in the filters when page gets load}

Kindly suggest what can be done as datatype of default option is text and not array!

    6 replies

    sriramk5349
    November 23, 2023

    Hi [mention:130bfd5118334f6ba0448fca69346ec2:e9ed411860ed4f2ba0265705b8793d05] ,

    If you don't want one specific option in the filter list, please remove that in filter list option.

    November 23, 2023

    Hi [mention:e3625867b9174cde8adf66b9ab725141:e9ed411860ed4f2ba0265705b8793d05] ,

    No.. in the filter list we want all the options. But when the page loads the default option shouldn't be equal to the value..

    Scenario: we have these values (pending, completed, abc, etc). All these values should be there in the filter list. But when the page loads, it should show all row whose status is NOT completed meaning it should show all request except from the one whose status is completed.

    User wants the flexibility where they can add/remove the default option from the filter list front frontend view.

    Known Participant
    March 4, 2024

    Hi [mention:130bfd5118334f6ba0448fca69346ec2:e9ed411860ed4f2ba0265705b8793d05] , I have a similar requirement, have you found a solution?