Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a gauge on display in qlikview, who's expression, max, min, and segments are calculated on the fly.
However, if the data for the expression is unavailable I get "Bad Min or Max Value in Gauge" (thought actually the min and max values are always there, it's just the expression data that's not available), this data may not be available because there is no data for the selected date.
My question is, rather than display the "Bad Min or Max Value in Gauge" message, would it be possible to hide the gauge compleatly, or grey it out and hide the value needle.
It's a case of aesthetics really...
Hi,
Check the attached application, im sure that will help you.
- Sridhar
Hi,
To hide the Gauge Completely, you can use Show -->(Conditional) option of Chart object under Layout tab. In the condition you can specify appropriate condition.
Hope , it will work.
- Manish
So the condition would be
= if(value > 0,1)
Is that right? if the value is available then return 1 (true)?
Hi,
Check the attached application, im sure that will help you.
- Sridhar
Hi,
But what if I have the Gauge for one of my dimensions in the pivot table..
Any pointers.. I am facing the same issue..
Thanks
-Ashish