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
Shubham Aware said:reate a custom interface with a grid built using the a!gridField function.This grid will display the records based on your logic.
I guess the problem is not about the data. Its about the filters.
If you use a!queryRecordType() as data in gridField() you can show and hide filters on value selection.