Convert Ounces to Pounds of piecelb
In manifest mailings, the piecelb and piecethick fields have a specific way of formatting. If your weight field is in ounces, this command will convert the weight to pounds and add the leading zeros before the implied deciminal
Ounces: 40.81200
piecelb: 0255075
*This command makes an weight field and converts the piecelb field from ounces to pounds, then adds the implied leading zeros. *Map ounces (Numeric 10, 5 decimals) to piece weight. Map thickness to piece thickness *Add pounds field and convert imported ounces field to pounds ALTER TABLE ALIAS() ALTER COLUMN pounds C(10) *Add piecelb field *piecethick: 6 characters wide | Implied decimal is after second character (ex. 025000 = 2.5" thick) |