Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlikview Experts,
I'm trying to display positive and negative bars in straight table(Using Linear Gauge).
Its coming fine in Qlikview Desktop,
But in web mode ,alignment is not fine as expected.
Some red lined outline is coming on negative bar chart.
In Web mode:
In Normal Mode:
Data Used in Script:
LOAD * INLINE [
Name, Sales
Product1, 10%
Product2, 90%
Product3, -10%
Product4, -50%
Product5, -90%
Product6, -120%
Product7, 60%
];
Dimension used in straight table is Name
Expressions used are 4
1st Exp:=if(sum(Sales)<0,sum(Sales))
2nd Exp: =if(sum(Sales)<0,1+sum(Sales)) (Linear Gauge)
Gauge settings:
Visual Clue settings:
3rd Exp:=if(sum(Sales)>0,sum(Sales)) (Linear Gauge)
4th Exp: =if(sum(Sales)>0,sum(Sales))
It's a bug, I think..
Same issue is replicating in the given link also.