*** What Grafana version and what operating system are you using?**
I use Grafana v9.5.19
*** What are you trying to achieve?**
apply and link the data to use the variable to have dynamic dashboard
-
How are you trying to achieve it?
by linking the variables with query and have dynamic filters -
What happened?
the variables is correct but when i link it to the query , it cues tow things
1- didn’t work or show any data
2- error, by not read or recognize the element in the database
-
What did you expect to happen?
the filters work and the variables linked correctly -
Can you copy/paste the configuration(s) that you are having problems with?
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
select orign_EN ,count (ItemCode) as ‘Total shipments’ FROM DBMaster.V2 WHERE orign_EN = ‘$test’
GROUP BY orign_EN order by count (ItemCode) desc
Status: 500. Message: db query error: mssql: Incorrect syntax near ‘Khamis’.
- Did you follow any online instructions? If so, what is the URL?
No