M
Mark K
This is probably simple fix but I'm at a loss.
I am running a report based on a query that list tickets
[PROBLEM_ID] and it related fields based on a certain
criteria. The tickets are grouped by the Plan [PLAN] they
reside under with header and footer. In the [PLAN] footer
I am calculating a simple Count of the number of
[PROBLEM_ID] under each plan: =Count([PROBLEM_ID]). The
report runs fine when tickets are listed but I receive
an '#Error' in the [PLAN] footer calculating txtbox when
nothing is listed when I need it to report '0'. I have
tried IsNull, IsError, and IIf statements. What am I
missing?
I am running a report based on a query that list tickets
[PROBLEM_ID] and it related fields based on a certain
criteria. The tickets are grouped by the Plan [PLAN] they
reside under with header and footer. In the [PLAN] footer
I am calculating a simple Count of the number of
[PROBLEM_ID] under each plan: =Count([PROBLEM_ID]). The
report runs fine when tickets are listed but I receive
an '#Error' in the [PLAN] footer calculating txtbox when
nothing is listed when I need it to report '0'. I have
tried IsNull, IsError, and IIf statements. What am I
missing?