-
What Grafana version and what operating system are you using?
Grafana v11.0.0 -
What are you trying to achieve?
I would like to select multiple values from list and display all of them with trend visualization -
How are you trying to achieve it?
Data source: infinity (plugin)
Type: JSON
Parser: UQL
Source: Inline
format: data Frame
I added a variable names Rank from the JSON (i.e 0,1,2)
I also used Transform data to change the format of “time” and “hight” to number
-
What happened?
I can only view one selection at a time -
What did you expect to happen?
be able to select multiple selection from list -
Can you copy/paste the configuration(s) that you are having problems with?
UQL query:
parse-json
jsonata “People[Name = ‘Alex’ and number = 1 and rank in $Rank][ ].data[ ]” -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
I tried following this link:
Simple JSON API & Dashboard Variables don't appear to work - #13 by yosiasz