Product: LABELVIEW, CODESOFT
Version: All Versions
|
NOTE: The 2018/2019 products are the only version that offer the built-in "GS1 Stackable" option within the human readable properties. However there is a way to accomplish the stacking with Formulas in previous versions.
For 2015 and older LABELVIEW/CODESOFT
NOTE: Please keep in mind that your data may not resemble exactly what is seen here. This is an example using the Application Identifiers (AI) that were specified at the beginning of this article.
NOTE: If you are looking to create the same setup, please take a look a the Data source window below. More information about creating Data sources can be found here.
IMPORTANT NOTES: Please keep in mind that the data you are using may not resemble exactly what is here. This was an example using the Application Identifiers specified in the beginning of this article. Here are some more helpful tips to keep in mind when creating a formula for a stackable human readable.
A. The quotation mark character " " is to denote static or fixed data in the string. To create your own static Application Identifiers within the formula use: "(01)"/"(10)"/"(17)"
B. The ampersand, &, is used to concatenate the data together into a single string - "(01)" & {GTIN} = (01)9876543219876
C. The squiggly bracket characters, { }, are encompassing the created data sources. These are data sources that are within the software and can be seen in the Data sources window. (See Step 8 for an example of the Data sources window)
D. The ASCII function of Carriage Return is denoted by the char(13) function inserted after each line of data. This helps break the strings into the itemized/stackable format.
NOTE: If you are unaware of what the ASCII functions are, it is the American Standard Code for Information Interchange. It is a code that represents the 128 English characters as numerical formats with each letter assigned to a number 0 through 127. In TEKLYNX LABELVIEW/CODESOFT 2018 and higher products, we have included the ASCII table within the formula creation window as shown below.
NOTE: Selecting this button will open an adjacent window with the full ASCII list available for import of the characters/functions directly into the formula being created.
Those end users not currently on the LABELVIEW/CODESOFT 2018 and higher products, a link to the full ASCII list and functions can be found here.
|