I have a script that outputs the times an employee swiped per day.
There will be a report that outputs details per day per week.
I am having an issue with writing an expression to count the number of clockings made per particular day.
Using the count function count(fieldname) but Im not sure what to do about the number of entries (clocking times) per user per day? Its the per user per day part that I am struggling with.