Month Wise GL report

Hello All,

Actually i am into developing a report in AX 2012 to show month wise GL analysis which will show

Debit and credit of every month.

So while calculating for first month the code works correctly but when the loop runs for the second time, the system hangs and i need to restart the service for that. Can anyone help me in this matter ?

The code which i used is same as LedgerTrialBalanceDP class which is used to calculate the GL balances.

Please tell me in case the requirement is not clear by you.

This sounds like a work for OLAP rather than for manual calculation.

Regarding your bug, I can’t comment on your code because you didn’t show it. Also please use the debugger to find out where exactly it fails before discussing it here.