473,326 Members | 2,095 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Summarizing Grouped data in Report

46
I'm trying to create two reports that produce the same data. One is a summary report, the other is detail. The detail report, for example should display all the recrods below, but combined. For example all data with conftype field = 41, should be one record and so on, with the final value totals combined.

I'm afraid that I will not be able to do so. please advise me on how I can sum up each conftype by final value without losing all of the data. Thank you.

my query on the form.
select '200701','200712',eid,name,conftype,rate, rotation,confattendance, confoffered,sum(finalvalue)FinalValue from ViewConfAttnRate where period between '200701' and '200712' group by eid,name,conftype,rate, rotation,confattendance, confoffered order by name
the following gets returned in sql server:


the following gets returned in sql server:
eid conftype rate rotation confattended offered finalvalue
9503 4 0.3 1 3 12 0.833333333
9503 41 0.3 1 4 10 1.333333333
9503 4 0.3 2 1 13 0.256410256
9503 4 0.3 2 7 12 1.944444444
9503 41 0.3 2 8 16 1.666666667
9503 4 0.3 3 4 13 1.025641026
9503 41 0.3 3 4 16 0.833333333
9503 39 1 5 5 5 1
Jan 3 '08 #1
3 1671
Rabbit
12,516 Expert Mod 8TB
Well, seeing as how you want two different reports, just create two different queries for the reports. Besides, since your other report is only going to be aggregate, nothing's going to happen if you don't have all the detail data in the query.
Jan 3 '08 #2
teneesh
46
I think I figured it out. I was not using the grouping/sorting properly. After doing that, it was cake. I'm such a novice.
Jan 4 '08 #3
Rabbit
12,516 Expert Mod 8TB
Glad you figured it out. Everyone starts out as a novice.
Jan 7 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Melissa | last post by:
I have a grouped report that starts a new page at each group. All the field labels for the report are in the group header because there is a subreport in the top part of the report that needs to...
1
by: Melissa | last post by:
Can anyone help me with this --- I have a grouped report with a subreport in the group footer and the report starts a new page for each group. The subreport is based on a query which has...
1
by: Jessica | last post by:
I have a database where a person is able to enter the different tasks they do each day by specific department and matter. On a form they enter the date, their name, and their title; in a subform...
1
by: Randy | last post by:
I have trying to figure out the above topic. Can someone help me with this? I need for staff to be able to go to a dialog box or a form and then be able to enter data in mutliple fields and...
1
by: BigNasty | last post by:
I have created a report, where there is multiple items with different values in a group that i total up at the end: App 3 App 3 App 2 Com 1 Com 2
1
by: anubis2k7 | last post by:
Hi, I am having a problem with dynamically sorting/grouping data in my report at runtime. My problem is that when the report is run using sorting/grouping I am missing data. Specifically, my...
1
by: nospam | last post by:
I have a report to count some statistics of case data. I can't figure out how to make Access group and sum/count information to give me a nice statistics report. Basically the database has case...
1
misscrf
by: misscrf | last post by:
have a report that I am trying to build and I can't figure out how to make Access group and sum/count information to give me a nice statistics report. Basically the database has case information for...
1
by: regrat | last post by:
Good Morning, I'm making a report with grouped data with access 2003. Unfortunately, Access print in this report groups with empty data to fulfill all level. It's possible not to print groups...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.