March 11, 200817 yr 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.
March 11, 200817 yr 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.)
March 12, 200817 yr Author Works like a Charm, figures it would be something as simple as that. Thanks a bunch!
Create an account or sign in to comment