I have some data that need to be filter first and then calculate Values count of WO, Average of Age, and % of age.
1. I need to filter out work order that are CM, PM, CAP and MM. I have done that using Test Filter,
2. I need to then filter our CM's with HOLD status. I have column that is HOLD and has different status. I need to calculate CM's that are not on hold and CM's that are on hold.
3. Then I need to Count the work order, Average of age and % of AGE for all work types.
I am not sure what transformers i need to use the filter. I need your help.