Export the Endorsement Line at Package Breaks
If you want to export the endorsement information (including tray and package number), but only want it to be populated with each package break, copy and paste the following expression into the "expression" column. You'll need to make sure that the length of that exported field is 40.PADR(IIF(!empty(pkgmark_),TRANSFORM(VAL(cont_id))+"*"+TRANSFORM(VAL(gpb_id))+PADL(ALLT(endorse),32,"*"),""),40) |