Miscellaneous utilities

GOOGLEQRCODEURL – Generate Google Charts URL to create QRCode

268 views June 1, 2018 admin 0

Overview

This Custom Field generates a Google Charts URL to create a QRCode with the given content.

Syntax

GOOGLEQRCODEURL(Width,Height,Content)

Element Description
Width The width of the QR Code image in pixels (max. 500).
Height The height of the QR Code image in pixels (max. 500).
Content The given content.

Example

GOOGLEQRCODEURL(400,400,‘http://www.catalogautomation.com’) returns

See also

N/A

Was this helpful?