Question

Non Logo images in Aurena Report Images Folder

  • 23 March 2022
  • 1 reply
  • 155 views

Badge

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.

 


This topic has been closed for comments

1 reply

Userlevel 1
Badge +2

Hi Madushi,

Don’t know if that makes a difference but try replacing :p1 with just :1 in the sql query. Just remember that such images won’t show if you do a preview in Report Designer, you have to deploy such report first and run it from the app.

Regards,
Przemek