GlennC Posted November 22, 2003 Posted November 22, 2003 Hello. I have some calculations that involve a couple of summary fields, and therefore are not stored. The database has over 20,000 records and climbing, and by now these calculations take ages to happen, and FM is calculating them all the time - on opening and whenever I perform other functions or record groupings. I only need these calculations made at specific times, and when I do they only relate to a small fraction of the overall records. Is there a way where I can say "calculate now", and not have these huge calculations being done all the time when I don't need them?
BobWeaver Posted November 22, 2003 Posted November 22, 2003 Summary fields and unstored calculations are only calculated when they are displayed. So, you can remove the fields from any layouts where you don't need to show them normally. You can also replace these fields with globals, and when you want to see the summaries updated, run a script that calculates the summaries, and puts the results into the globals.
GlennC Posted November 24, 2003 Author Posted November 24, 2003 Thanks very much Bob, that's done the trick! Much appreciated.
Recommended Posts
This topic is 7740 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