I have a dashboard with a multiselect that is populated dynamically using a search. When "All" is selected, I'm setting a different token with "*" (I'm using the hack found here to remove "All"). My multiselect is populated with choices dependent on other inputs. I want to make the "All" basically be all the choices, as opposed to "*", since it will go out of the scope of the available choices.
Anyway I can do that? Set a different token as all the choices every time "All" is selected?