L
Laura
I need to write an expression that will use
the "HoursWorked" field. If the HoursWorked are 32 or
less then I would like the hours to be multiplied by 12.
If the Hours Worked are over 32, then 32 hours should be
calculated by 12 and the hours over 32 should be put in a
new field called Carryover. Hours are entered through
timesheets and the report I'm creating adds the total
hours for a specified time period, i.e.,
=sum([hoursworked]).
How would I create a second calculated field to store
the carryover number? And is this the right thing to do?
The way this report works, is that people work hours each
month, and can only be credited for 32 hours per month.
So any hours over 32 in that month need to go into
carryover. And if on a future month they work less than
32 hours and have some time in carryover, then the
carryover should be used (up to a maximum of 32 hours of
carryover and actual hours for the month).
Please share any ideas you may have, thank you!
Laura.
the "HoursWorked" field. If the HoursWorked are 32 or
less then I would like the hours to be multiplied by 12.
If the Hours Worked are over 32, then 32 hours should be
calculated by 12 and the hours over 32 should be put in a
new field called Carryover. Hours are entered through
timesheets and the report I'm creating adds the total
hours for a specified time period, i.e.,
=sum([hoursworked]).
How would I create a second calculated field to store
the carryover number? And is this the right thing to do?
The way this report works, is that people work hours each
month, and can only be credited for 32 hours per month.
So any hours over 32 in that month need to go into
carryover. And if on a future month they work less than
32 hours and have some time in carryover, then the
carryover should be used (up to a maximum of 32 hours of
carryover and actual hours for the month).
Please share any ideas you may have, thank you!
Laura.