BI Publisher Image
I tried to render picture from OM_MEDIA folder but concurrent completed with warning when checking OOP I found the following erro:
Caused by: oracle.xdo.parser.v2.XPathException: Error in expression: 'concat('${OA_MEDIA}','/',.//35795.jpg)}')'.
I changed to 'concat('$[OA_MEDIA]','/',.//35795.jpg)}')'.
And to 'concat('$OA_MEDIA','/',.//35795.jpg)}')'.
And No Use.
By the way can I render picture from BLOB cloumn and how , there is prequiests for that?