In general you should prefer Query Parameters over Filters. Query Parameters can do exactly what you describe. If you need multiple “master filters” then you can name your query filters differently. Such as "alias::App_name1" and "alias::App_name2".
hey @jesse,
i understand what you meant,
the thing is, that if i will use parameters, each time a user will open the dashboard and change the parameter, then all the queries in the dashboard will run again.
and i want to avoid this situation,
thanks again,
When you say use a parameter, you then need to create a query to fill the paremeter drop down,
the benefit of a filter is that it self generates. (and therefore solves the problem of nested query params i.e. using one value to generate the value list for the next filter)
Login or sign up disabled while the site is in read only mode