Solved

AttributeCreator else if statement

  • 18 July 2016
  • 3 replies
  • 236 views

Badge

is there a way in AttributeCreator to use if-else statement? for instance, if field1 < 10, field2 = 'low'.

or are there any better ways for this purpose?

icon

Best answer by erik_jan 18 July 2016, 18:05

View original

3 replies

Userlevel 2
Badge +12

Yes, you can use the "Conditional value" option with the AttributeCreator and the newer AttributeManager to do exactly what you are describing.

Badge

Yes, you can use the "Conditional value" option with the AttributeCreator and the newer AttributeManager to do exactly what you are describing.

thank you. learned a lot from this forum

Badge +10

The AttributeRangeMapper can also be useful for this type of mapping.

Reply