Jump to content

Percentage in Report Subsummaries without Get(Summary)


Jannah

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

Recommended Posts

  • Newbies

So here's my other question: I have a report that shows a subsummary with percentage of total count of names listed, utilizing Get(summary). I've read that this tremendously slows down fm due to calculations and is unreliable. Is this true? What is a better way to do the percentage?

Thanks for your help.

Jannah

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

Link to comment
Share on other sites

GetSummary() is no ball of fire, but it depends on how big your file is, and how big you expect it to get. If it is acceptably fast now, then leave it as is. By the time the file gets so big that runs too slow, Filemaker version 7 will be out and you can buy a 2GHz computer. I'm only partly joking.

In larger databases, I have avoided some of the inefficiency of GetSummary() by using it in the Replace command inside a script which calculates and sets another field to the desired summary value. That way, it only updates (and slows down the system) when you click a button.

Link to comment
Share on other sites

This topic is 8576 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.