Multiple Filter Issues

I'm encountering an issue with filtering my event list based on multiple criteria using dropdown selections. Here's what's happening:

I have a list of events displayed in a list view (listview), and I want to filter this list based on various criteria. To achieve this, I created a page containing three dropdown menus. After selecting options from these dropdowns, I validate them, and the selections are saved into my application's variables.

Then, I navigate back to the event page and attempt to apply these filters to my backend query to display the filtered data. However, it's not working as expected. The filtered data isn't showing up correctly.

Can anyone provide guidance on how to resolve this issue? I'd appreciate any advice on what steps I should take to troubleshoot and fix this problem.

2 replies