Jump to content

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

Recommended Posts

Posted

I have a call logging database & I need to pull out some reporting information. I have numerous calculation fields that:

Get(Curentdate) -1

-2

-3

-4

Etc

I then have further fields where:

if(logdate) = ;1,0)

A summary field then gives the total of each calculation field giving me call numbers per day. The only problem I have is that the more summary fields I add, the slower the calculation time is (as I have 2000 + calls in which it's summerising).

I need to get these figures idealy without performing finds/scripting.

Is there a better way?

Sorry if i've missed an obvious one.

Posted

Well I came to think of this ...it reuses the same index as well as summary field ...however are the fields likely to "hang", and in order to freshen first place the cursor inside the fields and the then click outside.

I have solved with, yikes... "a script" that hardly would overwhelm too many souls!

--sd

testSummary.zip

Posted

Thanks for the reply.

In the end I have found that the best way is to filter the records prior to entering a layout containing summary fields. By only having a couple of hundred records to summarize rather than a couple of thousands, I have no speed issues.

Makes sense I suppose.

Cheers

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