I'm using Crystal Report 8.5.
I did a summary count from a field which returns no records. However, the count returns 1 although there is no records. I can't figure it out why it's counting as 1 although there is no records returned.
I'm counting a date field that is put on the detail section. Here is the formula:
If {table.numberfield}<100 then {Todate?} else
Date (0000,00,00).
{ToDate?} is the user defined parameter range.
Any help is greatly appreciated.
I did a summary count from a field which returns no records. However, the count returns 1 although there is no records. I can't figure it out why it's counting as 1 although there is no records returned.
I'm counting a date field that is put on the detail section. Here is the formula:
If {table.numberfield}<100 then {Todate?} else
Date (0000,00,00).
{ToDate?} is the user defined parameter range.
Any help is greatly appreciated.