What Grafana version and what operating system are you using?
What are you trying to achieve?
i want to creat a panel with all Variable i defined.
How are you trying to achieve it?
Variable name = LH
SELECT DISTINCT"TE_ID" FROM public." Daten"
Preview of Values
all 1 2 3 4 5 6 7 8 9 10
Panel
SELECT “SOC” AS “value”, “Zeit” AS “time” FROM “Daten” WHERE"TE_ID"= $LH
What happened?
if i select
one Variable it Worke Properly
more then one Variable : db query error: pq: syntax error at or near “,”
All Variable: db query error: pq: syntax error at or near “,”
What did you expect to happen?
i’m expeding to be abble to see all Variable in one Panel,
10 diferent graph in one Panel with label 1 to 10.
Can you copy/paste the configuration(s) that you are having problems with?
SELECT “SOC” AS “value”, “Zeit” AS “time” FROM “TE_Daten_Allgemein” WHERE"TE_ID"= $LH
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
db query error: pq: syntax error at or near “,”
Did you follow any online instructions? If so, what is the URL?