For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Did u tried running by the direct path and what does it shows? is it working.
try this
url:{'{OA_MEDIA}/wesco/wesco_running_man_wide_logo.jpg'}
url:{'${OA_MEDIA}/wesco_running_man_wide_logo.jpg'}
url:{concat(wesco,’/’,’wesco_running_man_wide_logo.jpg’)}
let me know how it went
Or best Solution is call it from subtemplate which resolves
Where are the images in the Excel?
* You need to set a couple of properties to allow use to access them and you need to be connected to the network to get the images.
Base image URI | html-image-baseuri | Base URI which is inserted into the src attribute of the image tag before the image file name. This works only when the image is embedded in the template. |
Image file directory | html-image-dir | Enter the directory for XML Publisher to store the image files that are embedded in the template. |
With standalone 10.1.3.4 the Excel output is actually MHTML where we can embed the images directly in the HTML file so you don’t need the properties set.
* In the “Web” Tab of the the image properties.
Paste an image in the template where you would like your image to be displayed in the output. Double click the image. In the “Web” Tab of the the image properties write this:
url:{concat(CP_IMAGE_LOC,’/’,’logo.gif’)}
where CP_IMAGE_LOC contains your unix directory path where my logo.gif file resides. CP_IMAGE_LOC is a placeholder in your rdf and hence is part of my XML output.
OR you can set the like this:
url:{‘${OA_MEDIA}/logo.gif’}
Our Excel is not true Excel and it has a limited set of functionality but for many users its enough just to get the data out into Excel.
Use ---to_date---
Resloved
Use Multiple Template or Use Choose or If condition to resolve the use
Thank you
Good to Hear Mark your Thread as answered
Go through this.
Check: datamodel is linked.
Check the data model view results shows you both group
Also trying reading this might help
https://www.strsoftware.com/blog/how-to-burst-and-deliver-documents-from-bi-publisher-enterprise
Can you try installing microsoft word 2013 instead
For Office 2016 I think bipublisherdesktop32 works fine.
If u want to go with bipublisherdesktop364
The key thing to look out for is the software (Word, JRE and additional add on) 32 bit vs. 64 bit.
Do you have the correct JRE version and 32bit or 64bit installed?
What version of Office do you have 32bit or 64 bit..
.
Have you tried to install BIpublisherdesktop32 sometimes it get supported due to many reasons.
if u run bipublisherdesktop64 R u running it as an administrator?
check
1: If this report is been used in application anywhere (Check that report table which would be useful)
2: if its used check the path in application of the reports
3: Check the check the catlog date.
else check this link
Hi All,
Thanks For the Help ,
Solution : Due to some reason the font I was mapping in bi tool was taking 0 bytes when i dig deep to the path. So copied the font manually in the folder then my font was display good.
Thanks
Anish