I am having trouble getting this formula to return a count. Can someone tell me what might be wrong with it. I am using crystal version 11 developer.
if (GroupName ({@monthname})="January") then count({Gprsfware.SCID})
I need it to count all the records for field SCID that were added in the month of January at the end of the report.
I am not getting an error, just a 0 count. There should be a count of 7 records.
Thanks.
if (GroupName ({@monthname})="January") then count({Gprsfware.SCID})
I need it to count all the records for field SCID that were added in the month of January at the end of the report.
I am not getting an error, just a 0 count. There should be a count of 7 records.
Thanks.