Dear All,
How to show negative values in Barchart
Im using personal edition please give some idea
Thanks In Advance
Niranjan
did you try with a very simple table and chart?
something like
load * inline [
Dim2,Expression1
A, 100
B,200
C,-100
D,100
E,-200
];
if you still have problems, please post your bar chart
Guys any idea .......
If your expression had a result that is a negative value the chart will display a negative value. You shouldn't have to do anything special.
in presentation tab, click on the checkbox "Forced ZERO"
Bar chart will take care of all values by default. If you need to change color of bars or something special visualization, then need to add some expression.
did you try with a very simple table and chart?
something like
load * inline [
Dim2,Expression1
A, 100
B,200
C,-100
D,100
E,-200
];
if you still have problems, please post your bar chart