On the Vendor card - you click Vendor-> Statistics and on the Purchases tab there is top line → Purchase($) for the Month and Year to Date. Where is this information coming from?? I’d like to do a report for all Vendors based on that top line but having trouble getting the right information.
I looked at the Vendor table but those fields aren’t there. I looked at the Vendor Ledger Entry table but that just has invoice amounts and payment amounts.
The information is from Vendor table it self. If you go to onaftergetrecord trigger of the form you will notice that the fields that belong to vendor tables are used which are mostly flowfields and which are filtered according to the period. I hope this helps.