Hi All,
i have this table data based on this i need to display reports.
TimeId EmpNo Date TimeIn TimeOut TotalTime
1 100 8/1/2010 17:00 2:00 9 hours
2 100 8/2/2010 17:00 2:00 9 hours
3 100 8/3/2010 Off Off Off
so on upto 4 weeks data and for all the remaining employees
Based on this data i need to find the percentage of employees who are getting off in the same day.
Out of 100 employees 50 employees may get off in same day say saturday so 50% of the employees are getting off in same day.It can be any day.
I need to find for last 4 weeks,3 weeks,2 weeks.
This week 50 may get on saturday,anothe r 25 may get on sunday still 75% of the employee's are getting off in same day.
Result for last 4 weeks,3 weeks and 2 weeks
i have this table data based on this i need to display reports.
TimeId EmpNo Date TimeIn TimeOut TotalTime
1 100 8/1/2010 17:00 2:00 9 hours
2 100 8/2/2010 17:00 2:00 9 hours
3 100 8/3/2010 Off Off Off
so on upto 4 weeks data and for all the remaining employees
Based on this data i need to find the percentage of employees who are getting off in the same day.
Out of 100 employees 50 employees may get off in same day say saturday so 50% of the employees are getting off in same day.It can be any day.
I need to find for last 4 weeks,3 weeks,2 weeks.
This week 50 may get on saturday,anothe r 25 may get on sunday still 75% of the employee's are getting off in same day.
Result for last 4 weeks,3 weeks and 2 weeks
Comment