I have two dashboards that are linked by a drilldown and that have the same multiselect input. I'm trying to find a way to pass a token with all the selected choices from the first multiselect to the second, that way the second multiselect is default populated with the same values the user originally selected on the first dashboard.
When I use the below code all of the selected choices are concatenated into one string and turn into a singular choice in the drilldown multiselect.
drilldown target="New Window 3"
link test2?form.field1=$field1$ /link
/drilldown
↧