Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Krish2459_58
Creator
Creator

If clause

Hi, We are using the below if clause to changethe title of a filter object.

It woks when a individaul filter selection. But when we select for ex., Country and Lease ID the title shows blank.

Please help me to correct the clause.

 

=if(
getSelectedCount(coordinates)= 1 or
GetSelectedCount(Country)>= 1 or
GetSelectedCount([Lease ID])= 1 or
GetSelectedCount(City)= 1 or
GetSelectedCount(State)=1 or
GetSelectedCount([Property Type])=1 or
GetSelectedCount(Address)=1 or
GetSelectedCount([Building ID])=1 or
GetSelectedCount([Lease Status 2])=1 or
GetSelectedCount([Leased / Owned])=1 or
GetSelectedCount([Lease Expiry])=1 or
GetPossibleCount([Building ID]) =-1,("Lease ID"),'Lease ID')

 

Thanks..

Labels (2)
4 Replies
Krish2459_58
Creator
Creator
Author

Hi, any suggestion.

Thanks..

Anil_Babu_Samineni

How many Lease ID's you have selected? 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Krish2459_58
Creator
Creator
Author

I have selected multiple leases and mutiple countries.

Anil_Babu_Samineni

But you have limited to only 1 to be selected? 

GetSelectedCount([Lease ID])=1

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful