Skip to main content

I've got output from 3 statscalculators coming together to create the following and was wondering how I could 'flatten' it such that that one record exists for each community and <missing> values have a value of zero.

So the output would look like the excel image.

Hi @aviveiro, the Aggregator (Group By: COMMUNITY, Accumulation Mode: Merge Incoming Attributes) might help you. Then, to assign zero to missing attributes, consider using the NullAttributeMapper.


Terrific @takashi !

Your suggestions worked.

Thank you.


Reply