Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Waterfall bar offset graph problem

Dear QV Community

Ia have a problem with a Waterfall Bar graph, the graph has a Dimention (Hierarchical Group (GJ_Concepto) consists of 3 dimensions, "parent level, child level and at sub child level"), has the following expression "Sum({<Base={1},[Bandera concepto]={'SI'}>} [Costo servir])" in th order dimension are =Max(OrdenPresentacion) Ascendig.

The field OrdenPresentacion is number and is related to the last level of the hierarchical group (GJ_Concepto) the bar offset expression is

"rangesum (above(Sum({<Base={1},[Bandera concepto]={'SI'}>} [Costo servir]),-1,rowno()-1))"

This is the result

Problem.png

And this is the desired result

Desired.png

I made this graph write expresion by expression and without dimention

2 Replies
richard_pearce6
Luminary Alumni
Luminary Alumni

Try this:

sum(total Value) - sum(Value)- rangesum(above(sum(Value),1,RowNo()-1))

richard_pearce6
Luminary Alumni
Luminary Alumni

Here's an example