Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
This should also work....is this not working?
-
<?xdofx:ADHOC_SUCCESS_COUNT+ADHOC_FAILED_COUNT?> can you use the above
-
This is preferable to calculate SYSDATE -1 in database and create XML tag for that. Because BI Publisher treat date as number so suppose you have 01-APR-2017 and you will do -1 for this it will print 00-APR-2017, this is not valid date. So better do it on database and use XML
-
Hi , We cannot put if condition in Bursting file. In alternate methode you can generate the message body in XML data by using OU Name in if condition and then at the time of busting you can use that tag in message body
-
Can you confirm, you can see below BI Publisher Installation structure folder from your start menu.
-
Hi, Instead of format <?format-number:(sum(current-group()/Summary_Taxable_Amt_ID8));'999G999D99'?> you can use <?format-number:(sum(current-group()/Summary_Taxable_Amt_ID8));'999G990D00'?> Regards, Brajesh
-
You Can use MS word Table wrap property
-
In case XML data contains special characters you can not get PDF output. to check this..Save the xml in local desktop and open in Mozila to check if it has any special character. If it contains special character Mozila will highlight it correct those characters until you get proper XML in browser.
-
This error comes when Format Payment Instruction program generate big XML. And we also made the concurrent program Option change and it work for us. Could you check with DBAs how much physical heap size available in server?
-
After placing -ms2048m -mx2048m in the concurrent program option did you restart the concurrent manager?
-
Program should look as below. Please note "Format Payment Instructions with Text Output" and "Format Payment Instructions" are two different program, you have provided detail for "Format Payment Instructions" but you need to update option of the "Format Payment Instructions with Text Output"
-
For this you need to add FO code to your rtf. Please split date in three formats 'DD', 'th' and 'MON YYYY', for all three add BI publisher tag and add the below code for each tag DD : <fo:inline><xsl:value-of select="xdoxslt:sysdate('dd')"/></fo:inline> th: <fo:inline baseline-shift="super"><xsl:value-of…
-
Could you check what version of java you have in your system. And BI Publisher tab > Options and check you have correct java path provided as below Regards, Brajesh
-
You want SYSDATE to print like this or there is some other dates?
-
Hi, If I understand correctly after end of first loop you want to print something on the bottom of the page. We cannot call that as footer because footer will print on the each page doesn't matter where your loop ends. For this requirement you can use word feature to put table at the bottom of the page after first loop…
-
Mark this as answer if this is solved this will help others
-
You are not using group by properly in excel. Please go though some sample Excel report this may solve the problem
-
Please refer the below thread
-
XML Data comes in two cases 1. Template did not picked by the Concurrent Program : Please go to COncurrent Program and click on View Detail -> Option if your template picked up then It will show as Template Name. 2. Ouput Post Processor failed to parse your XML data to PDF(or requires fromat) Please see the log file it…
-
Are you using rtf or excel template. Please can you upload