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: 
james
Creator III
Creator III

Conditional Show Issues

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



1 Solution

Accepted Solutions
james
Creator III
Creator III
Author

The QLikview Document must have been corrupted. The EXACT SAME script I put into a new app and it works flawlessly.

Weird

View solution in original post

4 Replies
Not applicable

Check you condition, somewhere the Value of variabel might be overwritten.

disqr_rm
Partner - Specialist III
Partner - Specialist III

try max(plan) < 0

or maxstring(plan) <0

or sum(plan) < 0

You may have multiple values of "plan" depending on your selection.

james
Creator III
Creator III
Author

The QLikview Document must have been corrupted. The EXACT SAME script I put into a new app and it works flawlessly.

Weird

johnw
Champion III
Champion III

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.