Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: sreeHi ,
I got answer for "how to calculate no of employees in department wise",used below code to get no of employes department wise
totalnoofemployes = count()
emit
recno,EmpDeptNo,
totalnoofemployes
where
lastInGroup.
But still i didnot got solution for " How to calculate sum of salaries in deptartment wise in aggregator node".
Please some one help how to get this .