Solved

Generate incrementation from column max value

  • 19 April 2024
  • 1 reply
  • 24 views

Badge +1

Hello,


I want to generate an incrementation from the max value of a column in order to not have duplicate values. The _max value column is not recovered in the counter for the 50 duplicate features :

 

 

Any idea ?

 

Thank you

 

icon

Best answer by jasperwis 19 April 2024, 10:08

View original

1 reply

Userlevel 3
Badge +12

Hi,

Looks like you need to merge the _max value from the ListRangeExtractor with the Duplicate features before going to the Counter.

 

Jasper

Reply