Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
Now I'm working on a report, the requirement is to display aggr values for each month and week as following
Now I used following expression to display values but I don't know how to show it based on week and month:
RangeSum(Above(Sum("Actual Value",0,RowNo()))
Thanks!
Dotnetfan
Not sure why neither of this work for you
RangeSum(Before(Sum(Value), 0, ColumnNo())) RangeSum(Above(Sum(Value), 0, RowNo()))
but this worked
Aggr(RangeSum(Above(Sum(Value), 0, RowNo())),"Month","Week")
There might be more then what you provided which might be causing this... but I guess as long as it worked... we should be okay