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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can you use IF Statements in Conditional Shows?

Hello all

Does anybody know if you can use IF Statements in Conditional Shows? i.e. IF(condition1=1,condition2,condition3)

I have tried several different ways, but i'm not sure if it's a syntax issue or it is just not possible.

Many thanks

3 Replies
Not applicable
Author

yes use nested if statements

check ur syntax

Vegar
MVP
MVP

If I have trouble with getting my conditional shows correctly I tend to type the condition in a text-box. Then I'll see the result of my statement.

Zero (0) and false() are the result that will hide your object.

Best regards

Vegar Lie Arntsen

QlikView consultant at egbs consulting ab

Blog (in Swedish): bi-effekten.se

jagan
Partner - Champion III
Partner - Champion III

Hi,

In Conditional show just give this

=condition1=1

or

If(condition1=1, 1, 0)

If the above condition satisfies, it shows the chart otherwise it hides it.

Regards,

Jagan.