Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How let I start a combo chart from zero?

Hi all,

I made a combo chart which plots several points(see image), however I want this chart to always start at zero.

How can I make this happen?

3 Replies
sunny_talwar

Would you be able to share a sample to look at this?

Anonymous
Not applicable
Author

In the Properties Panel, Appearance | Y-Axis: YourMeasure

  • Set Range to Custom
  • Then below set to Min
  • Enter 0 for Min
martinpohl
Partner - Master
Partner - Master

I'm not sure about your request.

For example datas:

Jan 2017 30

Feb 2017 70

Mar 2017 100

So you want to see:

Jan 2017 0

Feb 2017 40 (70-30)

Mar 2017 70 (100-70)

Am I right?

So set your Expression to

sum(value) - top(sum(value))

Regards