Skip to main content
Solved

Dissolve Polygons and generate list of those if the attribute value is different

  • April 15, 2019
  • 2 replies
  • 13 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

Hi all,

I have overlapping polygons and I am using Dissolver to avoid this. However, I would like to keep some attribute from both polygons that are overlapping in case attribute value is different. For example, those polygons have attribute calls "Side" and i would like to have list of these in case of both polygon has different value for it such as Side = W and Side = E but if both attribute Side = W and Side = W.

I want to do it because in some cases i have 6 polygons are overlapping and if i generate a list regardless from the values of those attributes, I am having very long attribute list.

 

Thanks in advance.

Best

Best answer by ebygomm

Easier to generate the list then use a ListDuplicateRemover to keep only the distinct values.

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • Best Answer
  • April 15, 2019

Easier to generate the list then use a ListDuplicateRemover to keep only the distinct values.


jugoslaviaa
Enthusiast
Forum|alt.badge.img+6
  • Author
  • Enthusiast
  • 89 replies
  • April 15, 2019

Easier to generate the list then use a ListDuplicateRemover to keep only the distinct values.

Thanks! It worked that why.