I'm attempting to add carriage returns in a QR barcode. I'm using the custom data selection property to build the barcode value. I've found various documentation on the web that states it's doable by adding a "013" or "%0D" escape string between my other values. When I do that like so:
It's interpreted as a literal string, not a carriage return.
I've also tried using the CHAR function, but it doesn't change the output at all.
Is there a way to add a carriage return to QR codes via PlanetPress?
Thanks!