Modify SelectFilter query based on another SelectFilters value (Dependent Filters)
I have these 2 filters
( in my app:
I want to make the 2nd filter so, that it only queries the servers, which are selected by the first selectFilter, or otherwise show all.
I can do that with custom filters, but is there some out of the box solution for this?
6 Replies
Yes to use this I need custom filters with queries that I need to write myself, that was the point of the question, if I can avoid it
I'm after the same thing, did you ever find a solution to this?
I did it with custom filters, no easy way to do it
You need to do a Filter, and make a form for it with multiple Select fields
Then a query for it
Then you need an indicator for it
Fantastic, I'd actually gone down that road before but completely forgot.
Thanks for your work, it helped me a lot today! π