Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hyperlink a dimension

Hi All,

I'm trying to hyperlink a column in a table. The URL is already in as a dimension in the qlikview model and I've tried the expression below but it thinks the url is [Dimension with link]. [Dimension with link] is actually supposed to be a field or dimension.

'Click here<url>[Dimension with link]'

I've also tried to just put the dimensions there and set it as a link and that didn't work either. Any suggestions?

Thanks

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

I figured it out. You need to make a column with your dimension as the expressions so [Dimension with link] then the next expression will be where your link is with the following syntax:

='ClickHere<url>'&[Dimension with link]

View solution in original post

1 Reply
Not applicable
Author

I figured it out. You need to make a column with your dimension as the expressions so [Dimension with link] then the next expression will be where your link is with the following syntax:

='ClickHere<url>'&[Dimension with link]