Skip to main content
Solved

Generate unique digital sequential value for each record

  • May 30, 2017
  • 2 replies
  • 25 views

Forum|alt.badge.img

Hello,

 

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

 

Thank you

Best answer by david_r

Several ways:

  • Counter: sequential values
  • UUIDGenerator: GUIDs
  • CRCCalculator: checksum based on attribute(s) and/or geometry
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.

2 replies

david_r
Celebrity
  • Best Answer
  • May 30, 2017

Several ways:

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

Forum|alt.badge.img
  • Author
  • May 30, 2017

Thank you

 

Counter. I did not know him.

Impeccable!