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

Macro to enable and disable a button

Hi

I am very new to Qlikview, I would like to know if there is any mean to read the Current Selection value and check if it is null and then enable the button only if it is not null.

Any suggestions ??

1 Reply
m_woolf
Master II
Master II

You might try:

=if(len(GetCurrentSelection())>0, do action)