Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Could you please confirm NET_ENDING_CR_BAL and P_PERIOD_TO is present in same level in XML? Could you please upload the XML and E-text ?
-
If header and footer is inside the for look. Can you user for-each@section and for header and footer <?start-body?> <?end-body?>
-
You can use below condition just after for-each <?if@row:position() mod 3=0?> <xsl:attribute name="background-color" xdofo:ctx="incontext">lightgray</xsl:attribute><?end if?>
-
If you are printing one invoice at a time you can use last page content feature of BI Publisher
-
Could you please upload you rtf and XML file
-
Please adjusted space start body and end body in such a way that it will always print only 30(example) invoice per page. If invoice is more than 30 it will go to new page and less than 30 it will insert blank line for remaining lines using code written in below tag. <?for-each:xdoxslt:foreach_number($_XDOCTX,1,…
-
May I know the platform where you are running your rtf report? Below these are some configuration file needs to be placed for XDO processor for special character specially currency symbol and bullet points. Regards, Brajesh
-
From the Validate Template please locate sql8939 in which field you are using please take corrective action to fix this unknown tag
-
Please see if below fix your issue https://oracleappsm.wordpress.com/2014/11/01/steps-to-enable-bi-publisher-addon-menu-in-microsoft-office-2010-edition/
-
How I can upload the file in this thread, I am not able to see any upload option?
-
LAST_DAY(ADD_MONTHS(sysdate,-2))+1
-
Hi , We have similar requirement for check print. Where we need to print 30 Lines per page, if invoices are more than 30 lines then 31th line should print in second page. And also I can see based on number of records "Note: Beckman Coulter, Inc." and "TOTAL AMOUNT / MONTANT TOTAL CAD ::" is moving up down. Solution for…
-
I did not see multiple <properties> tag in XML. Other than that all looks good in data template. could you please replace multiple properties tag with one tag and put all the property name under that. As below <properties> <property name="scalable_mode" value="on"/> <property name="db_fetch_size" value="20"/> <property…
-
<?if:BookingMRC != '' and TotalMRC != '' and TotalMRC > 0 and BookingMRC < 0?> Increase%: <?xdoxslt:round((((-BookingMRC) div TotalMRC)*100),2)?> % <?end if?> Can you try the above?
-
Nope...I put 'and' in small case....XML publisher will not accept upper case 'AND'.
-
Please check from below sql what encoding install at your database. Please set the same for profile option "FND: NATIVE CLIENT ENCODING" respective level. If you already set the FND: NATIVE CLIENT ENCODING to "UTF8"(Please verify its should be UTF8 not UTF-8) then please verify other level value e.g. responsibility or OU…
-
Can you see from application correct template is getting picked up
-
This format will absolutely work. Looks like some other type issue, could you check PMFBY11207 field in rtf contains <?format-number(PMFBY11207,'###0.00;(###0.00)')?> only? Please check the HELP KEY(F1) tab if anything is there? Also declare that field as Number, currently its Regular Text. Please upload the sample RTF and…
-
Hi , I have achieved the same using word. Please see the below screen shot, If description comes in more than one line then text will wrap and come to second line Sample Output
-
Can you use <?format-number:PMFBY11207;'999G999G990D00'?> Regards, Brajesh