if a template variable ‘myvar’ is set to Multi-value and it has these values ‘a’, ‘b’ and ‘c’ etc. I add a link /d/BOi_et-Gz/dashboard2?orgId=1&var-myvar=$myvar in a panel so that can visit another dashboard and pass the values of the ‘myvar’ to that dashboard , but I found the url in browser is /d/BOi_et-Gz/dashboard2?orgId=1&var-myvar=%7Ba,b%7D after I chose ‘a’ and ‘b’ from template variable ‘myvar’ and then click this panel link, I hope the url can be /d/BOi_et-Gz/dashboard2?orgId=1&var-myvar=a&var-myvar=b, otherwise the dashboard can not work.
So my question is how to write a panel link if it contain a template variable which is Multi-value type?