Hi all,
I have a map that need to be filtered based on multiple fields.
1 field name = text
1 field street = text
1 field postal code = text
1 field city = text
1 field class = combo box
I know a way to filter the map by using nested if..... Basically I'll have to add around 20 nested if.
My question is : what's the best approach to filter a gallery or a map based on multiple fields and without nested if....
Many thanks