Dropdown list display

Hello,
I have a site that you need to pick from dropdown list “category” and than you transfer to a dynamic page. in that dynamic page i have table that display all the bussineses that in the category you pick.
I want to put in that dynamic page dropdown list that the people will be able to filter the table with “City”.
by now i failed because all the codes that i wrote filter from ALL the database and i want to filter from the table on each page.

Thank you :slight_smile:

Hi nevo,

After the user selects a city , build a filter using both the category used on the dynamic page and the city that the user selected. Then do the query with this filter.

Yisrael

Can you pls send me code?
Thank you

See the docs for details regarding query filters . You’ll find everything you need to build filters for whatever you want.