Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
May be try like this
Expression1
RangeMin(Sum(Demand), Sum(Supply)
Expression2
RangeMax(Sum(Demand), Sum(Supply)) - RangeMin(Sum(Demand), Sum(Supply)
May be try like this
Expression1
RangeMin(Sum(Demand), Sum(Supply)
Expression2
RangeMax(Sum(Demand), Sum(Supply)) - RangeMin(Sum(Demand), Sum(Supply)
Thanks Sunny for your time and support, solution worked for me