Forum Discussion
TcT85
Helper III
4 years agoCreate 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]
johnt75
Super User
4 years agoYou can add a calculated column to the table like
Item URL = "http://qualisys/#/pct/pco/" & 'Table'[PCO]- TcT854 years ago
Helper 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.
- johnt754 years ago
Super 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
- TcT854 years ago
Helper III
OK nice.
Since im very short in space, is it possible to just show the last 3 letters/numbers of this "Item URL" ?