Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How do you reverse the order of the dimension without affecting the values? Tried sorting dimension in reverse order but getting the wrong values.
TIA.
Hi Kim,
As far as i know you cannot achieve the same output with "Full Accumulation" on , since it will consider the max month as first month and do the calculation from the bottom.
The best solution in this case is to use Rangesum(above).
Br,
KC
Hi KC,
Problem is I don't get the same values when I reverse the dimension. I would like to sort it Apr --> Jan and not Jan --> Apr. Is there like a function that would just flip the chart without changing the values?
Regards,
Hi,
RangeSum(bottom) ?
You can sort the rangesum chart by setting Y axis decending in sort
refer the attached.
You can also try this expression
=Sum(TOTAL {<[Group]>} Qty) - RangeSum(Above(Sum({<[Group]>} Qty), 1, RowNo()))