Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ??
You might try:
=if(len(GetCurrentSelection())>0, do action)