Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Krish2459_58
Creator II
Creator II

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 II
Creator II
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 II
Creator II
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