Skip to main content

Hello,

 

How do I automatically create a unique digital sequential value for each record, unrelated to the record number?

 

Thank you

Several ways:

  • Counter: sequential values
  • UUIDGenerator: GUIDs
  • CRCCalculator: checksum based on attribute(s) and/or geometry

Thank you

 

Counter. I did not know him.

Impeccable!


Reply