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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
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