Multiple Filter Issues

Database & APIs

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 textfields and checkboxes. After selecting options from the textfields and page variables, i am clicking on apply filter

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.

What have you tried so far?

I have tried creating a custom function/action using code copilot, but could not get any results

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies