Hi all, I’m looking for some help with building combined search filters. I have an object collection created with repeater and multiple search filters need to be applied. I have created one drop down filter of the material of the object, but I want to combine it with other filters such as price, object type, etc…
Thank you so much for your reply! I will have a look , here is the file tho. I will like to know if we can combine and the three filters together… is that possible in Axure? Thank you a lot FRUITS FILTER (THREE FILTERS).rp (338.9 KB)
So the file you attached only had two - but I used it to demonstrate the concept. Instead of checking the box to remove all filters, leave that unchecked.
Instead, in the OnSelectionChange event of the drop down clear just the specific filter by name - so for the first, you’ll remove the existing ITEM filter first and then apply the new filter as chosen.
Same thing on the Type filter. That way, when you change the item or type filter, the other filter will persist.
I also added cases for “ANY” to remove the filter.
Have a look and feel free to ask if you have any questions.