CollectionLookup and rows repeated for a variable #1345
Unanswered
patrikerdes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a need for repeating rows, and using three different values for each row (the row title, the row metric name, and the threshold value for the row). I've tried setting this up using the Infinity data source plugin with no success yet.
I've been able to setup three values that depend on a single variable, by using CollectionLookup.
This way I can use ${var1:text}, ${var1:value} and ${var2:text} to access the three different values.
I'm now trying to use these three values in a row repeated by var1.
This works when selecting a single value for var1
However, it does not work when selecting "All" for var1, var2 is not controlled by the value of var1 for each row as I would have expected
Is there a way of getting three different values that all depend on a single variable which is repeated per row, which also works when selecting the "All" value so that all rows are visible at the same time? If yes, how can that be achieved?
Beta Was this translation helpful? Give feedback.
All reactions