I created the following formula on an image object in my crystal report:
“http://nossl.quickchart.io/qr?size=650&margin=2&text=” & ToText({TT_EquipmentQRCodes.QRURL})
given a url of:
mysitenamehere?param1=yes¶m2=no¶m3=maybe
The QR Code returns a url that only has the param1 parameter. The others are not there.
mysitenamehere?param1=yes
All ampersands and text following it are cut off. Is there any way to pass multiple querystring parameters?