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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hamzabob1
Partner - Contributor III
Partner - Contributor III

hide listbox when we select calendar object and hide calendar object when we select listbox...

hello all,

I have one problem can u please help me out.

my Question is:-I have 2 calendar in my qvw.one is master calendar and one is calendar object and both has to visible when we did not select anything.And when we select calendar object master calendar should not be visible and wise versa.

Thanks in advance

13 Replies
Not applicable

Please find the attached

Not applicable

This is the solution what do you want.............if it is ur requirement plz close the thread by select correct answer...

hamzabob1
Partner - Contributor III
Partner - Contributor III
Author

Thank you so much Naveen....that is what i want..Perfect

Not applicable

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

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