PDF formating issue in RTF Template

Hi,
I have an XML for which i have data for both subavisor level and fund level and the data at each fund level are derived/aggregated from Subadvisor level(using complex formula which is taken care at the database level not at the RTF level).
I need to show both Fund level data and SubAdvisor level data in the report, so i have designed the required RTF Template to show the Sub Advisor level data for each fund Level Data.
The Sample XML is(i have only included one SubAdvisorLevel data(XYZ) for the Fund(ABC) :
<DATA_DS>
- <G_1>
<FUND_NAME>ABC</FUND_NAME>
<SUB_ADV_ANA_MIL>1234</SUB_ADV_ANA_MIL>
<MGMT_FEE_PAID>1234</MGMT_FEE_PAID>
<MGMT_FEE_PAID_O>NA</MGMT_FEE_PAID_O>
<MGMT_FEE_BP>1234</MGMT_FEE_BP>
<MGMT_FEE_BP_O>NA</MGMT_FEE_BP_O>
<TA_BILLABLE_ASSET>NA</TA_BILLABLE_ASSET>
<TA_FEES_PAID>NA</TA_FEES_PAID>
<TA_FEES_PAID_O>NA</TA_FEES_PAID_O>
<TA_EFF_BP>NA</TA_EFF_BP>
<TA_EFF_BP_O>NA</TA_EFF_BP_O>
</G_1>
- <G_1>
<FUND_NAME>ABC</FUND_NAME>
<SUB_ADV_NAME>XYZ</SUB_ADV_NAME>
<SUB_ADV_ANA_MIL>123</SUB_ADV_ANA_MIL>
<MGMT_FEE_PAID>123</MGMT_FEE_PAID>
<MGMT_FEE_PAID_O>NA</MGMT_FEE_PAID_O>
<MGMT_FEE_BP>123</MGMT_FEE_BP>
<MGMT_FEE_BP_O>NA</MGMT_FEE_BP_O>
<TA_BILLABLE_ASSET>NA</TA_BILLABLE_ASSET>
<TA_FEES_PAID>NA</TA_FEES_PAID>
<TA_FEES_PAID_O>NA</TA_FEES_PAID_O>
<TA_EFF_BP>NA</TA_EFF_BP>
<TA_EFF_BP_O>NA</TA_EFF_BP_O>
</G_1>
- <G_1>
Because of this structure the XML, i have designed the RTF template by putting the following code:-
<?for-each-group:G_1;./FUND_NAME?><?sort:current-group()/FUND_NAME;'ascending';data-type='text'?>
<?FUND_NAME?> <?SUB_ADV_ANA_MIL?> ............................................(other Attributes are also present)
<?for-each-group:current-group();./SUB_ADV_NAME?> <?if:SUB_ADV_NAME!=''?> <?SUB_ADV_ANA_MIL?>............(other Attributes are also present)
<?end if?><?end for-each-group?>
The only issue i am facing while exporting this RTF Template to PDF is that i am getting a blank row in the PDF(because of the condition <?if:SUB_ADV_NAME!=''?> ) for the 1st level of Sub Advisor level Grouping and there after all the Sub Advisor level data are coming up fine.
Can you please help me out in resolving this issue

Thanks Bipuser,
But the inlines function in not giving the desired result, it is working in the same way even if i haven't put any condition.
The problem with the existing condition <?if:SUB_ADV_NAME!=''?> is that only PDF is generated with the extra space and Excel does not comes up any space.
Please let me know if you need any further information from my end.
Thanks again,
Regards
Mrinal

Similar Messages

  • Regarding Matrix Report Issue in (RTF Template)

    Hi,
    We are developing the new report in XMLP (Matrix Report) and this is new stuff for us in XMLP. we dont have any material to explore about how to apply matrix report concepts in RTF Template.
    We have tried with some xml data with the RTF file but the data is not coming out well..since the mapping we did
    correct in the RTF File but the field VALUE not populating the data and also
    not able see the full table in the pdf output.
    Please help me out why this formatting issue happening with the matrix report format ?..
    Also please provide some notes to understand about how to apply Matrix concepts in the RTF to get perfect output.
    Thanks in Advance.
    Regards
    Prabu

    can you put your simple requirement here.
    like some sample xml, sample out required, and what you have tried.
    winrichman.blogspot.com
    check for crosstab there.you should find something.

  • Issue in RTF Template

    Hi All,
    Could you please solve the following requirement:
    Requirement: In my RTF Template for the fisrst page we are displaying parameters of the report.
    In the second page we have 2 tables one is for statement and other one is for Receipt.
    My requirement is in the second page i need to display "statement table" at the starting of
    second page[i.e @Header part] and "receipt table" at the end of the second page[i.e @tailor part].
    My issue is if statement table is having many rows some of the rows are skipped and displayed at 3rd page.and the receipt table is @ 2nd page.
    If receipt table is having many rows it is breks into two dispalyed at the end of second page and starting of 3rd page.
    Can anyone please provide me the solution.
    Thanks in Advance,
    Dhanasurya
    Edited by: DhanaSurya on Nov 6, 2009 1:06 AM

    Hi Dhanasurya,
    It sounds like you are using headers and footers, and that what you seeing is standard expected functionality.
    You could try extending your header/footer regions to make them bigger, but if there are too many rows of course then the tables will break across pages.
    Depending on your requirements you could limit the number of rows so they always if on one page, otherwise you'd need to either accept the data will break across pages, or implement something like Fixed Row Enumeration.
    Regards,
    Gareth

  • How to Format number in RTF template?

    Hi,
    In RTF template i am using Format_number for custom requirement. when i am using below conditon <?format-number(ENTERED_CR,'##,##0.00')?> number is getting formatted if above 1000 only. My requirement is 1). 444 should format like 444.00 2). 444.55 should format like 444.55 only. Can anyone suggest on this ASAP.

    in the next time use BI Publisher forum - BI Publisher
    <?format-number(ENTERED_CR,'##,##0.00')?>it's works for me
    output:
    444    ->  444.00
    444.55 ->  444.55

  • Report header issue in .RTF Template

    Hi,
    I have designed a .RTF Template, I need to display a Parameter in the header part of the template, If the Parameter doesn't contain values then I do not want to show them, Can I have If and End if condition in the header part, I believe I cannot use Field in the header part.
    How do I achieve it, If you need the .RTF template i can upload.
    Regards,
    Ashoka BL

    Hi,
    Declare the parameter with the syntax <?param@begin:AAAA?>
    And in the header use <?$AAAA?> if AAAA is the name of your parameter. If theres no value, it will automatically not display since the value is blank, No need of an if wrapper.
    -Domnic

  • PDF formatting issues on BO 4

    We are migrating from SAP BusinessObjects Enterprise XI to SAP BusinessObjects BI Platform 4.1 Support Pack 2 Patch 1. Our Crystal reports were in version 2008. We are having issues with text formating in our PDF documents. For example: lines will either overflow or wrap too soon, fonts on charts are sometimes off.
    Can anyone help quide me on where I can look to fix this?

    Hi,
    Regarding to "lines will either overflow or wrap too soon", registries change may be needed.
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\SavedData and the HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\SavedData keys and create a string value and set the TruncateClippedFieldStrings value to "Yes".
    Check out SAP BO KB 1218653 - Crystal Report fields overlap rather than truncate when viewed in InfoView or BI Launchpad  on http://service.sap.com/sap/support/notes/1218653 for detail.
    Hope this helps,
    Jin-Chong

  • SWF in pdf  format issue

    Hi,
    I have exported the swf file in pdf and ppt format. I have made all the setting in web server level, which are found in forums. the crossdomain.xml and the adobe global security panel settings. when I open in my system there is no any pop up window to make the file trusted. But when i open the file from other system , even then i make the file from that computer as trusted file, every time  after opening it is asking to make the file trusted.
    the same case happens with ppt also. In some systems it wil open without any problems. But in some systems it is giving problem. Even then i am following the same steps and having the same adobe versions and flash players.
    Kindly help me.

    Disable your firewall and then check it again.

  • PDF format issue on email delevered Ibot

    Hi,
    I am having an uncommon issue.
    We are having some ibots delivering the report as PDF attachment to user group. On friday morning when the user tried to open the PDF attachment on a email ibot delivered, he got the error below.
    "Adobe Reader could not open 'filename.pdf'" because it is either not a supported file type or because the file has been corrupted (for example, it was sent as an email attachment and wasn't correctly decoded).
    After sometime the error was gone and everything started working as normal. But we dont know when we will get the same error again. The user has got the same error last month.
    There is not issue with the ibot design, as during the certain time frame all ibots delivered fails with same error.
    Please help me if you know the reason for this behavior.
    Thanks
    Krishana

    Do you have any settings in Adobe Reader to look for updates at a certain time like when the problem occurs. I'm wondering if there is something that temporarily disrupts the ability of the file to be converted to pdf which causes the corruption issue. Check to see that there are no scheduled updates going on or any system process that may take out the ability to create a pdf file temporarily. This may be what's happening.

  • SSRS Export to PDF formating issue

    Hello
    I have created one ssrs report which is having 25 column in this report. whenever i will export this report to PDF, all column will not come in the single page. It will display the part of the columns on the first page and rest of the column
    in next page.
    Could you please suggest me how to fix all the columns in a single page.

    Hi Vinay SH
    Check ur report properties where u will mention report width and height for the report.
    Let say if ur table width is 10 the make it 10.5 which include(table width,left spacing ,right spacing).
    Then export the report to PDF.
    It will work.
    Stiil the issue exists feel free to ask.
    Kishore Babu K

  • PDF does not show correct font with RTF template

    Hi,
    I have some doubts regarding fonts in PDF reports.
    when we create any XML report of PDF output type with RTF template, does the font used in the template has to be uploaded to the server?
    I have create a RTF template to produce PDF output with arabic text in Times New Roman font but when i preview the template it shows courier font.
    Please help.

    Hi,
    The document id is discussing general issues with Oracle Reports.
    But my basic question is that Do i need to upload font to XML Publisher when i am using RTF template.
    Or it is RDF report only for which i have to work with uifont.ali
    Please reply.

  • Print Quote the report is in PDF but need to be new RTF template

    We have 11.5.10 apps, the Quote screen is an OAF screen.
    When clicking Print Quote the report is in PDF, They want to include a new RTF template for printing instead of PDF.
    The new RTF template is created. But what I do not know is how the quote screen will take the new template. I can use XMLP to upload the RTF template but that may not be sufficient to make it appear in the Quote screen.
    I am looking at the profile ASO:Default Layout Template. Am I headed the right way?

    Hi,
    Please refer to the following documents, it should be helpful.
    Note: 780722.1 - How to Create a Custom Print Quote Template in Oracle Quoting ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=780722.1
    Note: 392728.1 - How to Modify the data source for the XML version of the Print Quote report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=392728.1
    Note: 468982.1 - How To Customize The Asoprint.Xsl
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=468982.1
    Regards,
    Hussein

  • RTF templates- Issue with inconsistent outputs

    Hi All,
    I have an issue with rtf templates.We are on XML Publisher 5.6.3 with EBS with Bursting.Bursting is set at G_HEADERS in the contorl file.
    I am using the <?start@last-page-first:body?><?end body?> function.It displays amount total for single page output and amount total only on the last page for multiple pages output.The above logic works perfectly when I have single header data in the XML file(single G_HEADERS).
    <XX_MAIN>
    -<LIST_G_HEADERS>
    <G_HEADERS>
    Lines Data(tree sub levels)
    </G_HEADERS
    <G_HEADERS>
    Lines Data(tree sub levels)
    </G_HEADERS
    <G_HEADERS>
    Lines Data(tree sub levels)
    </G_HEADERS
    </LIST_G_HEADERS>
    </XX_MAIN>
    However when there are multiple headers(G_HEADERS) in the same XML data file at the same tree level, all the outputs get generated as minimum 2 page outputs.Even though the data fits in 1 page for some of the G_HEADERS, it shows continued on the first page and just prints the total on the last page along with the header.
    I appreciate your help with this.
    Thanks,
    Lavina

    Hi,
    I'd like to know if anyone out there has come across this issue before..
    Thanks
    Lavina

  • Can the pdf title and author properites be set from an RTF template

    Is it possible to set the out PDF properties from the RTF template? That is the properties you see when you select file properties in the pdf viewer.
    Noticed a code snippet in another post that would appear to set some of the properties when using PDF book binder.
    Properties prop = new Properties();
    prop.setProperty(Constants.SYSTE_TEMP_DIR, location);
    prop.setProperty(Constants.SYSTEM_CACHE_PAGE_SIZE, Constants.NUM_50);
    prop.setProperty(Constants.PDF_COMPRESSION, Constants.BOOLEAN_TRUE);
    {color:#0000ff}
    prop.setProperty(Constants.PDF_TITLE, "Custom PDR");{color}
    prop.setProperty(Constants.INCLUDE_TOC_PAGE_NUM, Constants.BOOLEAN_TRUE);
    pdfBookBinder.setConfig(prop);
    Also found the posting about setting the pdf security property by seting word custom properties. Tried combining the two but is did not work. Any ideas anyone?

    For anyone who is interested, this was caused by our email client, not BIP.

  • Round Edged boxes in rtf templates

    Hi all,
    I have been really struggling to design rtf templates for XML Publisher with round edged boxes.
    The client requirement is to have all the tables/objects that contain data to have rounded edges..Just like a flowchart box..
    I have tried using the flowchart box, but when I increase the height/width of the object, the radius of the actual round edge object increases, thus distorting the entire look of the template.
    Can anyone give me some pointers on how I can overcome this issue using rtf templates.
    I would have gladly done this as a PDF template, but for the issue with lack of support for conditional logic.
    Any help will be truly appreciated
    Thanks,
    Lavina

    Hi ,
    You can select the number format in RTF template .Double click the Form Field select
    Type :Number
    Number Format :#,##0.000
    Thanks.

  • How to get the CSV,DATA output from RTF template

    Hi Jorge
    Thanks for your help.
    as in the link you have given RTF template can have the output type CSV,DATA but in the preview i can see only html,powerpoint,pdf,html excel .
    How to see the output in SCV,DATA format using my RTF template do i need to do specific design for those outputs.
    Thnaks in Advance

    It is because it has been preconfigured with such outputs.
    To modify and add more output types simply go to:
    1. Edit your Report
    2. Click on "View a List" (upper right hand corner)
    3. Click on the "output formats" (corresponding to your layout) and
    4. Check (add) the additional output formats you want your report to have.
    cheers
    Jorge

Maybe you are looking for

  • The report l runs very night and gets ended with error

    Dear all, I am facing a problem in solution manger. There is an report (Program/Command  RDSMOPSOL_MONIREFRESH ) will runs very night and get ended with error and there is Run-time error "MESSAGE_TYPE_X". Please suggest how to solve the problem. Is t

  • How do I backup my new iPad to my old iPad?

    I have a new iPad2, and want to set it up by copying my old iPad1's last back up. When I connect my new iPad2 to iTunes, I receive this message: This computer has previously been synced with an iPad or other iOS device. The restore from a backup opti

  • Import process hangs indefinately on JPG and AVI files

    Hi, I'm seeing a similar issue to some of the other posts. My configuration is Windows 7 x64, 4GB RAM and a Core i7. All the photos I want imported have been moved to the C drive. When I try to import a folder with a couple of sub-folders containing

  • How to create billing document  in VF01 without Excise duties. ?

    Dear All , Here is a scenario that we had done the Goods rcv of a  material without capturing   any excise entry as this material is non excisable , Now an ETO is created  for a  party , After this user   wants this material  to be given to Customer

  • Installing EBS 11i (11.5.10.2)

    Hi All, I have installed EBS 11i before many times , and each time I install in another server (linux) i encounter different error. My error now is that the gui window installer just closed suddenly without completing. I tried to restart it many time