Robbydobbs Posted April 2, 2003 Posted April 2, 2003 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?
Ugo DI LUCA Posted April 2, 2003 Posted April 2, 2003 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.
Ugo DI LUCA Posted April 2, 2003 Posted April 2, 2003 Great ? A litlle bit of exageration here, don't you think ? To be more specific... Sum (LineItems::totalsales), but I think you understood.
Recommended Posts
This topic is 7934 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now