I'm facing an issue with filtering records in a ListPage. I need to implement a cascading lookup relationship between two Quick Filters:
Quick Filter 1 (QF1): Category
Quick Filter 2 (QF2): Subcategory
My goal is to dynamically update the options in QF2 based on the selected value in QF1. For instance, if the user chooses "Category A" in QF1, QF2 should only display the subcategories associated with "Category A.",
If user in QF1 selects Category A & C, in QF2, just see SubCategories associated with "Category A & C"