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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
venkatg6759
Creator III
Creator III

Button Popup if no selection made

Hello Everyone ,

I have 3 list boxes in one tab and a button which takes you to another tab. I have to make button work only after making selection from atleast one list box or else it should show me a popup.

Is there a way to solve this .

The button should function only after making atleast one selection.

10 Replies
swuehl
MVP
MVP

Use this as variable definition:

=GetSelectedCount(F1) xor GetSelectedCount(F3)