Skip to main content

Display Images

You can display images in a worksheet or other views by adding an image field to your data model. Images can come directly from your database as binary data (Raw) or from a web address (URL). After adding an image field, open a worksheet, include the Image (Raw) or Image (URL) field, and adjust the image height in the properties.

important

Only JPG, PNG, and GIF image formats are supported.

Display an image from your database

Use the Raw format when your image data is stored in a database column as a BLOB (Binary Large Object).

Prerequisites
  • Your database must contain a BLOB column with image data.
  • The table must already be part of your data model, and the field visible in the Fields Table.
  1. In the Fields Table, select a column.
  2. Expand the General tab in the field properties panel.
  3. Next to Format, click the button to open the dialog.
  4. In Categories, choose Image.
  5. In Data format, select Raw.
  6. Click Ok.
  7. On the File tab, click Save Data Model.

Use the URL format when your image data is stored as a complete web address in your database table. This allows the view to reference and display images hosted online or in a network-accessible location.

Prerequisites
  • Your database table must contain a column that stores the image's full URL.
  • The table must already be part of your data model, and the field visible in the Fields Table.
  1. In the Fields Table, select a column.
  2. Expand the General tab in the field properties panel.
  3. Next to Format, click the button to open the dialog.
  4. In Categories, choose Image.
  5. In Data format, select URL.
  6. Click Ok.
  7. On the File tab, click Save Data Model.