OldGrayMare
MIS
I am using Crystal 11.
I want to print "No records for the current month." if a report for a month has no records that match criteria.
What I tried (below) is not working:
Formula 1 (@RecordCount)
If Count({HPD_Help_Desk.Incident Number})= 0
Then
{@NoRecordsText}
Formula 2 (@NoRecordsText)
"No records for the current month."
How can I get the text, "No records for the current month." to print in the body of a blank report?
Thank you so much,
OldGrayMare
I want to print "No records for the current month." if a report for a month has no records that match criteria.
What I tried (below) is not working:
Formula 1 (@RecordCount)
If Count({HPD_Help_Desk.Incident Number})= 0
Then
{@NoRecordsText}
Formula 2 (@NoRecordsText)
"No records for the current month."
How can I get the text, "No records for the current month." to print in the body of a blank report?
Thank you so much,
OldGrayMare