Hi guys,
I have another problem with CalculateValue in ModelBuilder.
I have a shp with polygons. Each polygon has one attribute which talks about being a part of group.
So attributes lookes like this
- FID CODE GROUP
- 1 1001 1
- 2 1301 1
- 3 2000 1
- 4 2302 1
When i run my model I would like to have an output with that value (Group field) in it - something like "Output_1".
I tried different ways for expression in Calculate value tool but no success....