Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
See my attach. i want to hide/show my table and label base on my selections.
I tried GetSelectedCount(Title) = 0 or GetSelectedCount(Name) = 0 or GetSelectedCount(Day)=0 and GetSelectedCount(Week) = 0
But still not working
maybe
=
GetSelectedCount(Title)>0 and GetSelectedCount(LastName)>0 and
(GetSelectedCount(Year)>0
or GetSelectedCount(Q)>0
or GetSelectedCount(Month)>0
or GetSelectedCount(Week)>0
or GetSelectedCount(Day)>0)
Didnt work
Hi,
Maxgro expression is working. And you need to give the opposite way of Your Text box Also.
Like
TextBox : Conditional Layout:
=if((GetSelectedCount(Title)>0 and GetSelectedCount(LastName)>0 and
(GetSelectedCount(Year)>0
or GetSelectedCount(Q)>0
or GetSelectedCount(Month)>0
or GetSelectedCount(Week)>0
or GetSelectedCount(Day)>0))=0,-1,0)
Check the Attachment.