[email protected] Posted November 15, 2000 Posted November 15, 2000 How can I get a total of a field from multiple records in a portal. I want to total the cost from the price field of several records in a portal.
Chuck Posted November 16, 2000 Posted November 16, 2000 From several records in a portal, or from all the records in a portal (for a specific record in the current file)? If it's all the records that appear in a portal, use the Sum() funciton with the related field as the argument. You can set a calculation field like Total_Cost to something like Sum( Related_File::Cost ) Chuck
Recommended Posts
This topic is 9025 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