Skip to main content

Search

Search

Serialization - Incremement by the number of days passed since last print job

Comments

2 comments

  • Avatar
    Tevin Henderson

    The serial should only change when the date does. So if 5 days have passed since the last print job, the serial should increment by 5

    0
  • Avatar
    Shotaro Ito

    That would be VB Script rather than Serial number.
    Try create init date off label and name data source as "INITDATE", then give a start date of the serial.
    On serial text, change data source to VB Script Multiline and place script

    Value = DATEDIFF("d",INITDATE,DATE())

    To apply 3 digit format, you can apply number of characters transform - minimum 3 characters, fill 0 from left, disable warning.

    1

Please sign in to leave a comment.