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: 
shyamcharan
Creator III
Creator III

Hyperlinking issue

Hi Experts,

I have created a QVW using XML source file and I have created a Table using the fields that I had.

Also, I have created a column for the website URL's. But when I click the launch fails.

Can anyone please check and let me know the issue that I have with opening the URL's.

Thanks in advance.

Regards,

Shyam

Labels (1)
1 Solution

Accepted Solutions
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

please use below expression

 

=[primary-institute]&'<url>'&[primary-institute/url]  in web address

View solution in original post

4 Replies
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

please use below expression

 

=[primary-institute]&'<url>'&[primary-institute/url]  in web address

ashfaq_haseeb
Champion III
Champion III

Hi,

I cannot open your file,

have a look at attached file.

Regards

ASHFAQ

aveeeeeee7en
Specialist III
Specialist III

Hi

Try this Expression:

[primary-institute]&'<url>'&[primary-institute/url]

Also, see the Attachment.

Regards

Av7eN

shyamcharan
Creator III
Creator III
Author

Thanks Perumal.

That solves my problem. Thanks heaps.