Re: Counting blanks fields for a report
- From: "Duane Hookom" <duanehookom@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Sep 2005 21:03:22 -0500
If that is the result you are getting than there are not records with no
value in the status field. Go back to your data and confirm this.
--
Duane Hookom
MS Access MVP
"Robin Chapple" <address@xxxxxxxxxxxxx> wrote in message
news:vbp1i19fj0o0m852bhvv4tknf6huldcpgg@xxxxxxxxxx
>
> Your description is the result that I need.
>
> The code supplies no data:
>
> The field shows: :18 = .%"
>
> In an attempt to prove parts of the expression I entered:
>
> =(Sum(IsNull([Status])))
>
> and the displayed result is: "0.00"
>
>
> Robin
>
> On Thu, 8 Sep 2005 00:04:52 -0500, "Duane Hookom"
> <duanehookom@xxxxxxxxxxxxxxxxxx> wrote:
>
>>Ok, lets see if I understand. You want to count the number of records in a
>>report that have a Null status field. You want to use this count as the
>>denominator in an expression. You want to format the expression as a
>>percent.
>>
>>Try:
>>
>>="18 =" & Format( IIf( Sum(IsNull([Status])) = 0,0,
>>1800/Sum(Abs(IsNull([Status])))),"#.##") & "%"
>
.
- Follow-Ups:
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- References:
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- Prev by Date: Subreports or subqueries I don't know
- Next by Date: label printing
- Previous by thread: Re: Counting blanks fields for a report
- Next by thread: Re: Counting blanks fields for a report
- Index(es):
Relevant Pages
|