Is it possible to have wildcard as a parameter for example:

Platform = *, Android or IPhoneplayer in a dropdown parameter? Datasource is BigQuery

  • would be equal to platform = Android OR platform = IPhoneplayer.

Thanks for the help as always! :slight_smile:

Wildcard parameters are not currently supported. The functionality should be possible once optional parameter are released. You would remove the optional parameter to “show all” and include the parameter to filter the result. You can track development in the Github issue I linked.