AngChristman
MIS
We are making core labels and as we run a job some rolls are bad and we will need extra core labels made from the start to count for scrap. We need to print 10 % over each time. Is there a formula for this?
Also, for each of the products that have one label we need a box label. However we can fit field_1 into one box so we need the total printing records/field_1. Plus we need the 10% over and we need to have the very last record to still print because it may be a partial box.
I don't really even know where to start for either of these. I tried:
TotalPageCount = (TotalPageCount
* 1.1)
But that didn't work, it returned a value of 47 and still printed only 43 records.
Thank you,
Angie
Also, for each of the products that have one label we need a box label. However we can fit field_1 into one box so we need the total printing records/field_1. Plus we need the 10% over and we need to have the very last record to still print because it may be a partial box.
I don't really even know where to start for either of these. I tried:
TotalPageCount = (TotalPageCount
* 1.1)
But that didn't work, it returned a value of 47 and still printed only 43 records.
Thank you,
Angie