vendor summary aging

Hello,
I have a problem in vendor summary aging report. It is not filtering on the dimensions.
I have tried to add this code:

Vendor - OnAfterGetRecord()
PrintLine := FALSE;
LineTotalCustBalance := 0;
Vendor.COPYFILTER("Currency Filter",DtldVendLedgEntry."Currency Code");
//MOD01 start
Vendor.COPYFILTER("Global Dimension 1 Filter",DtldVendLedgEntry.''Initial Entry Global Dim. 1");
Vendor.COPYFILTER("Global Dimension 2 Filter",DtldVendLedgEntry.''Initial Entry Global Dim. 2");

//MOD01 ENd
FOR i := 1 TO 5 DO BEGIN
...

It is still not filtering on the proper values.

Please any advise?
Thanks

Best Answer

Answers

  • lamislamis Member Posts: 46
    Thank you for your reply. It had worked properly. But I still have a small problem actually.
    The total Balance that appears in the report is correct but the values are not shown for every interval of time. For example, if the total balance for a specific vendor is 1000$, it is not being divided through out the months( January,February and March)..

    Any suggestion?
    Thank youu!
Sign In or Register to comment.