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 157
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