kentwoodjean
Technical User
There are some things that always seem to give me grief. I have a few questions and I am showing a sample of my data.
I have hundreds of pages of raw data that have been provided to me in a text file format that is received weekly. I import that into my database and below is an example of 1 query set up that I use as a basis for my report. There are about 40 Applications (Appl) that run each week, each with their own totals and internal measurements as demonstrated below. Here is what I need to do: Come up with a 1 line summary for each month (total offered, handled & abandoned, and Avg TSF & Seconds). When I tried to do it in my query design (sums & grouping) or even in the report wizard, I cannot seem to get my 1 line per month to work right. Can you please help help me?
Also, the date format in the raw data has a week from Mon thru Sunday, even though data is only accumulated Mon Thru Friday. To avoid confusion and be consistent in our reporting, is there any way I can have the date show, based on example below, date ending 1/3, 1/10, etc. In other words, knock off the Sat & Sunday and drop the year.
Week Endg Appl TSF offered handled abandoned Seconds
1/05/2003 20 72.3 65 64 1 52.4
1/05/2003 19 72.6 84 82 2 22.5
1/05/2003 42 75 8 8 0 76
1/05/2003 33 83.3 24 24 0 15.6
1/12/2003 20 0 0 0 0 0
1/12/2003 19 0 36 35 1 0
1/12/2003 42 33.3 6 6 0 62.7
1/12/2003 33 56.3 5506 5288 218 53.1
I have hundreds of pages of raw data that have been provided to me in a text file format that is received weekly. I import that into my database and below is an example of 1 query set up that I use as a basis for my report. There are about 40 Applications (Appl) that run each week, each with their own totals and internal measurements as demonstrated below. Here is what I need to do: Come up with a 1 line summary for each month (total offered, handled & abandoned, and Avg TSF & Seconds). When I tried to do it in my query design (sums & grouping) or even in the report wizard, I cannot seem to get my 1 line per month to work right. Can you please help help me?
Also, the date format in the raw data has a week from Mon thru Sunday, even though data is only accumulated Mon Thru Friday. To avoid confusion and be consistent in our reporting, is there any way I can have the date show, based on example below, date ending 1/3, 1/10, etc. In other words, knock off the Sat & Sunday and drop the year.
Week Endg Appl TSF offered handled abandoned Seconds
1/05/2003 20 72.3 65 64 1 52.4
1/05/2003 19 72.6 84 82 2 22.5
1/05/2003 42 75 8 8 0 76
1/05/2003 33 83.3 24 24 0 15.6
1/12/2003 20 0 0 0 0 0
1/12/2003 19 0 36 35 1 0
1/12/2003 42 33.3 6 6 0 62.7
1/12/2003 33 56.3 5506 5288 218 53.1