Skip to main content

Search

Search

Extra Digit Getting Inserted In My 2D Datamatrix

Comments

3 comments

  • Avatar
    Ian Cummings
    Moderator

    That's the GTIN check digit which is being automatically generated by BarTender - check digits should always be calculated as that is how they works.  If you cannot change the input field data to remove the check digit value, try this:

     

    In the barcode have two data sources that point to the same field for its data source.  However, in the first data source set the transform option to keep only the 15 chars on the left, and for the second data source choose to truncate the 16 chars on the left.  This will give you the same input data source for the barcode, minus the unwanted checkdigit which will therefore be generated instead.

    0
  • Avatar
    Legacy Poster

    Thanks for your feedback!! One question

    What do you mean by In the barcode have two data sources. For e.g. in a database table, 2 columns.

    I will appreciate your comments.

     

    cheers

    Zolf

    0
  • Avatar
    Ian Cummings
    Moderator

    Two data sources in the one label object.  Both are of the same database field, but with different truncation options in each, in order to only get the bits of the overall data source you want.  In other words, either side of the unwanted check digit in the database field data.

    0

Please sign in to leave a comment.