I have this formula in google sheets which ge...

I have this formula in google sheets which generates a barcode and works perfectly. My issue is, how do I get that barcode to then show up inside the app?

=image(โ€œhttp://www.barcodesinc.com/generator/image.php?code=โ€ & G2 & V2 & H2 & V2 & J2 & โ€œ&style=197&type=C128B&width=300&height=50&xres=1&font=3โ€, 3)

Kind regards Ian Townson

0 5 595
5 REPLIES 5

You need to create a virtual column with the Show/Image type. Then add your URL for content and it should work.

Harry2
New Member

@Ian_Townson For the barcode image to show up in the app, it must be saved to Google Drive, and the imageโ€™s URL or relative file path must be saved to the image column.

This is a dynamic barcode in the form view.

To achieve the same with the app formula, you need to create the link for the barcode with the CONCATENATE expression.

This post discusses a solution to this as well: plus.google.com - Hey AppSheet Community! I found a really cool feature that has helped me out โ€ฆ Hey AppSheet Community! I found a really cool feature that has helped me out โ€ฆ plus.google.com

Top Labels in this Space