I have two user filters in record, is to possible to hide and show second user filter based on value selected in 1st user filter.
For example in the below image I have two filters named 1) FEEDBACK and 2) APPOINTMENT DATE,
FEEDBACK filter had 2 values Good and Neutral, Is it possible to display the Second filter(APPOINTMENT DATE) only when we choose Good in the FEEDBACK filter?
Discussion posts and replies are publicly visible
AFAIK Appian's built-in record list functionality doesn't offer an option to directly show or hide filters based on selections from other filters.Instead of relying on the default record list, create a custom interface with a grid built using the a!gridField function.This grid will display the records based on your logic.https://docs.appian.com/suite/help/24.1/fnc_system_recorddata.html.https://docs.appian.com/suite/help/24.1/fnc_system_queryrecordtype.html