Product: LABELVIEW and CODESOFT
Version: All Versions
|
GS1AIData: Adjusts the data for the GS1 AI (Application Identifier).
GS1AIData(«AIName», «AIData», «isLastAI», «calcCheckDigit»)
«AIName» : Define the Application Identifier
«AIData» : Define the Data
«isLastAI» : Define if «AIData» is not last (using 1 as 'true' and 0 as 'false')
«calcCheckDigit» : Calculate the a check digit base off «AIData» (using 1 as 'true' and 0 as 'false')
|
For this example, we'll create a GS1 (GTIN-14) Barcode.
1. Create and add a new Formula by going to Data Source > Formula > Add.
2. Define your label name and enter the function GS1AIData and select it from the pop-up box.
3. Define your AIName, AIData, isLastAI, and calcCheckDigit information in the formula.
Note: We would highly recommend trying to use the GS1 Wizard instead to accomplish this task. Instructions can be found here.
|