Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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?
-
https://middlewaretimes.blogspot.com/2014/03/how-to-use-wlst-to-generate-report-of.html
-
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
-
where I need to edit PDF or RTF or BI Tool?
-
I tried but didn`t find any luck in it.
-
I Did all the try Giving me same issue . is there any place I need to check as well
-
Tried to upload not working allowing me to upload RTF. U can take any RTF sample Change the font family to algerian . But when We view the output in PDF doesnt change. Well other other Excel RTF HTML Output changes
-
ok in this if u apply any font family ur output for the pdf doesnt change Please do suggest
-
https://docs.oracle.com/cd/E10091_01/doc/bip.1013/b40017/T421739T432386.htm https://docs.oracle.com/cd/E29542_01/bi.1111/e22255/translations.htm#BIPAD370 Might be helpful using import and export an XLIFF file
-
do provide with sample query so can be helped also u can go through this doc which might help http://sfis.blogs.wesleyan.edu/files/2016/01/BI-Publisher-PS-Query-Report-Developer-PT-8_52.pdf https://docs.oracle.com/cd/E28280_01/bi.1111/e22254/create_report_new.htm#BIPRD2100
-
<?xdofx:if MY_VARIABLE!= '*' then XXXX else if MY_VARIABLE!= '*' then XXXX else XXXX end if?> try using this which might be helpful if u can do it in case.
-
<?xdofx:if p_scaling = m.0 then XXXX else if p_scaling = bn.0 then XXXX else XXXX end if?> try using this which might be helpful if u can do it in case.
-
In format field G= thousand separator and D = decimal separator are you using in right way as per your requirement <?format-number:fieldname;’999G999D99′?>