Display Image in 4.0 Not displaying the image
I'm using the display image item in 4.0, but my image will not show. Settings are: Blob column returned by SQL statement
select
a.BLOB_CONTENT
from my_images_table a
where a.user_id = :P7_USER_ID
I added the alias to the table later to make sure I had no conflicts. The code seems to work fine, but I get a red "X" in place of the image. Anyone know what might be the cause of this? Any help would be greatly appreciated.
Elaine