Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show/Hide a link as per data availability

Hi All,

I am having one list box and one link on the sheet.

My requirement is If URL is available for the selected data from the listbox than link should be shown else it should be hiddne.

Is it possible in Qlikview if yes how it can be achived.

Thanks in advance.

1 Reply
Not applicable
Author

Hi,

You can hide/display the URL object by using the 'conditional show' property in the 'Layout' tab. You can use the expression based on the condition to show/hide the URL.

example:

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

if(GetPossibleCount(URL)>=1,true(),false())