SOLVED
Tool Barcode - Add line break to QR Code (Intelligence Suite)
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SpirigHC
5 - Atom
‎07-08-2024
11:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
1 REPLY 1
‎07-09-2024
01:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I could find the solution. I had to add charfromint(13) in between and then my Neptun scanner could read it
