QR Code Generator in Appsheet

  1. Create a virtual column

2. Edit App Formula

3. Paste this formula below

         CONCATENATE("https://chart.googleapis.com/chart?chs=150x158&cht=qr&chl=", 

[Admission No.])

where Admission No. is a column. You can add multiple data to your QR code. Which you can follow the formula below

 CONCATENATE("https://chart.googleapis.com/chart?chs=150x158&cht=qr&chl=", 

[Admission No.], "text", [column], "text", [column])


4. Column data type must be an image.






No comments:

Post a Comment