oracle RTF template: multi-line content in QR code
I have a requirement to implement QR code with multiple lines in oracle BI publisher report. According to oracle documentation the syntax is following:
<?qrcode:'Hello World'; 100?>
But when scanning QR code I need to see each word on new line, like
Hello
world
How can I achieve that?