473,480 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Report Group Section Footer displaying Totals

I have a group section footer in a Report in which I want to display
various "counts" (not sums).

For example:
some of the fields in the recordset from the query are:
score = integer
qualified = true/false

I want:

number of records with Score value of NULL ( I have ControlSource of the
textbox =Count(IsNull([score]))

number of records with qualified = True (I have ControlSource of the
textbox =Count([qualified]=True)

What I am getting is the total number of records in the selected group.
Not what I want.

Can you help?

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #1
3 1710
Susan Bricker wrote:
I have a group section footer in a Report in which I want to display
various "counts" (not sums).

For example:
some of the fields in the recordset from the query are:
score = integer
qualified = true/false

I want:

number of records with Score value of NULL ( I have ControlSource of the
textbox =Count(IsNull([score]))

number of records with qualified = True (I have ControlSource of the
textbox =Count([qualified]=True)
You could use
=Sum(IIF(Qualified],1,0))
What I am getting is the total number of records in the selected group.
Not what I want.

Can you help?

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***

Nov 13 '05 #2
Susan Bricker wrote in message <Lh***************@news.uswest.net> :
I have a group section footer in a Report in which I want to display
various "counts" (not sums).

For example:
some of the fields in the recordset from the query are:
score = integer
qualified = true/false

I want:

number of records with Score value of NULL ( I have ControlSource of the
textbox =Count(IsNull([score]))

number of records with qualified = True (I have ControlSource of the
textbox =Count([qualified]=True)

What I am getting is the total number of records in the selected group.
Not what I want.

Can you help?

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***


Try
=ABS(Sum([score] Is Null))
=ABS(Sum([qualified]))

--
Roy-Vidar

Nov 13 '05 #3
Hey, Salad ...

That looks like it will do the trick. Thanks very mcuh.

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
7132
by: Galina | last post by:
Hello I have a report, which lists records. Each record has money paid field. Money paid can be 0 or not 0. I calculate and print summary of money for a group in the group footer, as well as...
4
10325
by: Bill Dika | last post by:
Hi I am trying to calculate a running total of a calculated textbox (tbAtStandard) in GroupFooter1 for placement in a textbox (tbTotalAtStandard) on my report in Groupfooter0. The problem...
1
17622
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
3
12093
by: Melissa | last post by:
What specifically causes the Format event of a report's section to fire? Thanks! Melissa
2
4486
by: neill dumont | last post by:
I've tried to be clear, but this still seems overly complex to me, but here goes: I have a report in front of an aggregate query. I have a single subreport based on the same query for both a...
7
3405
by: SueB | last post by:
Greetings. I have a report based on the following query (hang in there ... it's quite long): SELECT Year(.) AS Yr, tblEvents.eventID, tblEvents.eventname, tblEvents.eventhost,...
4
3120
by: lorirobn | last post by:
Hi, I have a report displaying items that are missing from a room. I created 2 queries, the first getting the items IN the room, and the second being an "unmatched" query that references the...
4
5642
by: Micheal | last post by:
Greetings Access Group, Being relatively new to Access, I try to work through problems on my own and have been very successful, although I have a conundrum that I have been working on for two days...
14
7824
ollyb303
by: ollyb303 | last post by:
Hi, I am trying to create a dynamic crosstab report which will display number of calls handled (I work for a call centre) per day grouped by supervisor. I have one crosstab query (Query1) which...
0
7054
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6918
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7057
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6756
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4495
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3008
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3000
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
570
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.