Skip to main content
Solved

Group by attribute match_id to sum values

  • August 24, 2022
  • 2 replies
  • 349 views

acusig
Participant
Forum|alt.badge.img+1

Hi,

 

I've a bunch of features relative to adresses and associated inhabitants.

I've already grouped the features by similar street names and numbers wich results in the "match_id" column.

What I need now is to sum each four "total..." column's value (separately) by using the "match_id" as grouping value.

The goal is to get the number of peoples, etc ..., living at one adress.

I've tried several transformers after the AttibuteManager but none return the attented values.

 

Thanks for your help

Best answer by tomfriedl

Use the Aggregator.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • Best Answer
  • August 24, 2022

Use the Aggregator.


acusig
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • August 24, 2022

I've tried it with different options but it always returned me 1 big grouped feature. I was just using the wrong settings ...

Thanks !