Hi Team,
I have a Question like I'm using the HR Sample Schema and want to calculate the Employess Salary sum based on the department using the groovy Expression but When I'm using the Expression EmployeesView1.sum('Salary') I can get the sum of All employees Salary and for the above Problem I Used DepartmentsView1.EmployeesView1.Sum('Salary') I'm getting the Error stating EmployeesView1 Not found, while having the EmployeesView ViewAccessor in Departments ViewObject seriously I bit confuse so please help with proper Groovy Expression for solving this problem.
Thanks
Sanjeev