How to serialize 2 Digits together
I want to serialize a number where 2 Digits are serialized together with different interval.
For Example I want to generate following sequence
0001_A , 0001_B, 0001_C
0002_A, 0002_B, 0002_C
0003_A , 0003_B, 0003_C
0004_A, 0004_B, 0004_C
and so on .
Please suggest how to do that?
Thanks and Regards
Amit Garg
9871294709
0
-
Peter Thane
★ BarTender Hero ★
(This probably should be under the Template Design section rather than Integration)
You need to create the field made up of different substrings and then adjust the serialisation to suit each one, ie increment by 1 for every 3 labels for the 0001 part and increment by 1 every label for the A part such as below
0
Please sign in to leave a comment.
Comments
1 comment