timeclock report help

Aug 18, 2005 1 Replies

We use the timeclock report to print out total hours worked for any given two-week pay period.



I am trying to modify the timeclock report by adding an additional column that will tell me whether the date on the report was in week 1 of the pay period, or week 2. I would like to return the string 'Week1' if the TimeIn value for that row is less than or equal to the FilterLoLim value + 7, but this does not work, i can't refer to this in my SQL formula.



Any ideas??



Thank you, Kevin



here is a simple select statement to demonstrate what i'm trying to accomplish:

select cashier.number, timeclock.timein, timeclock.timeout, cast(datediff(second, timeclock.timein, timeclock.timeout) as decimal) /

3600 as 'hours', case when (timein >= '2005-08-07 00:00:00.000' and timein We use the timeclock report to print out total hours worked for any given

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required