Jump to content
Server Maintenance This Week. ×

GetSummary() vs. summary field


This topic is 8603 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Say a report contains three columns: A, B and Total. To display subsummary and grand summary values for A and B, I would of course declare summary fields for both.

But for Total, is it more efficient to:

1) use GetSummary() calculations (ie adding together summary, subsummary and grand summary fields for A and :;

or 2) declare first a calculation field (total = field A + field : and then a summary field (summarizing "total")?

Link to comment
Share on other sites

quote:

Originally posted by uvic_coop:

Say a report contains three columns: A, B and Total. To display subsummary and grand summary values for A and B, I would of course declare summary fields for both.

But for Total, is it more efficient to:

1) use GetSummary() calculations (ie adding together summary, subsummary and grand summary fields for A and :;

or 2) declare first a calculation field (total = field A + field : and then a summary field (summarizing "total")?

Either way works, but the second way requires more fields than the 1st option.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

This topic is 8603 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.