Adding More types of ID's

Right now if you have a table that you put measurements or whatever into the only ways to assign an Id to the measurements is a string ID or a random number. Is there anyway an numerical list can be added so that you can have ID’s be easier to read and match?

Hi Jonathan, many users are using sequential ID, they’re several way to do it and you will find some interesting posts in the community such as this one : Increment table ID field from the app - #7 by pte.

Hi, you can simulate the list by using delimiters as semi-colon. It will be considerer as a string (until you split it in your app). You need to know as in a list the field on each list’s index.