Hi All,
In my requiremnt I'm supposed to calculate the Average hrs based on (Average Hours is the total of Combined YTD Hours worked for a group of employees divided by the total no of records in that particular job group).
Suppose let us assume Avrghrs = X divided by Y.
where X = Combined YTD Hours (this logic is done)
Y = Total no: of records (total no of records in that particular job group)
Can any body let me know how to get the count of the records for a particular group.