Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
emilyapril
Contributor II
Contributor II

URL Link in Table

Hi,

I have a URL Link in my table which needs to activated/enabled.

How can I put this in to the script/table expression to enable the link to work?
The field name is [URL Link] and all entries have the required https:\\

I have tried ='URL <url> [URL Link]' found on another question but this "fails to launch"

As always, thanks in advance!

Labels (1)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi 

have you tried 

 ='URL <url>' &  [URL Link]

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi 

have you tried 

 ='URL <url>' &  [URL Link]

hopkinsc
Partner - Specialist III
Partner - Specialist III

Did you change the representation in the expression to 'Link'?

emilyapril
Contributor II
Contributor II
Author

Thank you!

Yes, the placement of the '' fixed the issue for me  🙂

I've since used a substring in my script as some of the entries had up to 4 URLS in.
I now have 4separate fields to work with, with 4 of the above expressions for each URL (I may join them, yet to decide).

Would you know how to make each expression conditional, because as it stands, if there is no link in the entry, I'm still getting a text representation from the expression which could be confusing to some. Pic attached