Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everybody!
Can someone help me about this issue, I have a line graphic, with expresion to accumulate (RangeSum(Above([VENTAS], 0, NoOfRows())) ) the value is a line in the graphic is the results from division between two expressions with the function to accumulate. the problem is when the graphic shows the line it´s wrong, but when I do a quick change to pivot table the results are correct, in a simple table, it doesn´t work.
Can you share a sample to look at it?
Hi,
I think i under stood your requirement half a way,
HTH,
Hirish
Hi, I have two dimension groups, and I have expresion that sum all values above, that means accumulative, but when I try to show in a line it doesn't show the calculate with acumulative, and the same graphic in pivot table way the calculate for "Sinies3" it's correct. I did another try, i took off ubicacion dimension, and the line shows good values, I mean it do the acumulative.
I hope I had been a little bit clearer.
That it could be more clear
I have two dimension groups, and I have expresion that sum all values above, that means accumulative, but when I try to show in a line it doesn't show the calculate with acumulative, and the same graphic in pivot table way the calculate for "Sinies3" it's correct. I did another try, i took off ubicacion dimension, and the line shows good values, I mean it do the acumulative.
Hi,
Try your Expression Like this,
This is in case your expression contains no values after a certain point it should stop,
=If(YourExpression>=1,
Rangesum(YourExpression),Above(YourExpression)))
Can u post your sample app,It will be more clear .
-Hirish
Hi! sorry for answering late, in attached an example
Thank you!