Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kashaboinaraj
Creator
Creator

How to add url to text box in qliksense

Hi all

please any one guide me how to add a url in the textbox qliksense ?

Thanks in advance

vishnu

5 Replies
rubenmarin

Hi vishnu, when you select a string the hyperlink icon gets active to add an url:

kashaboinaraj
Creator
Creator
Author

Hi Ruben

It's working thank you....

Regards

vishnu

kai_kathy_shen
Partner - Contributor
Partner - Contributor

Is there a way to add a condition to de-activate the hyperlink?

rubenmarin

No hyperlink with no text, so you can add a measure that returns null() when you want to hide the hyperlink or the text when you want to show the link:

If(ShowLinkCondition, 'text')

Also you can add anothe measure without hyperlink if you want to show only the text:

If(HideLinkCondition,'text')

Only one of the measure will show:one with hyperlink and the other only text.

akey
Contributor
Contributor

Hey Ruben,

Is there a way to add dynamic URL in text box that fetches from field in a text box.

 

Regards,

Akey.