L&L 16 - if no records a report will normally not print but the report I'm concerned with is a nightly batch report and if it doesn't show up, even saying 0 records, the users think it failed.

So how do I send an L&L report with no records? I can test to see if any records were found and if not call PrintData which will force a blank report page. Problem is that the group footer says "Total number of records: 1" since it's got 1 blank record that I forced. I guess I could put a condition around that total such that if a critical column is blank it should show 0 records but that seems like a kludge.