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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
datanibbler
Champion
Champion

How to detect if any selection (any at all) has been made?

Hi,

what is the command/ function I need to determine if any selection (any at all) has been made?

I know I can use GETFIELDSELECTIONS and others to determine the presence of any field-specific decisions - but in this case - there is a variable which I know to be correct ONLY if the user does not make any selection, but just views my diagram as it is. As soon as the user selects a month or else, it is wrong.

Can I build a condition for that?

Thanks a lot!

Best regards,

DataNibbler

1 Solution

Accepted Solutions
sushil353
Master II
Master II

using getcurrentselections() function you can check whether any selection as been made or not.

HTH

Sushil

View solution in original post

2 Replies
sushil353
Master II
Master II

using getcurrentselections() function you can check whether any selection as been made or not.

HTH

Sushil

vivientexier
Partner - Creator II
Partner - Creator II

Just add this as a condition :

IsNull(GetCurrentSelections())