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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Condition: no selection

Hi, I need a condition thah is true when there are no selection in the document. How can I write this?

Labels (1)
3 Replies
Anonymous
Not applicable
Author

Hello,

=if(isnull(GetCurrentSelections()),1,0)

BR

Serhan

prieper
Master II
Master II

shorter: LEN(GETCURRENTSELECTIONS())

HTH Peter

ecolomer
Master II
Master II

Hi,

Try with this:  

=if(IsNull(GetCurrentSelections()), 1, 0)