getImage(string)
| Change Images with Script for another approach to dynamically change images in a Dashboard. |
Loads an image from a Java resource, URL, or database BLOB (binary large object). The getImage() function checks whether the argument specifies a valid resource. If it does not specify a resource, then getImage() treats the parameter as an encoded image. Both ASCII Hex and ASCII85 are supported (useful for XML data).
To retrieve a BLOB from a database, first create a Data Worksheet with a column bound to the image data field. Then use getImage() to reference the desired data block cell, as shown in the example below.