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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Reply
jolivares
Specialist
Specialist

Check this:

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