Cumulative Total

Ciaran

Registered User.
Local time
Today, 00:25
Joined
May 8, 2003
Messages
13
I want to graph cumulative totals. I have a query with week numbers 1 to 18 with the number of bugs opened during that week.

I want to do a cumulative total of opened bugs which I can then use to draw a graph (ogive)

I'm trying to do a query using DSum, but cant get it working. Any help would be grealy appreciated.

Ciaran
 
If you want an unrestricted total, you should be able to use Sum([number of bugs]).
 

Users who are viewing this thread

Back
Top Bottom