Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to display image based on image name from the data set ?
Allaj
There are some examples how to load image dynamically from the data base.
But I have just an image name in my data set, and I need dynamically populate the image from URL based on the image name retrieved from my data set. Is it possible?
Thanks
Find more posts tagged with
Comments
bhanley
You can drag a text element into the table or grid where you want the image rendered. <br />
<br />
Set your Text Object for a type of HTML and then "Dynamic Text" on the lower toolbar.<br />
<br />
Then configure the element text to read:<br />
<br />
<VALUE-OF>row["><br />
<br />
Use the expression builder to help get the full string right.<br />
<br />
NOTE, this will work for HTML (online) output.