Use value of Cell X for Data link on Cell Y

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

1 Like

I’m trying to solve the same issue, it seems that ${__cell_x} was removed in the new table format