Serialization of two fields in the same barcode Follow
I am trying to serialize two data sources within the same barcode with some difficulty.
I am trying to increment field 1 by 1 but only after field 2 has reached a certain number. Example:
XXXXX - 1 - 0
XXXXX - 1 - 1
XXXXX - 1 - 2
XXXXX - 1 - 3
XXXXX - 2 - 0
XXXXX - 2 - 1
XXXXX - 2 - 2
XXXXX - 2 - 3
And so on....
There is no other unique triggers that I can find for making this happen out of the box.
Sorry if my explanation is not clear, I can try to articulate better.
Thanks for the help!
1 comments
Hi Eric,
Using you above samples
Set the 0-3 (last) sub-string to increment by 1 each level but reset to 0 when the number reaches 3
The previous field should be set to increment by 1 every 4 labels (ie for the 0 then 1 then 2 then 3 in the other sub-string)
Pete
Please sign in to leave a comment.