Hi,
I am working in Crystal 2011.
I have a report that displays a patients immunization records. These records include flu (influenza), pneumococcal and TDAP. I don't want to see all past flu shots so I am suppressing based on date. Like this:
DateValue ({%Result}) <= date(Year (Today), 08, 01) and
{ObsDef.OBD_ID} = 24006 //Date of Influenza Injection
This works great until I run the report on a patient who doesn't have any flu shot records. Then get this error:
Bad date format string.
I added this to the conditional suppression but it didn't help:
if not(isnull({%Result})) then
How I get around patients who don't have a flu shot record to suppress?
TIA!
~RLG
I am working in Crystal 2011.
I have a report that displays a patients immunization records. These records include flu (influenza), pneumococcal and TDAP. I don't want to see all past flu shots so I am suppressing based on date. Like this:
DateValue ({%Result}) <= date(Year (Today), 08, 01) and
{ObsDef.OBD_ID} = 24006 //Date of Influenza Injection
This works great until I run the report on a patient who doesn't have any flu shot records. Then get this error:
Bad date format string.
I added this to the conditional suppression but it didn't help:
if not(isnull({%Result})) then
How I get around patients who don't have a flu shot record to suppress?
TIA!
~RLG