Add Saved Image to cell

Hello All

Ultimate goal is to display the corresponding image for a location ID on a report.

I created a Data Input with an ID column and an image column. The Data Input is joined to a manual Select. And I have a folder with uploaded images. I want to add to the image path to the images column of the Data Input. See below images for reference

My problem is I am unsure what value/address to put in the image column of the Data Input to retrieve the image from image folder. I reviewed the https://www.dundas.com/support/learning/documentation/create-view-content/drag-and-drop-an-image-file-jpeg-or-png help page but could find my answer

This is the resource you’ll want to refer to:
https://www.dundas.com/support/learning/documentation/data-visualizations/adding-a-data-image

In short, you’ll want to have that database column correspond to the ID of the image you uploaded to your Dundas instance (which you can find via its properties. Then once you add the Data Image visualization, your Image Path would be something like “dundasImageResource:[CompanyLogo]”

Thank you @christianp for the reply. This is where I hit a wall. In looking at the https://www.dundas.com/support/learning/documentation/data-visualizations/adding-a-data-image I’ve tried using the ID and file name with no luck. I’m certain I’m just getting the syntax wrong. Here is an example of an image property:


Would the value in image column be “dundasImageResource:[1234567-6f81-4c3e-9237-c0120ecfe562]” ?