Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All -
I have a conditional show on 2 text boxes and 1 Chart. The formula is Plan<0
This works fine on one app. On the 2nd app it works fine except for the 2 text boxes. Is there something in qlikview that can turn off conditional shows that I may have selected?
It seems fishy that it isn't consistent
Too further add to the point, if you create a new app, it works fine... Has anyone experienced Qlikapps getting corrupted, even though it's not visibly apparent
The QLikview Document must have been corrupted. The EXACT SAME script I put into a new app and it works flawlessly.
Weird
Check you condition, somewhere the Value of variabel might be overwritten.
try max(plan) < 0
or maxstring(plan) <0
or sum(plan) < 0
You may have multiple values of "plan" depending on your selection.
The QLikview Document must have been corrupted. The EXACT SAME script I put into a new app and it works flawlessly.
Weird
I'm pretty sure that I did once have a QlikView app get corrupted. I had a script that would execute all the way through, and then just hang without ever completing. Copying the same script into a new document made it work just fine, so I just moved everything into the new document and had no more problems.