Forum Discussion
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://qualisys/#/pct/pco/218
But I would like to link this adress http://qualisys/#/pct/pco/ + the PCO ID.
For example if i click on the PCO column "218" it will automatically open this link http://qualisys/#/pct/pco/218 in a browser.
Is this possible?
You can add a calculated column to the table like
Item URL = "http://qualisys/#/pct/pco/" & 'Table'[PCO]
6 Replies
- johnt75Super User
You can add a calculated column to the table like
Item URL = "http://qualisys/#/pct/pco/" & 'Table'[PCO]- TcT85Helper III
Hi johnt75,
Thanks for fast response, but this is not what i was looking for.
Here is a example from microsoft word, where i linked the text.
I just want to be able to open this link by just clicking on the PCO ID.
- johnt75Super User
Set the category of the new column to be Web URL and you can then use conditional formatting on a field in a table visual to add the URL
- TcT85Helper III
Hi johnt75,
Awesome, it works.
Thanks for the help