Jredeemer14 Posted March 11, 2008 Posted March 11, 2008 Hello, I'm have multiple inventory items (records) in a portal and they have prices, but I would like to add something outside the portal in the same layout to total up the multiple inventory prices. How would I got about this? I have attached a picture to show what I'm doing.
Fenton Posted March 11, 2008 Posted March 11, 2008 A calculation field, in the table referencing the portal: Sum ( portal's relationship::Price ) It will be an unstored field, not indexed. (P.S. In later versions of FileMaker you can create a Summary field, Total of Price, in the line items table. Then target that field alone from the parent table, using portal's relationship. But for old timers such as myself, I still use Sum() on the number field.)
Jredeemer14 Posted March 12, 2008 Author Posted March 12, 2008 Works like a Charm, figures it would be something as simple as that. Thanks a bunch!
Recommended Posts
This topic is 6157 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