Hello
I'm trying to allow users to filter a list view based on three dropdown menus where you can select multiple criteria;
Example :
First dropdown is "Brand", and user can select Toyota, Ford and Peugeot
Second dropdown is color and user can select Blue and Green
Results on the list view show cars that are blue or green, and toyotas, fords or peugeot
meaning each dropdown is a "or" but they have to be combined
Do you have a custom function to do that ?
It would be very helpful !
Thank you very much