Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Expert
I want to create a total acumulate for every month
for example:
january 100
Febrary 150
March 100
I want to see
January 100
Febrary 250
March 350
i attached model
thanks
Like this?
Expression:
RangeSum(Above(Count(Cartera.Documento), 0, RowNo()))
What is the issue you are running into?
use esta expressão:
RangeSum(Above(Count(Cartera.Documento),0,RowNo()))
Like this?
Expression:
RangeSum(Above(Count(Cartera.Documento), 0, RowNo()))
Attached solution ,