Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone!
Did anyone have a deal with calculating column number in case when we have two dimensions in the columns?
is it possible to calculate correctly number of each column? without changing the position of dims/expr.
Thanks.
add total, ColumnNo(total)
add total, ColumnNo(total)
Thanks!
Do you know how to calculate range sum in this case?
because rangesum(before(sum(Sales),1,ColumnNo(total)-1)) returns 0 in every column.
like this
aggr(rangesum(above( sum(Sales),0,rowno(total))),Date)