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!
Discussion posts and replies are publicly visible
Hi vidyaj0002 ,
If you don't want one specific option in the filter list, please remove that in filter list option.
Hi Sri Ram Kaja ,
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.
Hi vidyaj0002 , I have a similar requirement, have you found a solution?
We can only select one option & we can't use not equal to operator in here , So my suggestion is to create a custom record field. let's take above example in Custom record field based on it's status , Completed records comes under one category remaining comes to another category and we can use this custom field in Your user filters.
Hey, I believe this approach could be effective in user filters.
Upon page loading, the default selection will be set, displaying all data except for those with the "done" status.
HI AnjaliP , I had created custom user filter for my requirement.