Graph Question (1 Viewer)

PeterOC

Registered User.
Local time
Today, 10:25
Joined
Nov 22, 2007
Messages
80
Hi,

I've got a database table containing
JobNumber - JobRaisedDate - JobCompleted Date

What I'd like to do is have a graph showing:

* Total Jobs Raised
* Total Jobs Completed

...for every week.

Sounds easy but here's the thing: when I group on raised date I get all the jobs that were raised in the week + any jobs that we're raised and completed in that week. I'm missing jobs that were raised prior to that week.

I feel like I'm missing something simple with this. Any suggestions?

Cheers,

Pete
 

Endre

Registered User.
Local time
Today, 04:25
Joined
Jul 16, 2009
Messages
137
Here's how I would do this - see attached mdb.

There are other ways too.
 

Attachments

  • Jobs.mdb
    348 KB · Views: 152

Users who are viewing this thread

Top Bottom