Multi value variable passing between dashboards

Hi

Is there any solution to pass multi value variable between dashboards? The multi value should be passed in URL as:
&var-name=value1&var-name=value2&… etc.
I tried with https://grafana.com/docs/grafana/latest/reference/templating/ and advanced formatting but closest to what I need is :Distributed. I get value1,var-name=value2,var-name=value3
All I need now is replace comma with ampersand. Any idea how to do it?

I have similar problem :slight_smile:

Example:
image

I use “(…)&var-station=$station” in URL and when I click I get:
image

I tried different modifiers, but haven’t found a proper one. Does anoybody know a solution?
Big thanks in advance! :slight_smile: