Solved

Merging 2 attributes into 1 attribute

  • 13 September 2016
  • 2 replies
  • 146 views

Badge +1

Hello,

I solve problem with attribute diversity. I need to merge values of 2 attributes into 1 attribute. Check the pic below please:

I need to get fully filled attribute igds_rotat - so values should be like that:

0

0

0

0

0

0

0

296,67

How can I reach that, please?

Thank so much

Lubo

icon

Best answer by redgeographics 13 September 2016, 10:20

View original

2 replies

Userlevel 4
Badge +25

You could use an AttributeCreator or AttributeManager to add them up but it's maybe best to use a conditional value.

So if attr1 has a value that's used, otherwise it'll use the value from attr2 to fill attr1 (and remove attr2 afterwards). This does assume it's always a case of either one of them having a value, not both.

Badge +1

You could use an AttributeCreator or AttributeManager to add them up but it's maybe best to use a conditional value.

So if attr1 has a value that's used, otherwise it'll use the value from attr2 to fill attr1 (and remove attr2 afterwards). This does assume it's always a case of either one of them having a value, not both.

Thank you, it works!

 

 

Reply