I am in the middle of a project to create a scanline that includes taking an ADOR and converting any letters to numbers, assigning those numbers a weight of 2 or 1, adding together any resulting double digits, dividing that number by 10 then subtracting any decimal from 10 to create a Check Digit.
I know there is a way to use a Check Digit function along with a barcode, but our client doesn’t want a barcode on the product.
| Alpha Conversion | |
| A | 1 |
| B | 2 |
| C | 3 |
| D | 4 |
| E | 5 |
| F | 6 |
| G | 7 |
| H | 8 |
| I | 9 |
| J | 1 |
| K | 2 |
| L | 3 |
| M | 4 |
| N | 5 |
| O | 6 |
| P | 7 |
| Q | 8 |
| R | 9 |
| S | 2 |
| T | 3 |
| U | 4 |
| V | 5 |
| W | 6 |
| X | 7 |
| Y | 8 |
| Z | 9 |
Yes, to can absolutely change part of an ADOR. You can do this in QLingo, but it will be a long, long, long, expression. This is probably best done with a JavaScript function, but only if you have a uProduce instance.
Otherwise you’ll need to preprocess the data with Excel or some other piece of code to get the field “appended” into each data record.
From: <xmpie...@googlegroups.com> on behalf of Naomi R <naomiren...@gmail.com>
Reply-To: <xmpie...@googlegroups.com>
Date: Monday, November 27, 2017 at 4:30 PM
To: XMPie Interest Group <xmpie...@googlegroups.com>
--