Robbydobbs Posted April 2, 2003 Share 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? Link to comment Share on other sites More sharing options...
Ugo DI LUCA Posted April 2, 2003 Share 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. Link to comment Share on other sites More sharing options...
Robbydobbs Posted April 2, 2003 Author Share Posted April 2, 2003 thanks Ugo as usual you're great. Link to comment Share on other sites More sharing options...
Ugo DI LUCA Posted April 2, 2003 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7858 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