When running a Receivables workspace for the current date, the totals match the AR Aging Trial Balance. When backdating it, it doesn't match the AR Aging Trial Balance. The layout on the view has the same columns as the AR Aging Trial Balance. Below are the formulas that I'm using:
Current: if(and({Trx Date}<={As Of Date},{Trx Date}+30>={As Of Date}),{Current Amt},0)
31-60 days: if (and({Trx Date}+31< {As Of Date},{Trx Date}+60 >= {As Of Date} ),{Current Amt},0)
As of date: QUERYDATE("As Of")
What needs to be changed about the formula(s) so that it will give me the same totals as the Aging Trial Balance?
_________________________
Miriam Wiebil
ChoiceTech Accounting Solutions