Schedule Report to run if there are records in the Report

(imported topic written by Shembop91)

I am trying to write out a schedule for a report that only gets e-mailed if there are records in the report. In other words I don’t want to send out a blank report.

So, for this scenario the report will be generating computers who haven’t reported in x amount of days in a certain computer group. I would generate the e-mail only if there were any computers that fit the criteria.

BUT…

I would like to make this post even more general - it there a way to say - if this report is Not Blank, then send it.

(imported comment written by BenKus)

I think you can you use an activity trigger with relevance like:

exists bes computer whose (now - last report time of it < 1 *day)

Ben