Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello to all.
I'm using QlikView 12 SR5
I have a problem using the conditional function of a text object.
If VarSelezioni = 1 the object is must see.
If I set the variable = 0 the object is seen anyway.
Conditional function does not work.

You can help me ??
Thank you all.
FOOTNOTE:
The chances are that you may of hit CTL+SHIFT + S, this toggles "Show All Sheets and Objects"
HTH
Andy
Hi Manuel, if VarSelezioni only contains 0 or 1, you can use the variable name, so only:
VarSelezioni
If VarSelezioni=1 the condition is 1 -> true
If VarSelezioni=0 the condition is 0 -> false