I have a query with a couple multi-filters which I’d like to be able to do one of the following things with but can’t find information on how to:

  1. Determine their default values
  2. Have the ‘Select All’ option selected by default.
  3. Pass their default values in the URL (query is not in a dashboard).

Ideas?

6 Likes

+1

Have the ‘Select All’ option selected by default.
Determine their default values

1 Like

Very very new to redash (it’s my first day using it - so please excuse a potentially stupid question), but just ran into this issue - just wondering if you found a way to do this? I’d really like to present the full set of data first and then allow the user to drill down using the filters. The default behavior of auto-selecting the first result as the filter makes this impossible.

There are not any workaround using query filters. You can do it with query parameters instead.

Great, thanks for the link - I’ll check it out!