Report Condition based on the length of the slice

Hello,

I have set up a report to send on a daily basis based on a slice dataset.

However, I’m wondering if the Report is going to be send even if the result of that slice is empty at the moment the trigger fires?

If the answer is ‘Yes’ I wonder if it would be possible to create a condition where the length of the slice would need to be > 0.

I ask this given that in my tests I have got empty reports / pdfs (which is fine since it was part of testing) but I wonder if the final users will also receive empty PDFs.

Thanks

0 1 106
1 REPLY 1

Steve
Platinum 4
Platinum 4

Yes

Try this as the Condition expression:

ISNOTBLANK(Student[_ROWNUMBER])
Top Labels in this Space