Re: Counting blanks fields for a report
- From: Robin Chapple <address@xxxxxxxxxxxxx>
- Date: Fri, 09 Sep 2005 14:08:10 +1000
The field [Status] is a calculated field from this:
Status: (IIf([ID]=1320,"Excused",IIf([EndLOA]>Date(),"LOA","")))
I am unaware of what the "" will put into the field. Nothing is
visible.
I experimented by adding a field to the query to give us numbers to
count:
Counted: IIf([Status]="LOA",1,0)
Counted: IIf([Status]="Excused",1,0)
Each of the above put a "1" into the field but this
Counted: IIf([Status]="LOA" or "Excused",1,0)
gives all fields as "0"
Is there a symbol for "Any character" ? The asterisk did not work.
Robin
On Thu, 8 Sep 2005 21:03:22 -0500, "Duane Hookom"
<duanehookom@xxxxxxxxxxxxxxxxxx> wrote:
>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.
.
- Follow-Ups:
- Re: Counting blanks fields for a report
- From: Duane Hookom
- 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
- Prev by Date: Re: label printing
- Next by Date: Re: Counting blanks fields for a report
- Previous by thread: Re: Counting blanks fields for a report
- Next by thread: Re: Counting blanks fields for a report
- Index(es):
Relevant Pages
|