Hi,
I am trying to add an image to a report layout using Report Designer Tool. The image is saved in the Report Images folder in Aurena client. I have used the option ' Dynamic Image Stored on the database ’ and wrote the sql query below.
select image from ifsapp.report_images where image_name =:p1
and passed the image_name as the Bind Variable.
But the image is not showing in the layout. Can anyone explain me how to add this image (which is saved in the report images folder) to the report layout.