Hi all,
I build a table panel from a templating variable (SELECT $myVar) with ‘all’ selected, as result I get one row, and one value per column, example myStr1 | myStr2 | etc…
For the table I create a dataLink using ‘${__value.text}’.
But for all the cells, the variable ‘${__value.text}’ is replaced by ‘myStr1’, where I was expecting ‘myStr2’ on the second cell.
I use Grafana version : 7.3.1, database postgresql but I do not think it matters here.
If someone has an idea to solve this. Thanks.