Hi,
I'm trying to create a user filter in a record that filters a combination of 2 fields. I've tried to use a!queryLogicalExpression() inside a!recordFilterListOption() for the filter and didn't work.
Is there any other way to do this? My other option is to create an interface with this filter but i think it would be better to have it as a user filter in the record.
Thanks,
Ignacio
Discussion posts and replies are publicly visible
One possible way you could do it is to create a local variable of partially filtered users. Have that update whenever the first filter is applied. Then, create another local variable of fully filtered users that works by applying the second filter to the partially filtered list local variable. It would be updated when either the second filter changes, or the users in the first local variable change.
I can't do that in a user filter
hello Ignacio Arriagada did you get solution for this issue? I am also looking for the solution. We are using 22.4 Version. Please let me know how you resolved this issue with default user filters and without using customize filters.
You can create a custom record field and provide a user filter on top of that field.
If you share exact requirements, members can provide proper suggestions/inputs.
What is your exact requirement, please elaborate. You will have to create separate filters for individual fields is what I am aware of. if it is a combination create a custom record field and a filter on it.