Well, you’re right.
I had two variable, one for the IP of my router (influxdb datasource), and another one to get the hostname of my routers using the routerIP variable.
I wanted to repeat the row using the routerIP value while displaying the routerName content. I though it would be possible since they’re related. But as @sowdenraymond explained, it don’t work like that…
I then tried to build a Custom Variable using the content of those two variable, but didn’t catch it.
So the last solution I came to was to build the Custom Variable by myself. But since I have to many routers, I build the script!
Hope that make sense…