Use two separate variables for repeating Panels..?

So I will see if I can describe what it is I would like to do. I want to display disk space information for different servers and have a graph per Server.

I thought the thing to do would be have a row that repeats for each server that is in a variable.
Then in the row have a repeating graph for each disk that is on the server using a separate variable. The problem is my disk variable has no visibility of the current server in the row so just returns all disks for all servers.

Is there any way to do this?

Hi @dp106 . Unfortunately I don’t believe this is possible at present. Essentially, template variables are not computed dynamically on a row-by-row basis, but have a single set of values globally for the dashboard. If interested, see a broader discussion in Having trouble getting nested variables to work together.

Ah yes the topic you referenced appears to be describing the exact same scenario. Thanks for your help!

1 Like