I am trying to generate a GS1 QR Code in IFS Report Designer but cannot find a way to create a group separate to separate the columns that will create the QR Code.
Wadaco Configuration has been created so that FNC1 code 10 = LOT_BATCH_NO and code 241 = PART_NO.
I therefore created a READ ONLY custom field that using the following SELECT statement:
SELECT '10'||lot_batch_no||chr(29)||'241'||part_no
FROM INVENTORY_PART_BARCODE
WHERE objid = :objid
If I copy and paste the value from the custom field into Wadaco GS1 Barcode 1 on clicking SAVE the the value of the LOT_BATCH_NO is displayed in the Lot Batch field and the value of PART_NO is displayed in the Part No field.
Unfortunately, adding the custom field to IFS Report Designer the ascii value appears to be ignored as copying the value displayed on the report and pasting it as above the full value appears in the Lot Batch field.
Can someone please advise on how to get the group separator ascii value 29 - CHR(29) to work.
Many thanks.
John