Image is not appearing in the catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 05:56 AM
Hi,
i'm trying to show an image on a catalog item form. Unfortunately after uploading the image on the db_image table and after configuring the macro, the result is the following:
here's how i have configured this part of the catalog item:
Please advice
thank you in advance
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 09:00 AM
Hi @Marco Pasqua ,
I have tried this one on my PDI and its working.
Try below script line in your macro.
<img src='0214ADAF-1C76-4E34-966F-0EBD09534402.png' height="50px" width="500px"></img>
1] Variable
2] macro script. (Here replay your image name accordingly)
3]output
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 02:48 AM
I have attached an image in sys attachment table, from thr i want to showcase it on rich text label variable in catalog item. need script for this
pls help