Scheduled report by record non existent

I would like to make a scheduled report for if a employee has not created a daily time card record within 5 minutes of arrival. For the โ€œif this is trueโ€ฆโ€ portion would I use a ISBLANK(SELECT()) expression to see if a specific type of row is missing?

0 2 161
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Yep!

Ok so I have been using this report for a while and I like the feature. I used this โ€œIf Trueโ€ expression:

ISBLANK(FILTER(Job Board, AND([Account Name].[Account Name] = โ€œSign In Sheetโ€, [Date] = TODAY(),[Crew Leader].[First Name] = โ€œJoshโ€)))

I am having a hard time figuring out how to scale this up to iterate through the [Crew Leader] table to see if each crew leader has created a โ€œSign in Sheetโ€ and if not send that crew leader a text to remind him to sign in.

Top Labels in this Space