I need a serially alphabet. Record serially set like 1,2,3,4,5 so we create counter for numeric now I need A,B,C,D,E Suppose,
Serial | Item A | AppleStore B | Googlestore
Like this.
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need a serially alphabet. Record serially set like 1,2,3,4,5 so we create counter for numeric now I need A,B,C,D,E Suppose,
Serial | Item A | AppleStore B | Googlestore
Like this.
Thanks in advance
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
abr 25
|
1439 | ||
|
1
sept 24
|
2108 | ||
|
1
jul 24
|
1884 | ||
|
1
may 24
|
4225 | ||
|
1
may 24
|
2348 |
Solve my issue just return counter value you just convert in ASCII value using chr() Suppose counter = 65 and return chr(counter) value is A.
Hi Farid, I am trying to do what you did with numbers. Can you please post the code?