can we make one user filter dependent on other. For example if we select category user filter then only corresponding sub category values should be shown in sub category user filter.
Discussion posts and replies are publicly visible
Hi Rishi Sai Ram ,
As of now we can't pass the filter result of one user filter to another user filters in record. This might happen in Future Appian releases.
But if you want this behavior, you can create custom filters in the interface using dropdownfield or whatever based on your usecase. You can use the selected values and pass to the query to filter.
Totally Agree , As of now it can only be achieved through Custom filters not with record filters .Selected record filters aren't stored in any variable , so we can't able to create a dependent for it.
hi,Rishi Sai Ram may I know the complete context of your requirement Please? what is the problem statement and expected results?
Thanks for letting me know.
Hi, Abhishek Karumuru sure the requirement was to create a grid displaying certain columns for records and i needed to filters as well. for filters i thought of creating user filters in record obj directly instead of using dropdown components in interface. for example we have two filters category and sub category. filters are working independent right now. i just tried whether we can make it dependent that is if we select catgory 1 then only sub category which is part of that category should be shown in sub caetgory filter. we added the values in reference table and usuing grouping code to fetch values.
You have to create custom filters for this. Record's user filters are independent.