-
What Grafana version and what operating system are you using?
Grafana v11.1.0 on Grafana Cloud. -
What are you trying to achieve?
I’m trying to make a table from information that I get from an api call.
I’m using Infinity to make the api query (type: json, parser: backend, source: url, format: table).
One of the columns gives me a number. That number I want to reuse in a data link.
Let me show this with some screenshots:
In the above screenshot you see that I parse some columns. One of them is “id”. This is a ticket number.
In the above screenshot you see there is also a “subject” column. This value has a data link.
The data link should consist of a static url + ticket number (like https://url/ticket{id} . The {id} should be replaced with the data from the “id” column. But I have no idea how to do that…
Is there a way that I can re-use the result of the column into the data link of another column?