Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

Labels (5)
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)