BI Publisher -RTF Template issue: Output report not maintaining text with bullets and numberings.

Hi All,
I am currently working with generating reports using BI Publisher. My issue is that when I will preview the output(in PDF and RTF) format's  of the newly created template, then, if the data coming from DB have some bullets or numbering, then the BI publisher output will ignore the same and will show the complete data as one single line.
For example if the data in the DB Field is like below:
The XYZ has the below sub-parts:
ABC : This again has two parts:
abc1
abc2
CDE
FGH
Then  this data will appear as below in the BI Publisher output report's:
The XYZ has the below sub-parts: •   ABC : This again has two parts:  o     abc1  o   abc2   •    CDE    •   FGH
I want the format of the data (with bullets and number's) should be maintained in the BI Publisher Report as well, but I am unable to find any solution for the same.
Any help on the same is much appreciated.
Deep Bhoj

in your query will u get all the columns always null when column1 is null
in your template for each group u can write like below
think G_1 as group in your xml
<?for-each:G_1[COLUMN1!='']?><?COLUMN1?><?COMMENTS?><?end for each?>
or if u are not sure u get null in both places every time u can write like below
<?for-each:G_1[COLUMN1!='' and COMMENTS!='']?><?COLUMN1?><?COMMENTS?><?end for each?>

Similar Messages

  • Page Break In XML Publisher RTF Templates Are Not Working

    Please refer to the Metalink Doc below:
    Subject:      Page Break In XML Publisher RTF Templates Are Not Working.
    Doc ID:      559111.1      
    Type:      PROBLEM
    Modified Date:      24-MAR-2008      
    Status:      MODERATED
    In this Document
    Symptoms
    Cause
    Solution
    References
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to:
    Oracle XML Publisher - Version: 5.6.3
    This problem can occur on any platform.
    Symptoms
    Using XML Publisher version 5.6.3 in 11.5.10.
    Find <?split-by-page-break:?> syntax is ignored.
    EXPECTED BEHAVIOR
    Expect page breaks to occur at point set by "split-by-page-break:" code.
    STEPS
    The issue can be reproduced at will with the following steps:
    1. Create a template.
    2. Call split-by-page-break: inside a loop.
    3. Output is not formatted correctly, page break call is ignored,
    Cause
    Unpublished BUG 5011628 SPLIT-BY-PAGE-BREAK NOT WORKING IF ADDED SORT WITHIN DYNAMIC GROUP
    Unpublished BUG 5011628 matches the client issue as it is a call to split-by-page-break inside a loop.
    Fix is in ScalableStringList.java version 115.4.
    This is delivered in <Bug 6165466> XDOFX:CHR(N) FUNCTION FAILING.
    Solution
    To implement the solution, please execute the following steps:
    1. Apply Patch 6165466 when it is released.
    2. Test your report.
    References
    Bug 6165466 - XDOFX:CHR(N) FUNCTION FAILING
    Keywords
    XML~PUBLISHER; LOOP; DYNAMIC~GROUP; PAGE~BREAK;
    Help us improve our service. Please email us your comments for this document. .

    Hi JDev,
    Check this out:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary-2.html
    Hope this might help.
    Thanks

  • How to create rtf template to view report in Word and Excel, with numeric f

    Hi,
    Please help me!
    How to create rtf template to view report in Word and Excel, with numeric formatted fields (like this 999 999 999,99 with spaces between numbers) and then end user be able to process those fields with Excel tools (sum, etc).
    Thank you.

    From what I have seen Excel can not handle 999 999 999.00. You can use 999999999.00 and then format it as you want in the xls bt you can not have values like 999 999 999.00 coming from publisher output and have functions on the values in Excel
    Tim

  • Anyone having issues sharing a document on Numbers with Yosemite and iCloud drive? I am just getting a connecting to iCloud when I hit share by email but it never does, just keeps spinning

    Anyone having issues sharing a document on Numbers with Yosemite and iCloud drive? I am just getting a connecting to iCloud when I hit share by email but it never does, just keeps spinning

    Yes, I am having this problem too (although I was sharing via a "copy link" command, not via email). My workaround fix was to log into iCloud.com via Safari and get the share link there.

  • I Have Iphone 4... I had purchased from any store in second hand... and the third party whose this iphone not in contact with me and my phone goes to lose mode.. how can I activate my iphone

    I Have Iphone 4...
    I had purchased from any store in second hand...
    and the third party whose this iphone not in contact with me and my iphone in lose mode..
    how can I activate my iphone?????Plz help me...
    <Email Edited By Host>

    Digant Mevada wrote:
    can possible to contact apple server manager tu know my id or anythig do..??
    There is nothing you can do except return iPhone & get your money back.
    You will not be able to use the iPhone.
    Apple will not help you.
    -> Find My iPhone Activation Lock: Removing a device from a previous owner’s account

  • I have a sonos music system that does not yet work with Lion and will not for about 3-weeks.  I need to uninstall lion and go back to snow leopard, how do I do that?

    I have a Sonos music system that is not yet compatible with Lion and will not be for several weeks.  How do I uninstall Lion and go back to Snow Leopard?

    While we all have MacBooks only a few have Lion. There's a Lion Support Community. You should also post this question there. https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion

  • 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

  • Grouping in rtf template like oracle reports - a newbie question

    Hello all
    I am new to BI Publisher and have probablly a silly question to ask.
    I have a basic query that returns a flat xml file which looks something like this. it will have multiple rows.
    <ROWSET>
    <ROW num="1">
    <DATE>01-DEC-2007</DATE>
    <PACKAGE>XXX </PACKAGE>
    <DROP_OFF>Hotel1</DROP_OFF>
    <ROOM>1</ROOM>
    <NAME>Test Customer</NAME>
    <PROBLEM_RECORDED>N</PROBLEM_RECORDED>
    <EXCEPTION>1</EXCEPTION>
    </ROW>
    </ROWSET>
    Because i am fairly new to xml i am at a loss trying to work out how i can form a template that will effectively allow grouping at say
    1. Date Level
    2. Package Level
    3.Drop Off level
    4. put all other data in here
    In reports i would just do groups and alter the layout accordingly. Obviously if i had an oracle report version of the sql that generates the xml then i could just generate the xml from the report and i would get the xml i am looking for .
    But I am working with basic sql not reports and am wondering What do I have to do with my xml to get it looking live the grouping I mention above, given all i have to play with is the example xml I included. I am really bamboozled and think i am missing something simple.
    I dont want to have to write multiple queries with different groupings using cast , multiset as I thought one of the benefits of BI Publisher was one query multiple layouts.
    Thanks
    Lisa

    If you haev word plugin installed,
    please follow the documentation and try using that,
    load the xml in the word plugin
    and then select insert table/form and then you can do the drag and drop,
    and group by each fields.
    http://blogs.oracle.com/xmlpublisher/2006/10/30
    http://blogs.oracle.com/xmlpublisher/2007/10/30

  • If like condition in rtf (template for oracle report)

    i'm begineer developer in oracle ebs i'm using report builder and rtf (xml) template to build report
    can anyone help my i want to make 2 layout in 1 template (1 rtf file) and give condition with if, lower and like (in sql i'm use like) but is error
    i give this query in my rft template:
    <?if: lower(WORK_ORDER_TYPE) like 'breakdown'?>
        <?start:body?>
            my_template
        <?end:body?>
    <?end if?>please help my for this problem
    thank you very much

    You can use choose too,
    note: the conditions are same
    <?choose:?>
    <?when: SHIP_COUNTRY_CODE=’IT’?>
    <?concat(‘Iscrizione Registro AEE n.’,WEEE_REG_NUM)?>
    <?end when?>
    <?when: SHIP_COUNTRY_CODE=’IT’?>
    <?concat(‘WEEE Registration No.’,WEEE_REG_NUM)?>
    <?end when?>
    <?end choose?>

  • XML Publisher - RTF Template - No of Rows Fixed

    Hi,
    We are printing a report which is developed in XML Publisher, but user requirement is to print 10 lines in each page under one group.
    I have did the following code, The code is compiled successfully, but output is not generating as per user requirement.
    I have followed this example Never name it.: Limit rows per page
    <?for-each:G_SUB_INVENTORY_INFO?>
    Sub-Inventory:
    <?SUBINVENTORY?>
    Locator:
    <?STOCK_LOCATOR?>
    <?for-each:LIST_G_ITEM_DETAIL?>
    Tag # <xsl:variable name="rowlimit" select="number(10)"/>
    Item Code
    Item Description
    Lot #
    Expiry Date
    MOH
    Status
    Counted Qty
    F TAG_NUMBER
    ITEM_CODE
    ITEM_DESCRIPTION0.00
    LOT_NUMBER
    EXPIRY_DATE
    <?position()?>
    <?if:(((position()-1) mod $rowlimit=0) and position()>1)?> <xsl:attribute name="break-before">page</xsl:attribute> <?end if?>
    E
    <?for-each:xdoxslt:foreach_number($_XDOCTX,1,$rowlimit-(count(G_ITEM_DETAIL) mod $rowlimit),1)?>
    <?position()?>
    <?end for-each?>
    <?end for-each:LIST_G_ITEM_DETAIL?>
    page breakend <?end for-each:G_SUB_INVENTORY_INFO?>
    Please guide me where I am getting wrong.
    Regards,
    Waqas Hassan

    Hi,
    I have found the solution,
    I was missing a number function.
    Before:        <?for-each:xdoxslt:foreach_number($_XDOCTX,1,$rowlimit-(count(G_ITEM_DETAIL) mod $rowlimit),1)?>
    After:          <?for-each:xdoxslt:foreach_number($_XDOCTX,1,number($rowlimit)-(count(G_ITEM_DETAIL) mod $rowlimit),1)?>
    Thanks

  • RTF Template Issues.

    Hi,
    I have 2 issues with a custom rft template for Printing POs from EBS 11.5.10.2 using XML Desktop ver 5.6 Build 45.
    1 I have 2 tables on the template corresponding to 2 different groups.. I will display only one table of data dynamically based on the type of the document (Standard PO or Blanket Release).. This logic is working but when the second table appears for blanket relase, there is lot of empty space between the column lables (which is static for both the tables) and the table data.. It looks like though the first table is not displaying, it is still using that space.. Is there a way that i can remove the empty space ?
    2. When i generate the PDF from my rft template, the alignment of the table is not right (e.g the lables on the table are not getting aligned with the actual data) even though it looks aligned exactly righton my rtf template.. Can you explain me what seems to be the problem.
    Thanks,
    Shree

    Did u get the solution for this ?
    if not
    Shoot me a mail
    [email protected]
    with your template and XML,
    and description what you want ?
    will have a look @ it.

  • The border of a table in a BI Report not renderd properly with Firefox3.6.x

    Hi,
    I am using an RTF template that has a table to show up the data pulled using sql query. I am using BI Publisher Release 10.1.3.4
    It is observed that the table bordering is not rendered properly when the same page is revisited by means of any button click like "view button" in BIPublisher. However, the place/position where the bordering is not rendered properly aries with each try.
    Clicking browser refresh btn or F5 renders everything fine.
    This issue is occuring only in 3.6.x version of Firefox. Tested with 3.5.x and saw that this issue is not occuring. It works fine on IE7 also.
    I believe the way the BI-publisher represents the html of the RTF template might have a gap w.r.t compatiblity with Firefox 3.6.x versions. We use BI-Publisher along with out product and we certified firefox 3.6.x as one of the supported browser for our product. Can anyone let me know if there is anyway we can resolve this with the 3.6.x version of firefox?
    Thanks in Advance,
    -Vijay-
    Edited by: nagavijay on Jan 19, 2011 11:07 PM

    Hey Paul,
    you did not "trying to narrow the scope down to our specific needs".
    but you got the result exactly of what you wanted.
    I sent your rtf and output , after adjusting the table you had in your template.
    check out that.
    I do not know, what do you mean by "inconsistent results "
    Be more specific or do you have that inconsistent results output with you ?
    send me that if you find :).
    Thanks.

  • Liquidity Report not picking up Noted item and Sales orders

    Hi Experts,
    I created planning levels from source as PSK, yet the liquidity is not picking up these items from sales orders and purchase orders. Also while creating noted items, i have given planning levels in the configurarion and the same is not picking up in the liquidity too
    Please advice
    Thanks in Advance

    Hi Hien,
    We have created planning levels separately for MM and SD and we have created under SDF and MMF respectively.
    IT is working for group created for direct FI entrly and linked the same with PSK and the same is working fine.
    I am new to FSCM. Can you please elaborate FDFD?
    Thanks and Regards

  • IPhone 6 Plus front camera not working or with lines and static?

    My iPhone 6 Plus front camera is having problems. Sometimes it doesn't work at all and the camera app freezes. Sometimes it works fine for a little while and sometimes it shows multi color static or lines.
    I've tried:
    Restoring from phone (without restoring backup)
    Restoring from iTunes (without restoring backup)
    Deleting ispw and re-downloading iOS 8.1.1 then restore
    The phone is less than 2 months old. I noticed it acting weird a week or so after I bought it but thought it was just software. At first it wouldn't work when using the camera app but worked fine using facetime. Now it acts up regardless.
    Any advice or opinions will be much appreciated.

    Nore wrote:
    I have always used the iPhone's LED flashing alert to notify me when I get a call or text message. While I was on iOS 8 Beta 2-4 it was working fine. I did a clean install of the complete iOS 8 release and ever since then, the flash alert doesn't work.
    Sometimes it will work on incoming calls, but will not work on text messages. I've tried soft/hard rebooting, clean wipe and fresh installs, and pretty much anything in between. Now, today I got my 128GB Gold ATT iPhone 6 Plus, and it's the same thing. Updated to iOS 8.1, reset everything/deleted all contents and settings. Both fresh install, and iCloud backups and still no alerts on text messages, but now I get them on calls. I tried my girls ATT 128GB iPhone 6 and she has the same problem too. My old phone was a 64GB iPhone 5S and hers was a 32GB iPhone 5. Everything was good until the official release of iOS 8.
    I've tried searching for related issues, and haven't found anything since 2011 with a quick Google search. Most links just tell you how to turn the flash alert on but no new issues. All of my devices are on iOS 8.1.  I gave my father my 64GB 5S with a clean install and he still has the issue as well. So, that makes my iPhone 6 Plus, my girls iPhone 6 and my fathers iPhone 5S not flashing LED on messages and sometimes calls. There aren't any custom vibrations enabled on any if the devices. Has anyone else experienced this problem? Is it a known bug or am I just not doing something right here? i never had an issue before the iOS 8 release. Any help would be appreciated.
    Are you a developer?  IF so try asking in the developer forum.

  • Tax number USA not maintained error in F110 and PMW interface

    Dear All,
    We are using F110 and creating output file using DMEE. After I run the APP and go to env->pay med->DME Adm i get the message 'No record found' in the TCode FDTA. When I go to Env->pay medi-> display log I get the log giving warning message Tax number USA for company code 1000 is not maintained. In the global setting for the co code no field appears for USA TAX Number even after scrolling down. What is the solution to this problem? Where do we find the field?. Please guide

    Dear Vinda,
    Please follow:
    1 - Enter t-code SE16.
    2 - Enter table T001Z.
    3 - Enter your Company Code from IN.
    4 - Hit Execute - F8.
    5 - Clique 'new entry' - F5 (If you cannot, ask for a Basis or use '/h' to clear the process).
    6 - Enter your C-code IN, param. type = SAPTIN and Parameter value = 'your required number'.
    7 - Save - crtl+s
    If you got no entries in T001Z to be able advance, go to OBY6 and fill awhile any field with tec name 'PAVAL'. Go back and execute.
    This procedure may not change OBY6 view, anyway try another test to check if table T001Z takes place in F110.
    Let me know the results.
    Regards
    Marssel

Maybe you are looking for

  • Unicode error in web dynpro

    Dear all, I'm facing a strange problem. This morning my WD worked well. I changed my specific table used in the WD (added new fields). My context is on this table. I update all my views with this context. I have 2 methods which used the specific tabl

  • Please connect your iphone to a computer running itunes

    I have a new phone and it keeps saying "please connect your iphone to a computer running itunes...etc. But I have it hooked to a computer using Itunes

  • Differenciate Between Hash....

    Hi there, Please help me with differences between HashTree, HashTable & HashMap Also what exactly is HashCode ??? Thanx in advance Harmeet

  • After effects cc 3200x1800 display(Qhd)

    Hi, I've this UI scaling problem since I have reinstalled adobe AE& PR on my xps 15 (3200x1800) qhd display. Last time I installed it was perfectly scale without doing any settings. But this time it turned out to be mini UI. What is happening? Someon

  • Error:  Failed to load database information.

    Post Author: ph03nix CA Forum: Data Connectivity and SQL I have recently had my computer reimaged, with everything reinstalled.  I have some CR reports that I was in the process of developing prior to the reimage.  These were working previously, but