Add an Image to a table column

Lets you use an image in a table column. For example, display a customer's balance status based on balance limits:

Add Image to a Table

To display the balance, create a DB Query action that is executed when the form loads. Set the table column to Image type and map the column to the corresponding column in the database.

When you deploy the site and open it in the browser, the table displays images in the column that has the control type set to Image.

Add Image to a Table

  1. On the Extended Properties page of a table, click Columns.
  2. On the Data Type list, select String.
  3. On the Column Type list, select Image.
  4. In the Load Image from Store box, select either option:
    • No: Enter a image name /URL in the Image box. (Default: No)

      Note For on-premise TotalAgility, the image needs to reside in <Installation location>\Kofax\TotalAgility\Agility.Server.Web\Forms\Images.

    • Yes : Consume an existing image or enter the image name. (Default: No)

      Note The name must match the name in the database for the image to display at runtime.

  5. Click Add Add.
  6. Click Close.