Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Please find the attached
This is the solution what do you want.............if it is ur requirement plz close the thread by select correct answer...
Thank you so much Naveen....that is what i want..Perfect
if(GetSelectedCount(MasterCalendar) = 0,1,0)
if(GetSelectedCount(calendarObjectField) = 0,1,0)