Hi there
I have written a very simple report listing total staff and if they are full time or part time.
My 2 formulas are:
if {Employee.HoursPerPeriod} >= 60 then "Full Time" and
if {Employee.HoursPerPeriod} < 60 then "Part Time"
I need to calculate percentage of Full & Part time. When I use the count function it is returning the total number of staff, rather than just the number of full and then part time.
Any suggestions would be appreciated.
Thanks Julie
I have written a very simple report listing total staff and if they are full time or part time.
My 2 formulas are:
if {Employee.HoursPerPeriod} >= 60 then "Full Time" and
if {Employee.HoursPerPeriod} < 60 then "Part Time"
I need to calculate percentage of Full & Part time. When I use the count function it is returning the total number of staff, rather than just the number of full and then part time.
Any suggestions would be appreciated.
Thanks Julie