April 2, 200322 yr I need to print a report showing a list of all the seller's and totaling their sales, expenses and so on. How would I do this?
April 2, 200322 yr Hi Robbydobbs , This report would use calculations from the related files (Purchase orders), or from the line items. Sum(lineitems::sales) using relationship sellerdb:seller_id::lineitem::seller_id.
April 2, 200322 yr Great ? A litlle bit of exageration here, don't you think ? To be more specific... Sum (LineItems::totalsales), but I think you understood.
Create an account or sign in to comment