I have a database, with a number of users who input direct there reports.
What I have set up is a simple sheet which brings me back the list of users, and there total number of reports.
I have done this with a simple count query.
This works fine.
However, when I try to ammend the query and have it return the same result but within a certain time frame, it throws it all out.
What is does is returns all the users, and count the total ammounts per day, but doesnt then add them together.
So if I went from 01/01/05 to 10/01/05 and the user Smith in that time did 20 records, it would return it on how many per day within that time frame:-
smith 2
smith 5
smith 3
How do I now get it to count the results and club them together?
I have two main colums in the query
First is the user, and group by
second is user and count
but how do I put in a date prompt date range because when I put in date and Between [a] and , it works but doesnt count the user together, it splits them as above.
What I have set up is a simple sheet which brings me back the list of users, and there total number of reports.
I have done this with a simple count query.
This works fine.
However, when I try to ammend the query and have it return the same result but within a certain time frame, it throws it all out.
What is does is returns all the users, and count the total ammounts per day, but doesnt then add them together.
So if I went from 01/01/05 to 10/01/05 and the user Smith in that time did 20 records, it would return it on how many per day within that time frame:-
smith 2
smith 5
smith 3
How do I now get it to count the results and club them together?
I have two main colums in the query
First is the user, and group by
second is user and count
but how do I put in a date prompt date range because when I put in date and Between [a] and , it works but doesnt count the user together, it splits them as above.