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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
d’ag. 25
|
168 | ||
|
1
d’abr. 25
|
1459 | ||
|
1
de set. 24
|
2135 | ||
|
1
de jul. 24
|
1907 | ||
|
1
de maig 24
|
4247 |
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?