QR Code in app

I make a virtual field image
formula =LINKURL(CONCATENATE(“https://www.ruggedtabletpc.com/MobileDemand.BarcodeGenerator/Barcode/Image?content=",[Barcode],"&siz...”))

have a field [barcode] same value as [Product ID]
But not working

Try to replace [Barcode] to [Product ID] and [Product Name]
But not working

please help me

Solved Solved
1 13 2,083
1 ACCEPTED SOLUTION

13 REPLIES 13

@Erwin_Demeulder
You can remove the LINKURL expression on the beginning and leave the expression with CONCATENATE only.

Some more ideas about barcodes are here: Generating Barcodes

CONCATENATE(“https://www.ruggedtabletpc.com/MobileDemand.BarcodeGenerator/Barcode/Image?content=",[Product ID],"&size=100&symbology=QR_CODE&format=png&text=true”)

Still not working

“The image could not be loaded”

@Erwin_Demeulder
Try with GOOGLEAPIS

CONCATENATE("https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=",[Product ID])

Hi @LeventK was this API not deprecated by Google and turned off in March 2019?

@Henry_Scott
Correct but the googleapis URL still produces the QR images. They just encourage to use new Charts API instead which has much more chart options to play with.

Oh ok. I thought they stopped/turned it off in March 2019 and understood that it meant it will not produce the QR Codes anymore from the URL

greate

same error

do i need set API in app

I run test
in test get URL and when i see in url i get a QR code but not seen in app

in app: “The image could not be loaded”

THANKS
its works

You’re welcome

Hi Levent can you get in touch with me when you are free ?

Top Labels in this Space