mhudd Posted February 19, 2002 Posted February 19, 2002 I have a main DB with a portal that displays "expenditures" Is it possible to auto calc a running total for the portal on my main DB for "expenditures" and display it in a field outside of the portal?
andygaunt Posted February 19, 2002 Posted February 19, 2002 Yep, just create a field as a calculation Sum(Relationship::number field to total) Calculation result will be unstored. One running total quote: Originally posted by Michael Huddleston: I have a main DB with a portal that displays "expenditures" Is it possible to auto calc a running total for the portal on my main DB for "expenditures" and display it in a field outside of the portal?
mhudd Posted February 19, 2002 Author Posted February 19, 2002 Andy, Actually what I meant to say was that each record on my main DB has a serial number and as I add new expenditures they are tied to the serial number of the record on the main DB. I would like a running total of that particular records expenditures. Any ideas?
signal Posted February 19, 2002 Posted February 19, 2002 Same thing. Use the relationship that the portal is based on and create a calculation field in the parent file that sums the related child records.
Recommended Posts
This topic is 8316 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