Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Formulas > Números Consecutivos > A partir de un número en Especifico

Topic Labels: Automations Base design
Solved
Jump to Solution
1331 1
cancel
Showing results for 
Search instead for 
Did you mean: 
JuanArLo
4 - Data Explorer
4 - Data Explorer

Muy buenas tardes,

Estoy montando mi propio gestor de proyectos, estos proyectos quiero numerarlos con números consecutivos, pero que el primer número sea un número en especifico.

Por ejemplo:

N. de Pedido:

P003245 (Esté sería el primer campo de la tabla)

Además, al crearse un nuevo pedido debe de aparecer automaticamente el número consecutivo (en el caso del ejemplo superior, P003246).

Extras de funcionamiento:

Además, voy a utilizar el apartado de formulario, para introducir los pedidos de una forma más automática y sencilla (no voy a ser yo la persona encargada, y se necesita sencillez). Mi consulta sería, ¿Existe alguna forma de que en el Formulario el N. de Pedido (automatizado anteriormente) aparezca de forma automática? Sin tener que incluirlo a mano.

Muchas gracias

____________________________________________________

Hello,

I'm setting up my own project manager, and I want to assign consecutive numbers to these projects, but with the first number being a specific one.

For example:

Order Number:

P003245 (This would be the first field in the table)

Also, when creating a new order, the consecutive number should automatically appear (in the example above, P003246).

Additional functionality:

Furthermore, I will be using the form section to input orders in a more automatic and straightforward way (I won't be the person in charge, and simplicity is needed). My question is, is there any way for the Order Number (previously automated) to appear automatically in the form? Without having to input it manually.

Thank you very much.

1 Solution

Accepted Solutions
Harsh2
6 - Interface Innovator
6 - Interface Innovator

Hi @JuanArLo ,
You can create a formula field wherein you would take the starting value i.e (3245) and combine it with an auto number field to generate a new order number
i.e something like

CONCATENATE("P", 003245+{Auto Number Field})

See Solution in Thread

1 Reply 1
Harsh2
6 - Interface Innovator
6 - Interface Innovator

Hi @JuanArLo ,
You can create a formula field wherein you would take the starting value i.e (3245) and combine it with an auto number field to generate a new order number
i.e something like

CONCATENATE("P", 003245+{Auto Number Field})