Hello all,
kindly help me to make the column component-id to display as the link from the drill_url column.... the concept is when i clicked the component_id it should open the link in drill_url.. Please help me out to do this. Thanks in advance!
Hello all,
kindly help me to make the column component-id to display as the link from the drill_url column.... the concept is when i clicked the component_id it should open the link in drill_url.. Please help me out to do this. Thanks in advance!
Hey there, i am wondering, is it not something you can do using SQL?
i think its not possible as this requires frontend logic. because there is unique id with unique link for each.
Just a recap to see if I understood:
Is it correct?
No No... when i clicked the particular component_id it should navigate to the corresponding url present in drill_url column.
I've recreated your request using my own data.
As you can see I have a buy_url containing a parameter called ListingID.
Then I have a column called temp_url that when clicked send me to the corresponding buy_url.
In order to do so:
In my case
Link URL = https://www.stubhub.com/secure/buy/Initialise?ListingID={{temp_url}}&EventID=151804199&CategoryId=149156
Thanks a lot! In my case i have send extra 2 parameters component_start_date & component_end_date.
i gave like this
http://192.168.137.1:3002/dashboard/161-grafana?component_id={{component_id}}&component_start_date={{from}}&component_end_date={{end}}
It passes only the component_id values not the other 2.
What if you simply put the {{drill_url}} as Link URL?
Thanks a lot for sharing your time dude ! I had solved and completed my work
Great!