Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hyperlink issue

Hi All- I am working on to create a hyperlink in qlikview straight table using a databse field.The database field 'Documentpath' stores the URL path.

I built a straight table,brought a dimention called 'companyname' and in the expression tab I used

'Click here<URL>documentpath' and in the expression tab i changed the representation from TEXT to LINK.

When i click on the link it throws error 'Failed to Launch documentpath'.

I am not sure what I am doing wrong and how to fix it.FYI,I am using QV11.

Any suggestion would be helpful.thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try

='Click here<url>' & documentpath

View solution in original post

3 Replies
swuehl
MVP
MVP

Try

='Click here<url>' & documentpath

m_woolf
Master II
Master II

Try:

'Click here<URL>' & documentpath

Not applicable
Author

Guys..it worked.Thank you so much.....