Question

Adding more attributes values in one cell

  • 4 December 2019
  • 2 replies
  • 1 view

Badge

Hello everyone, I have one question. Is it possible to do next: for example, I have 2 features ( feature_1, feature_2 ) and in their attribute table I want to add more ID from other polygons ( polygon with id 123 and polygon with id 527 ).

 

Thanks a lot.

2 replies

Userlevel 5
Badge +25

Yes, that's possible. I'm assumign you're doing an AreaOnAreaOverlayer, that will give you the option to create a list (a one-to-many relationship). You can then use a ListConcatenator to turn that list into a single attribute.

Userlevel 2
Badge +17

Yes, you can do that with SpatialRelator and ListConcatenator.

Reply