prettitoni
Programmer
Could someone give me a hand here? In my report (CR 8), I need to show the Hours each Employee worked this month. I've tried creating a formula that says:
If Month({Employee.FINISHDATE}) = Month(CurrentDate) then Sum({Employee.HOURS})
But that's giving me the total hours of all employees....
If Month({Employee.FINISHDATE}) = Month(CurrentDate) then Sum({Employee.HOURS})
But that's giving me the total hours of all employees....