i have to display the starting date to ending date amount i.e credit and debit amount…for that i created two variables in the request form and set the filter like this
SETFILTER(“Date Filter”,FORMAT(AsAtDate)+’…’+FORMAT(EndDate));
it was displaying the amounts for one section but not displaying the others sections amount in the report.
i ahve taken g/L account data item item like that i have added integer data item.there was header & body sections are present right. i added debit and credit menu fields it was displaying the amount for one body section only…the other body sections are not displaying the amount based on the start to end date.i set the above in aftergetrecord
in the revenue accounts sections the credit and debit amount will be displaying correctly…but in the expenses sections the amount was not displaying correctly…