Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to do a conditional show with a bunch of different criteria, below is what im using and it is not working.
GetSelectedCount()>=1
or
((GetSelectedCount() + GetSelectedCount())>=1 and GetSelectedCount()>=1)
GetSelectedCount([Num])>=1
(GetSelectedCount([Year])>=1 and GetSelectedCount()>=1)
(GetSelectedCount()>=1 and (GetSelectedCount() + GetSelectedCount() + GetSelectedCount())>=1)
Could someone please advise?
Check this expression in text box and see if you can figure out from the value it shows, may be..