Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
yes use nested if statements
check ur syntax
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
QlikView consultant at egbs consulting ab
Blog (in Swedish): bi-effekten.se
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.