Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Barchart negative values

Dear All,

How to show negative values in Barchart

Im using personal edition please give some idea

Thanks In Advance

Niranjan

1 Solution

Accepted Solutions
maxgro
MVP
MVP

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

];

bar chart.png

if you still have problems, please post your bar chart

View solution in original post

5 Replies
NavinReddy
Creator II
Creator II
Author

Guys any idea .......

jpapador
Partner - Specialist
Partner - Specialist

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.

Not applicable

in presentation tab, click on the checkbox "Forced ZERO"

manojkulkarni
Partner - Specialist II
Partner - Specialist II

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.

maxgro
MVP
MVP

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

];

bar chart.png

if you still have problems, please post your bar chart