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

Stack chart with reference as zero for two expressions

Hi,

I am building a Stack chart with two expressions sum(Demand) and Sum(Supply), Dimension is Weekdays, usually the values are stacked on top of each other, what I am looking for is that the values should be behind each other with the smaller value coming in the front, here is an example of what I am looking for

qlik_stack_1.PNG

1 Solution

Accepted Solutions
sunny_talwar

May be try like this

Expression1

RangeMin(Sum(Demand), Sum(Supply)


Expression2

RangeMax(Sum(Demand), Sum(Supply)) - RangeMin(Sum(Demand), Sum(Supply)

View solution in original post

2 Replies
sunny_talwar

May be try like this

Expression1

RangeMin(Sum(Demand), Sum(Supply)


Expression2

RangeMax(Sum(Demand), Sum(Supply)) - RangeMin(Sum(Demand), Sum(Supply)

Anonymous
Not applicable
Author

Thanks Sunny for your time and support, solution worked for me