Dear All,
I am having trouble in getting correct Running Sum function Result.
Let's say I have a cross tab where in the rows GL_Accounts on the columns year(hıdden dım) and fiscal terms.
On display
Year1(Hidden) Year1(Hidden) Year1(Hidden)............
001.2011 002.2011 ....... 012.2011
GL account1
GL account2
GL account3
I wish each row is independent and calculatıng runnıng sum from each january and sum ends at december. the break ıs year and gl account.
My formula is =RunningSum([Balance-Measure];Col;([Year];[GL_accounts]) )
The values oon the body is totaly incorrect with the formula I have for example soe gıves double values...
Please let me know how I could be able to fix the parameters in formula...
Eddy.