Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
(
Trim({Daily.UserName}) + Trim({Daily.Type}) <> "userLate"
)
and
(
datediff("d",{Daily.TimeGen},(dateAdd("d", -1, currentdate)))=0
)
and
(
{Daily.EventID} <> 59
)
WhileReadingRecords
If (
{Daily.UserName} = "user"
AND
{Daily.Type} = "Late" )
Then 1
else 0
@CheckBoth = 0
and
(
datediff("d",{Daily.TimeGen},(dateAdd("d", -1, currentdate)))=0
)
and
(
{Daily.EventID} <> 59
)