Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, If I understand correctly, you don't want to consider you last three page(Terms and condition) as a part of page numbering. Please add below code at the beaning of terms and condition page. This will reset your page number and these three page will not be part of your actual report output <?initial-page-number:1?>
-
Sorry I missed one step After first page please insert "Page Layout > Breaks > Next Page " and then the first Page in the terms and condition add <?initial-page-number:1?> as shown below
-
could you please give more information what exactly you want to do? Do you want XML output?
-
could you please give more information what exactly you want to do? Do you want XML output?
-
How is your XML data...? Can you please upload the XML. based on that how to print CUST_NAME can be decide
-
could you please upload the rtf and sample xml
-
Super script characters will appear as it is in Output how its present in XML please see the example XML Data : PDF Output : For special characters you should have respective font install in the system then it will appear as it is.. May I know how and where you are using your report and if possible could you please upload…
-
Hi, You can use baseline-shift="super" as <fo:inline> property as mentioned below. Please use below thread for more detail Regards, Brajesh
-
Please follow the below thread
-
Yes data structure has been modified for nested structure. Did this work for you?
-
Insert a dummy image where you want to print the signature 1. select Image and in MS word go to Format > Site(tab) > click on expand icon then navigate to Alt Text and you can provide image url there in the below example OA_MEDIA is the environment path and CF_LOGO is the XML tag name which contains image name(e.g.…
-
Hi, I don't think special characters or double quote will cause any issue to load the data into rtf. Could you let us know what encoding you are using in your XML data? and what is the error message you are getting? Regards, Brajesh
-
Cannot you write like Rupees <?xdoxslt: toWordsAmt(xdoxslt:get_variable($_XDOCTX,'RUNTOT'))?> only. If Rupees are coming dynamically means sometime you need to print Dollar or respective currency then you can generate the tag in XML based on currency code and you can use to your rtf.
-
Hi , I don't think in case of long output BI Publisher will use two excel cell to print, I believe there may be some hidden table layout causing the issue. Could you please upload your rtf?
-
You are using RTF or EXCEL template?
-
Great, good to here. Could you please share the solution for our benefits
-
Hi , In BI Publisher, substr function always start with 1, you cannot use -ve numbers (please refer the "Extended Function Support in RTF Templates" in BI publisher user guide) For your requirement you can calculate the length of string and then you can use substr to get the last 9 characters. Please use the below…
-
This is not possible to see the output as PDF and Excel at the same time because there is only one output format for concurrent program. But you can select format as PDF or Excel using same rtf based on template you select while submitting the report
-
Using FOProcessor class you can generate the output in both EXCEL and PDF but in the server location but cannot see same in Concurrent program output at a same time. You can generate the XML using concurrent program then using that program call the FOProcessor one with EXCEL and second with PDF. And you can get the output…
-
What it mean by Multiple PDF? Busting will automatically generate the PDF for the level you will mentioned in the busting file Regards, Brajesh