how can we add an image into a multi row variable set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2020 11:18 AM
Hi Team,
We are looking for an option to populate an image into a multi row variable set. We didn't find an image type of field in the multi row variable set. Please assist on this If any one had gone through the solution for this kind of requirement in the past.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2020 11:30 AM
You can add a UI Macro to the Multi Row Variable Set. Please follow these instructions on how to make attachment available via a UI Macro:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2020 01:19 AM
Thanks Willem for reply on this.
Here we are not looking for an attachment in the multi row set. We are having the actual information and image on the custom table and we are retrieving that information from custom table to multi row set. Here we are able to populate other information in the multi row set but we didn't find the option to display the image on the multi row set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2020 01:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2020 02:07 AM
Like this:
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<img src="yourimage.jpg" height="40px" width="40px"/>
</j:jelly>
You can adjust the height and width.