I have an attached file with 2 text objects ...also attached the .PNG images...
I want to show images based on the market selection.
In one text object I want Incentives and in the other text object I want to show Office...
Hi Ansh,
Attached dummy application can help you to achieve your requirement.
Regards,
Akshaya
Hi Ansh,
Attached dummy application can help you to achieve your requirement.
Regards,
Akshaya
Try below:
Bundle
LOAD * INLINE [
ImageId, Path
BangkokInc, Yourpath\ImagesTest\BangkokInc.png
BangkokOff, Yourpath\ImagesTest\BangkokOff.png
BangaloreInc, Yourpath\ImagesTest\BangaloreInc.png
BangaloreOff, Yourpath\ImagesTest\BangaloreOff.png
];
ImageFile:
LOAD City,
Image
FROM
ooxml, embedded labels, table is Sheet1);
(
Try this in your textobject.
You are awesome ! TY