Forum Discussion
TcT85
4 years agoHelper III
Create a http link + additional information from the data
Hi, So I have created and published a visualization on open tasks. In the PCO column i have a ID for the task. To see additional information, I will need to open the browser and type http:/...
- 4 years ago
You can add a calculated column to the table like
Item URL = "http://qualisys/#/pct/pco/" & 'Table'[PCO]
TcT85
4 years agoHelper III
Hi johnt75,
Awesome, it works.
Thanks for the help