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: 
Not applicable

Maximizing and minimizing Objects

sir, I have requirement like, If Nothing is selected in List Boxes I need to Display One Text message Like "Please select anything from List box". If I selected values in List Box corresping chart will pop up and if i unselect all again i need to display same text message "Please select anything from List Box".

Please Help me.

Best Regards

Bala prasad

2 Replies
swuehl
MVP
MVP

Hi Bala prasad,

I think you could do this using the conditional show in layout tab or calculation condition in general tab of your chart properties.

Use

=if(GetSelectedCount(LISTBOXFIELD),1,0)

as expression in one the condition fields.

Please have a look at the sample file.

Regards,

Stefan

Not applicable
Author

Thank you sir, Its Working fine.