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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional Layout "OR" statement

i have created a text object that i only want to display if certain criteria is met, so i coded logic in the conditonal layout box but cannot get it to work.

All i want is for the text object to show if two values of one value are not selected.

I tried =[Client] <> 'Example1' OR [Client] <> 'Example2'

is there a way to combine the example values?  Not sure why this will not work

1 Reply
jolivares
Specialist
Specialist

Check this:

Match(Client,'Example1','Example2')=0