Concept Flow - Aggregate with NULL handling
Start with dataset
Apply aggregate function
Check for NULL values
Ignore NULLs
Calculate result
Return aggregate output
The aggregate function processes data rows, skips NULLs, then calculates and returns the result.
