November 15, 200025 yr 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.
November 16, 200025 yr 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
Create an account or sign in to comment