generaluser
Technical User
I have the following question:
I have a data base that logs customer's complaints with a particular business. I want to run a weekly query that produces the follwing data by Department (Between July 1 and July 15):
Total new complaints, total # of completed complaints, total complaints not solved, oldest complaint not solved, avg days took to complete complaints.
-Total new complaints should be based on date received
-total # of completed complaints should be based on date completed
-Total complaints not solved has no specific date criteria
-Oldest complaint not solved has no specific date criteria
-For Avg days will include solved complaints based on date completed (I have the formula to determine avg figured out)
Is it possible to do all of this in 1 query? I can do it but only with multiple queries and nothing comes up when I try to join all the queries together. All help will be appreciated.
I have a data base that logs customer's complaints with a particular business. I want to run a weekly query that produces the follwing data by Department (Between July 1 and July 15):
Total new complaints, total # of completed complaints, total complaints not solved, oldest complaint not solved, avg days took to complete complaints.
-Total new complaints should be based on date received
-total # of completed complaints should be based on date completed
-Total complaints not solved has no specific date criteria
-Oldest complaint not solved has no specific date criteria
-For Avg days will include solved complaints based on date completed (I have the formula to determine avg figured out)
Is it possible to do all of this in 1 query? I can do it but only with multiple queries and nothing comes up when I try to join all the queries together. All help will be appreciated.