Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying Links in a straight table

Hi -

I am working with a straight table where I am re-directing my users to access different web pages based on a condition (if issue starts with certain letters go to one page, else go to another).

Links are working properly, but for some reason values for URLs are not visable in my table. Any suggestions on what i should do?

I chcked every single property that there is and did not see anything that would cause this to happen.

Here is my expression:


if(left([issue],3)='ABC',

('<URL>www.google.com'&[issue]),

'<URL>www.yahoo.com'&[issue])

Thank you!

12 Replies
SunilChauhan
Champion
Champion

see the attched file

Sunil Chauhan
Not applicable
Author

This is what worked for me :-)! thank you for your help

if(left([issue],3)='ABC',

[issue]&'<URL>'&'www.google.com'&[issue],

[issue]&'<URL>'&'www.yahoo.com'&[issue])

geetha_n
Contributor III
Contributor III

Is there any method to link another sheet...!