Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys
What is the difference between Below(Field) and Below(TOTAL Field)..???
Total will give you the total over the current dimension.. or a specific dimension if you use Total <DIMNAME> Field.
Note that if you just use a fieldname and not a function like sum/avg/min/max etc. I think you won't see any difference with the two examples above.
Hi Johannes
can you also explain me that what is the difference between RowNo() and RowNo(TOTAL)???????
If you have a pivot table with two dimensions:
Rowno Rowno(Total)
A X 1 1
A Y 2 2
A Z 3 3
B X 1 4
B Y 2 5
B Z 3 6
Hope this makes sense (and looks ok in formatting when posting )