Skip to main content
Solved

Generate incrementation from column max value

  • April 19, 2024
  • 1 reply
  • 44 views

user01
Contributor
Forum|alt.badge.img+2

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

 

Best answer by jasperwis

Hi,

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

 

Jasper

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

jasperwis
Enthusiast
Forum|alt.badge.img+17
  • Enthusiast
  • Best Answer
  • April 19, 2024

Hi,

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

 

Jasper