Hi
I have a solution in which I have 4 lines of processes. I want to have a counter for each line, that is, if I print product 1 just increase the counter 1. Right now if I print on line 1, the counter of the other lines also increases. Can I do what I want?
Thank you very much.
Multi counter
Moderators: Georges, milos, NiceLabel Support Team
- Kyleodonnell
- NiceLabel Support
- Posts: 680
- Joined: Mon Aug 28, 2017 3:07 pm
Re: Multi counter
SERG10,
The counter is working as designed as it increment for every label printed when you use the same counter (which it sounds like you are) you may need to create several counters and employ some scripting to get the logic that you wish
The counter is working as designed as it increment for every label printed when you use the same counter (which it sounds like you are) you may need to create several counters and employ some scripting to get the logic that you wish