Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculated condition with or and If

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()>=1

or

((GetSelectedCount() + GetSelectedCount())>=1 and GetSelectedCount()>=1)

or

GetSelectedCount([Num])>=1

or

(GetSelectedCount([Year])>=1 and GetSelectedCount()>=1)

or

(GetSelectedCount()>=1 and (GetSelectedCount() + GetSelectedCount() + GetSelectedCount())>=1)

Could someone please advise?

1 Reply
Digvijay_Singh

Check this expression in text box and see if you can figure out from the value it shows, may be..