Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Tool Barcode - Add line break to QR Code (Intelligence Suite)

SpirigHC
5 - Atom

Hi there


I can perfectly create a QR code based on the input string. But once there is a linebreak in the input string it does not work. I tried adding \n into the string but it does not work either.

 

Is it possible to add a line break that will be converted into the QR too. When reading the QR Code I would like to have following output with the line break.

9999999999997

9999999999998

9999999999999

 

I have attached my example flow

 

1 REPLY 1
SpirigHC
5 - Atom

I could find the solution. I had to add charfromint(13) in between and then my Neptun scanner could read it

Labels
Top Solution Authors