I am using 6.2.4.
Which version are you using? We have version 6.02 running here. We had no issues with QR codes in the earlier versions.
I am not seeing an error when I use a "." instead of a "," when saving the Barcode node -- see below.
"." does not work either unfortunately. Same error pops up. Any other ideas?
FFCore does not support the use of a comma in the data field (see error message below). Could a dot "." be used instead?
Hi guys,
I am stuck with editing one of our qr codes that we create using the barcode node.
What I have setup and works well for the data entry is the following text: $FFBoardSize$,$FFClientCode$,$FFJobNoDisp$
That is grabbing 3 different values from the csv file separated by commas.
I have tried to replace the first value with a static value of lets say the number 9, so the data field would look something like this: 9,$FFClientCode$,$FFJobNoDisp$
Problem I have now is that when I go to save this, I get error message that it does not like these other characters of $ and the comma. I have narrowed it down to the comma.
The scanner/reader needs the comma to know how to separate the values.
How to I go about this?