J
JT
I have a query which converts a date format from YYYYMMDD to MM/DD/YYYY.
When there is no date, the query returns a blank. When I use this query in
my report, the report field returns "#Error" when the date is blank. I
understand why, but what I want to do is to count the number of #Error
occurrences. I have tried =SUM(IIF([NEED] ="#Error#",1,0)) and
=SUM(IIF([NEED_DATE] < 0,1,0)) and neither work. Any ideas?? (Note that
NEED is the formatted version of NEED_DATE)
When there is no date, the query returns a blank. When I use this query in
my report, the report field returns "#Error" when the date is blank. I
understand why, but what I want to do is to count the number of #Error
occurrences. I have tried =SUM(IIF([NEED] ="#Error#",1,0)) and
=SUM(IIF([NEED_DATE] < 0,1,0)) and neither work. Any ideas?? (Note that
NEED is the formatted version of NEED_DATE)