J
Judy
I have a document tracking database to track each document through it's
progress from authoring through final approval. I have fields set for each
step in the progression; set up as date fields (showing what date each
document got to that step).
I need to get a subtotal by each chapter of how many documents are in each
phase; my problem is this query:
Chapter field = Group By
Collaboration field (date the document entered collaboration) = criteria Is
Not Null
New field using Total by Chapter: =Count([chapter])
The results give me the total number of documents for each chapter, but they
are grouped by the date. e.g.
Chapter 1 11/19/08 = 19 documents
Chapter 1 11/29/08 = 10 documents
and so on; I only want the chapter subtotal; in the e.g. above that would be
29 documents.
Can someone tell me what's wrong with my query please?
progress from authoring through final approval. I have fields set for each
step in the progression; set up as date fields (showing what date each
document got to that step).
I need to get a subtotal by each chapter of how many documents are in each
phase; my problem is this query:
Chapter field = Group By
Collaboration field (date the document entered collaboration) = criteria Is
Not Null
New field using Total by Chapter: =Count([chapter])
The results give me the total number of documents for each chapter, but they
are grouped by the date. e.g.
Chapter 1 11/19/08 = 19 documents
Chapter 1 11/29/08 = 10 documents
and so on; I only want the chapter subtotal; in the e.g. above that would be
29 documents.
Can someone tell me what's wrong with my query please?