Stickybeak Posted November 4, 2010 Posted November 4, 2010 (edited) I need to have a total of the "amount" field for records in a portal. The portal records are not all the records from the related file - they are filtered. I need to know what the total of the amounts for those records satisfying the filter is on an ongoing basis. Edited November 4, 2010 by Guest
bcooney Posted November 4, 2010 Posted November 4, 2010 In the parent table, create a calc = sum (portalrelationship::amount). If you've used FM11's portal filter method, then you'll need this relationship to match the portal filter. However, you could abandon the portal filter and base the portal on this new filtered relationship (which is what we did before FM11). If you change the TO of the portal, remember to also change the TO of the fields in the portal as well.
comment Posted November 4, 2010 Posted November 4, 2010 For display only: place a summary field from the child table inside a one-row portal; filter the portal the same way as the first one.
Recommended Posts
This topic is 5132 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