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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

Select expression by Conditional

I would like the information to be displayed conditionally. But when I enter the code, the output doesn't match

2022-11-03 16_36_01-10.10.99.155 - Remote Desktop Connection.png

1 Reply
rubenmarin

Hi, I don't know what are you trying with that condition. The conditional box hides to expression if the result of that condition is 0, and shows it for any other value (commonly, for better understading 1)

So the expression should be something like: If(ConditionsToHide, 0, 1)

Or: If(ConditionsToShow, 1, 0)