In my database I got 3 Colums : TIME, MY_VAL, and MY_LINK.
I am displaying MY_VAL as time series according to TIME.
I want to create data link in such way that when clicking the data link on MY_VAL, I will be redirected to http://MY_LINK.
Can I do that? It looks like I have access only to MY_VAL value, “MY_VAL” and the table name.
Thanks.
Amit