What do the settings look like for the $country_name variable? Is it a MySQL query or a “custom” variable? Multi or single value?
You could try ${country_name:raw}
so that Grafana does not try to do any interpolation or escaping.
What do the settings look like for the $country_name variable? Is it a MySQL query or a “custom” variable? Multi or single value?
You could try ${country_name:raw}
so that Grafana does not try to do any interpolation or escaping.