LaRetta Posted September 1, 2011 Posted September 1, 2011 Hi everyone, I using summary fields almost exclusively over Sum() calculations for a few reasons: One summary field can be used if placed directly onto any related layout whereas a Sum() calculation is only good for the table it is created in. Aggregate calculations such as Sum() are more resource intensive. I experience less flash with summary fields over Sum(). The only time I use Sum() is if I need to manipulate the values further. Summaries can filter if placed within filtered portal single row - Sum() can't. But I would like to get opinions of the top Developers here as to when they use one or the other and why. Thank you for any input you can provide toward this personal curiosity. Added number 5.
Vaughan Posted September 1, 2011 Posted September 1, 2011 Both have their places: Total_c = Sum( relationship::amount ) [calc field] Total_s = summary total of Total_c [summary field] used for reporting
Recommended Posts
This topic is 4889 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