Hi,
Have multiple user filters configured in record. User filter values are not getting refreshed on user interaction.
Scenario:
User selects filter1 from dropdown and then selects filter2 to filter on two different fields.
Issue:
If user selects filter1 from dropdown, record list displays the subset(datasubset1) filtered by filter1 but filter2 still shows all the values in the dropdown.
Ideally filter2 should show only the values from datasubset1.
Is this default Appian behaviour or is there any configuration which needs to be done?
Regards,
Vikrant Bhardwaj.
Discussion posts and replies are publicly visible
This is the default behaviour for any filter you define in the record itself. When you need/want more sophisticated filtering, just create a separate UI.
Creating a separate UI means that you need to use the read-only grid on one of your interfaces and then not actually use the record's user filters, rather creating custom filters on the interface directly using various components available eg. dropdown field, textField, etc. Once the value is selected in these fields, you can pass this value in filters within a!queryRecordData(), which will be used as the source for your grid.
Harshit BumbSr Software Engineer | Tech Leadw: harshitbumb.com