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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewaf
Creator
Creator

Show only if value is not selected

i have a text box that i would like to show only if the value 123774 is NOT selected on the field ShipTo.

So only when ShipTo is NOT 123774

how i can do this?

 

Thank you

1 Reply
amrinder
Creator
Creator

hey,

Go to Layout Tab of Properties of Text Object and in  Conditional Box Write below expression:

=If(ShipTo='123774',0,1)

-amrinder