Web Reports Scheduled Activities with Empty Results

We have several reports that send out automated alerts using existing web report queries and they are setup to email only when the report has changed. For the most part this works great, however it will send out alerts with empty results or no applicable computers when the report changes from 1 applicable to 0 applicable. Is there any way to add relevance that only sends results that have applicable computers? This would help us cut down on the number of alerts generated with no applicable computers.

There is an option called “Match Relevance conditions” where you can write some relevance and when it’s true the report is sent. Basically what I do is count the number of results, but that will depend on your custom report.

If there was an easy way to convert the web report filter to relevance we would definitely go that route but unfortunately the queries have multiple filters that would take quite a while to convert to the relevance language.

Does anyone know if you can use the “Match Relevance conditions” to evaluate only if applicable computers > 0 ?

Not sure if anyone else has run into this issue, looks like the only way will be to write custom relevance for the match relevance conditions which is a lot more work than using filters.

what filters do you have in your report?

Here is what we need to translate.

We use unique keys to identify organization, then we check if the relay installed status is yes and that the last report time is more than 1 day and applicable computers is greater than zero.

Does anyone have an idea to solve this ?