Using Grafana v10.2.2
I am trying to use a multi-select variable as one of my URL Query Parameters. I need to make the values into a semi-colon “;” separated list, but there is no option for that using the “Advanced variable format options”.
${MyVariable:text} gives me “Value1 + Value2” but I need it to be “Value1;Value2”. How do I do that?
Thanks.
- Did you follow any online instructions? If so, what is the URL?
Variable syntax | Grafana documentation