Saltar al contenido principal

Búsqueda

Búsqueda

Incrementing GDF per set of records (i.e. per print copy)

Comentarios

2 comentarios

  • Avatar
    Peter Thane

    You need to set the number up as two separate sub stings that have different serialisation:

    String1 

    Set to Alphabetical only and to increment by 1 each label 

    Reset set to return to A when F is reached in the sequence.

     

    String2

    Set as below plus configure the reset as you require (each job etc)

     

    This gives: 

     

    0
  • Avatar
    Ira Horecka

    Hi Pete,

    Thank you for the detailed answer. I will work on your suggestion for the numerical serialization.

    I'd like to mention that I oversimplified my symptoms in the post. I am actually working with a character string prefixes sourced from a database. There are six unique strings ("DRNA", "DDNA", "KHI1", "KHI2", "XLO1", "XLO2"). To make it more complicated, these records could be selected by the user (1...6) during a print job.

    So if a user selected "DRNA", "DDNA", "KHI1" in the prompt and wanted two serialized sets, the desired outcome will look like: DRNA_1, DDNA_1, KHI1_1, DRNA_2, DDNA_2, KHI1_2

    0

Iniciar sesión para dejar un comentario.