Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try
='Click here<url>' & documentpath
Try:
'Click here<URL>' & documentpath
Guys..it worked.Thank you so much.....