Replies: 1 comment 1 reply
-
URL field doesn't have such functions. Instead have another hidden variable and use UQL to transform the other variable to uppercase into this new variable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We've just added Infinity to our Grafana instances. The goal is to add a panel to query a partner API.
The dashboard has a textbox variable which allows the user to set a serial number that will be used in each panels.
In the new panel, this variable is used directly in the URL : method GET, URL for example
https://mypartner.com/api/$serial
With this API only the upper case serial are working. Is there any mean to add to the URL the upper case version of the textbox variable content ?
Beta Was this translation helpful? Give feedback.
All reactions