Tom England Posted May 22, 2002 Posted May 22, 2002 I have a main Invoice DB, but related to this I have an InvoiceDescriptionsDB. Related by Invoice number When someone raises an invoice, they may have many parts to the invoice which are created in the InvoiceDescriptionsDB. The InvoiceDB shows all of the descriptions for each invoice within a portal. How do I show a total amount - for all the parts - on the Invoice DB. At the moment all that happens is that it shows a total for all parts for all invoices. Thanks
Pupiweb Posted May 22, 2002 Posted May 22, 2002 Make a calc field in the Invoice file: Sum (PortalRelationship::ItemAmount)
Recommended Posts
This topic is 8222 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