Using Groovy Aggregate Functions in ADF BC
- by Sireesha Pinninti
This article explains how groovy aggregate functions(sum, count, min, max and avg) can be used in ADF Business components and demonstrates how these can be used at entity and view level
Let's consider EMP and DEPT tables and an usecase to track number of employees in each department
Entity-Level
To use aggregate functions at entity…