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