Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Table Properties > Row > Uncheck Allow Row to Break across page.
-
could you upload sample rtf and xml
-
Hi , Hope you have all the valid values for server, email etc. Could you please paste program XML output and bursting program log file
-
there could be several reason for this 1. Check the mail id is present in the XML file(you can see the program XML by click request id > Diagnostics > View XML) 2. Please check in the Bursting control you have correctly specified the rtf template name with correct application name and locale 3. Check the XML Administration…
-
before each section can you set page number to 1 by using below code <?initial-page-number:1?>
-
Hi, May I know where image is stored?
-
May I know from where you are getting the image and how you are printing it in rtf? if possible plz upload your rtf
-
In the table row you can put if condition after for each <?if:XYZ != ''?> at the first column in the row. Sample :
-
this can happen with extra lines or blank table rows which can be observed by template. Request you to upload the rtf and sample xml
-
Got the rtf thank you
-
in which platform you are running the report? is it EBS concurrent program?
-
you need to use "../" (dot dot forward slash) to access one level up parent data. e.g. <HEADER> <NAME> ABC </ABC> <DETAIL> <ITEM> XXX </ITEM> </DETAIL> <DETAIL> <ITEM> YYY </ITEM> </DETAIL> <DETAIL> <ITEM> ZZZ </ITEM> </DETAIL> </HEADER> Now from the above example if you are inside DETAIL and want to print NAME from the…
-
Finally I got my package example where I used.. For Header only one record with status H lv_dynamic_query := 'INSERT INTO XX_PA_DWLD_FC_ADJ_GT ( PROJECT_NUMBER , TOP_TASK_NUMBER , PROJECT_ID , TOP_TASK_ID , department_name , total_fte , total_baselined_amount , currency_code , COL1 , COL2 , COL3 , COL4 , COL5 , COL6 , COL7…
-
What is the date format of p_start_date in XML file?
-
No I mean was value appearing for p_start_date in xml....can you paste sample value for p_start_date
-
If p_start_date is in canonical date format then you can use to_date in rtf example if p_start_date is '2017-05-31T11:37:01.262+00:00' then you can use <?xdofx:to_date(p_start_date,'dd-MMM-yyyy')?>
-
Hi , You can call package.procedure from beforereport trigger then execute your ref cursor inside the procedure and populate the data into one global temporary table. Constrict your data template based on that global temporary table. Regards, Brajesh
-
Hi, I have handle it dynamically by global temporary table as follow 1. Create GT table wit dummy columns line coloumn1, column2......columnn and one extra column record_dentifier(Header/Line) 2. for header record identifier insert one row which will contains all you headings...that will be tag in rtf 3. for the line…
-
It can be corrupted rtf. It happens sometime. Request you to export your rtf to xsl-fo then search for for-each if its not present it means we are not looping it through rtf and we can conclude that rtf it corrupted. In this can you can copy the content to new rtf and check. or if its not very big report then can create…
-
XSL-FO Is text file you can open in any text editor line Notepad, Notepad++ or in Internet explorer as well. You text editor should have line number enabled to see the line number