Skip to main content
Question

How can I "Group By" by a neighbor (not spatial) attribute ?

  • January 1, 2021
  • 1 reply
  • 10 views

giuseppecfgeo
Participant
Forum|alt.badge.img

Look at the picture please

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.

1 reply

Forum|alt.badge.img+2
  • 194 replies
  • January 1, 2021

From the looks of this you are trying to group everything form 0-99, 100-199, 200-299, etc.

 

Use an AttributeRounder with a rounding of -2 and set it to round down. That will take each grouping to its base value. So, 91 becomes 0, 453 becomes 400, etc. Then you can group by that value.