Repeat Header Data in Siebel BI Publisher Report

Halo All,
I'm very newbie in siebel, and i facing this problem:
I have fields named type, brand and marketing plan.
each type have many brand
each brand have many marketing plan
- the problem is the marketing plan data was loop without brand header data
like : Brand A
Plan 1
Plan 2
i want like : Brand A
Plan 1
-------page break
Brand A
Plan 2
Hope u could help me with this?
Thank you in advance
Edited by: user958190 on Mar 22, 2011 8:36 PM

I am facing a similar issue. I have defined a report with a web service as a data source. I can generate a report (pdf file) from the template in the report, both in the web interface and by calling the BI Publisher WSDL method runReportInSession. Unfortunately the report does not show any data from the data source.
I am defining the RTF templates with the latest version of the Template Builder for MS-Word (version 10.1.3.4.1 build 130), downloaded last week. My MS-Word version is MS-Word 2002 SP3 on a Windows 2003 server (32 bit). The BI Publisher Server runs on the same machine under Tomcat 6.
Two versions of the Template Builder seem to exist. The first version is contained within the BI Publisher server download and the second one is a separate download, both downloaded from the same oracle download page. The sizes of the two installation files are different, the latter file is slightly bigger. Nevertheless the help shows that they both have exactly the same version and build number !
Edited by: ruerd on Apr 27, 2010 2:56 PM

Similar Messages

  • Summary Report using Master-Detail Data on Siebel BI Publisher Report

    I have to create a Summary Report using Master-Detail relationship. Report fields are Account Name, Special Need Type, Customer Status, No of Customers, No of Claims. I am using rtf to create template and any help is highly appreciated
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ListofIO>
    - <ListOfBipCustomerSpecialNeeds>
    - <Account>
    <Name>CVNE</Name>
    - <ListOfContact>
    - <Contact>
    <SpecialNeedsFlg>Y</SpecialNeedsFlg>
    <SpecialNeedsType>Large Text</SpecialNeedsType>
    <PersonUId>1-6NI9</PersonUId>
    - <ListOfContact_Claims>
    - <Contact_Claims>
    <AccountNumber>TEST0015362272</AccountNumber>
    <ClaimNumber>1-4FVL</ClaimNumber>
    <ClaimStatus>Closed</ClaimStatus>
    <ClaimGBPAmount />
    </Contact_Claims>
    </ListOfContact_Claims>
    </Contact>
    - <Contact>
    <SpecialNeedsFlg>Y</SpecialNeedsFlg>
    <SpecialNeedsType>Braille</SpecialNeedsType>
    <PersonUId>1-L0A</PersonUId>
    - <ListOfContact_Claims>
    - <Contact_Claims>
    <AccountNumber />
    <ClaimNumber>1-ACX6</ClaimNumber>
    <ClaimStatus>Open</ClaimStatus>
    <ClaimGBPAmount>818.18196694218</ClaimGBPAmount>
    </Contact_Claims>
    - <Contact_Claims>
    <AccountNumber />
    <ClaimNumber>1-GI58</ClaimNumber>
    <ClaimStatus />
    <ClaimGBPAmount>45454.099173473</ClaimGBPAmount>
    </Contact_Claims>
    </ListOfContact_Claims>
    </Contact>
    - <Contact>
    <SpecialNeedsFlg>Y</SpecialNeedsFlg>
    <SpecialNeedsType>Large Text</SpecialNeedsType>
    <PersonUId>1-6FPP</PersonUId>
    - <ListOfContact_Claims>
    - <Contact_Claims>
    <AccountNumber>CVNE</AccountNumber>
    <ClaimNumber>1-7BRL</ClaimNumber>
    <ClaimStatus>Reviewed</ClaimStatus>
    <ClaimGBPAmount>562</ClaimGBPAmount>
    </Contact_Claims>
    </ListOfContact_Claims>
    </Contact>
    </ListOfContact>
    </Account>
    <Login>SADMIN</Login>
    </ListOfBipCustomerSpecialNeeds>
    </ListofIO>
    Edited by: user2298324 on 13-Aug-2010 09:36

    Thanks for the reply. The many to many relationship between Claims and Payments are achieved through intersection table in siebel. When Customer has multiple claims, single payment issued for both claims. Also single claim can multiple payments such (part compensation, interests, final compensation etc)

  • Need Date manipulation in BI Publisher report template

    Hi All,
    I need date manipulation in BI Publisher report template for e.g sysdate+4 this means i need 4 days after todays sysdate.
    That menas if today date(sysdate) is 09/01/2008 then i need (sysdate+4) i.e 13/01/2008.
    Please help me.
    Thanks
    Edited by: user562690 on Jan 9, 2009 3:21 PM

    Hi M14,
    I have doubt on similar type.I have AgreementStartDate as
    <AgreementStartDate>12/03/2008 07:24:10</AgreementStartDate> in XML format.
    I am not able to apply same formula for thsi date format in similar manipulation.
    Please help me.
    TIA
    skr

  • How to print Report Locale information in siebel BI publisher report

    Hi,
    i would like to print Report Locale Information selected by user in siebel BI publisher Report? Is it possible, please advise me to handle this?
    Regards,
    Joe

    Hi,
    Thanks for the reply...
    Actually i am looking for the following scenarios :
    1. i want to Hide/ Don't show last 3-pages Footer information in the report.
    2. While i am displaying the Carry forward information in the report
    a. if the page/ running total is 0, i don't want to display the footer information.
    b. only case if the page/ running total is > 0, i want enable footer information dynamically for each page.
    i have done as follows :
    in the Template main body :
    *<?template:footer?>*
    **1000* *1000**
    *<?end template?>*
    and for behind 1000 currently :
    <xdofo:inline-total display-condition="exceptlast" name="RUNAMT"><xdofo:show-carry-forward name="RUNAMT" format="99G999G999D00"/></xdofo:inline-total>
    it was printing the " RUNAMT " calculated page total sucessfully. but here if the Total = 0 then i don't want to show the value in FOOTER...
    Thanks in Advance.
    Please let me know, if more information required to help..
    KAP..

  • Date Comparison in BI Publisher Report

    Hi,
    I have a requirement to generate calendar report from " Daily Calendar View' in Calendar screen.
    I have written code to get the "Current Selected date" in the calendar applet and passing it to report using profile Attribute.
    I have created I/O and rtf template. I have to add the filter which will compare "Due Date" and "Current Selected date" and display only those activities which are for the current selected date.
    My problem is Due date is in "Date Time" Format while Current selected date is in "Date" format.
    Condition used in template - <?if:Due = CurrentDate?>
    Due - Appointment start date (Date Time format)
    CurrentDate - Current selected date in calendar applet (I have converted it to date format before passing it to report).
    is there any way by which i can convert date in 'dateTime' fromat to 'Date' format in BI Publisher report.
    Please let me know.
    Thanks,
    Dipali
    Edited by: user620760 on Sep 3, 2009 3:43 AM

    Hi,
    Thanks for the quick response.
    Please see below the extract from my xml...
    <?xml version="1.0" encoding="UTF-8"?><ListofIO
    <ListOfBip_Activity
    <Action
    <CurrentDate
    09/03/2009</CurrentDate
    <Pages
    </Pages
    <ACDCallDuration
    </ACDCallDuration
    <AMSActivityId
    </AMSActivityId
    <AMSCLMax
    </AMSCLMax
    <AMSCLMin
    </AMSCLMin
    <AMSRTE_ST_IND
    </AMSRTE_ST_IND
    <AMSV4AType
    </AMSV4AType
    <ANI
    </ANI
    <Abstract
    </Abstract
    <Due
    09/03/2009 02:30:00</Due
    Would appreciate your help!
    Thanks,
    Dipali

  • Siebel BI Publisher Report having many-to-many relationship

    I have query on creating BI publisher reports having many to many relations. The report requirements has fields from entities Customer, Claims and Payments. For explanation let say fields are customer name, claim ref, payment amount, pay id. claims and Payments entity has many to many relationship. Now my report shows as below. Actual Total Amount Paid to customer is 11,500. However my report total is shown as 13,000. How to resolve this ?
    Customer Name Claim Ref Payment Amt Pay Id
    Mr XYZ 1001 10,000 1-101
    Mr XYZ 1001 1500 1-102
    Mr XYZ 1002 1500 1-102
    I was thinking about a solution of having two columns side by side within a page. Column left will the show the data Customer to Claims and Column right will show the data Customer to Payments. But not sure how to achieve the rows wise alignment for the new customer records between two columns. If row wise alignment achieved then hope workaround might be accepted by client. Any help in this is greatly appreciated

    Thanks for the reply. The many to many relationship between Claims and Payments are achieved through intersection table in siebel. When Customer has multiple claims, single payment issued for both claims. Also single claim can multiple payments such (part compensation, interests, final compensation etc)

  • How to print Barcode data in Oracle XML Publisher Report

    Hi,
    We have an rdf report which prints Bar code in the starting page based on a custom procedure from MarkView. It works well with Oracle Reports.
    But since the current report was a matrix report, we are changing it to a Linear report through Oracle XML Publisher Report.
    We have all the things possible in the new Oracle XML Report.. But we are unable to print the Bar code data which is BLOB in the XML Report..
    Can anyone help me on this? We have UAT dates around the corner..
    We have an RTF Template .
    Help asap.
    Thanks
    Abhilash

    Hi Abhishek,
    Bar code Registration Steps in XMLPublisher responsibility:
    1.    Go to responsibility XML Publisher Administrator
    2.    Open Administration
    3.    Open Font Files Tab
    4.    Create Font File
    5.    Give Font Name : XX_BARCODE
    6.    File : Browse Barcode file
    7.    Apply
    8.    Go to Font mapping Tab
    9.    Open Create Font Mapping Set
    10.    Give Mapping Name: XX_BARCODE
    11.    Give Mapping Code: XX_BARCODE
    12.    Type : FO TO PDF
    13.    Apply
    14.    Open Tab Create Font Maping
    15.    Font Family: Code39-Digits(This name should be exactly the font name comes in word)
    16.    Style: Normal
    17.    Weight: Normal
    18.    Target Font Type: Truetype
    19.    Continue
    20.    Font : XX_BARCODE
    21.    Apply
    1.    Go to Template Tab
    2.    Query for your template
    3.    Open Edit Configuration
    4.    Click on FO Processing
    5.    In Font Mapping set Give XX_BARCODE
    RTF Template (word):
    1.Design the RTF template
    2.Insert the barcode against reqd field
    3.Make sure to put an * before and after the barcode so that scanner understands the beginning and end
    Please send your rtf ,xml file if you are still facing issues.
    Rgds,

  • Except sadmin other users not able to see siebel BI publisher reports

    Hi,
    we have integrated siebel with BI publisher, except sadmin other users not able to see BI publisher reports, it is throwing error "No file has been attached to this record, please attach a file. SBL-SVC-00155".
    when login with sadmin report is generating. we have created user sadmin on BI publisher. if we change that user sadmin on BI publisher to some other name, then sadmin not able to generate reports. is there any specific on user creation on BIP should match with siebel?
    Thanks,
    Joe

    i suggest then dropping user and re-creating and then re-assigning permission (just keep his webcat files) - it'll be faster than looking into individual permissions
    another possible option - did you check his browser? sometimes the screen resolution can be too low and they don't see it on the same screen - need to scroll.
    is it possible he's not using the same Dashboard page as others? just check the "Report Links" to make sure
    i'm not sure what else could be a cause of this

  • Problem with data size in XML Publisher report

    Hi Experts,
    I am working on EBS11i and database 9i. I working on XML Publisher reports, i have one XML Publisher report with generating output in EXCEL format. If i submit the report, if the data is huge (like 2.3 million records), it's ending up with warning, but if data is less, it's completing normal. Could somebody help me why it's behaving like this, is it because the report is XML Report, the xml file it's generating not have enough memory in server side if the data is huge.
    Could somebody help me how to solve this issue.
    Note: I need output in EXCEL format only.

    Pl identify the version of XMLP you are using.
    Pl post the complete warning message from the concurrent log file. Are there any additional error messages in the Output Post Processor log file ? Have you specified enough temp space using the XML Publisher Administrator responsibility ?
    How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 (Doc ID 362496.1)
    Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite (Doc ID 364547.1)
    How to set the Temp Directory for BI Publisher ? (Doc ID 1166024.1)
    Output Post Processor (OPP) Log Contains Error "java.lang.OutOfMemoryError: Java heap space" (Doc ID 1268217.1)
    HTH
    Srini

  • How to remove repeated header and print "No records" in report

    Hi,
    I have a problem with my output report it is repeating the header when no records was found. And does anyone knows how i can put "No records found" (when no record is found) in the output without the Total amount and Grand Total? Please refer to the attachent file for reference.
    Thanks a lot! Hope someone can help me.
    Cheers,
    Jen
    Report ID: CRMR2W26 PARTIAL LOAN PREPAYMENTT MONTHLY SUMMARY REPORT Report Date: 08/04/2008
    For the month of March
    SR Creator SR No. Sales Opty Id Cash Amount($) CPF Amount ($) CIF No. Customer Name Salesperson Name Domicile Branch SR Status
    Domicile Description
    Branch
    Code
    Total amount
    Grand Amount
    Page 1
    Report ID: CRMR2W26 PARTIAL LOAN PREPAYMENTT MONTHLY SUMMARY REPORT Report Date: 08/04/2008
    For the month of March
    SR Creator SR No. Sales Opty Id Cash Amount($) CPF Amount ($) CIF No. Customer Name Salesperson Name Domicile Branch SR Status
    Domicile Description
    Branch
    Code
    No records extracted
    Page 1
    Message was edited by:
    user618088

    This sounds like a Reports issue.
    Perhaps you would be better asking in the Reports rather than the SQL and PL/SQL forum.
    ;)

  • How to repeat header in all pages of oracle report

    Dear All,
    Im using oracle developer suit 10g. I have a report. when i exectue that reports it contains 4 pages of data.
    I have created a header. My problem is header is not repeating in all pages of reports..
    Header is showing only in fritst page.
    How can i resolve this..
    Pl help me on this issue.
    Regards,
    Shitab

    Hi Shitab,
    In your paper layout, select the property of the frame you want to repeat and in that under Advanced Layout choose print objects on all pages.
    Hope this will work. If not let me know...
    Regards,
    Soofi

  • Siebel BI Publisher Reports - Parent Child Combine

    Hi,
    As per my clients requirement, I need to develop reports in BI Publsiher which are similar to Combined Datastream Reports in Actuate. Its like I need to combine the Parent and Child records into a single record set and show the output. The siebel bookshelf 8.1 has not given any information about this. Is there anyway I can achieve this kind of reports ?
    Thanks in advance,
    Jagdish

    So your XML has the parent-child right?
    <ListOf_ssServiceRequest>
         <ssServiceRequest>
              <ssAccount>Geltzer Contract Furniture</ssAccount>
              <ssClosedDate/>
              <ssCustomerRefNumber>wdxwdxws</ssCustomerRefNumber>
              <ssDescription/>
              <ssOwner>BMASON</ssOwner>
              <ssPriority>Low</ssPriority>
              <ssSrNumber>1-2Z0T</ssSrNumber>
              <ssSeverity>Low</ssSeverity>
              <ssStatus>Open</ssStatus>
              <ssId>1-2Z0T</ssId>
              <ssCreated>08/06/1999 07:25:56</ssCreated>
              <ssUpdated>05/28/2004 05:02:58</ssUpdated>
              <ssCreatedBy>0-1</ssCreatedBy>
              <ssUpdatedBy>1-1ZW</ssUpdatedBy>
              <ListOf_ssAction>
                   <ssAction>
                        <ssComment/>
                        <ssContactFirstName>David</ssContactFirstName>
                        <ssContactLastName>Geltzer</ssContactLastName>
                        <ssCreatedByName>HTADMIN</ssCreatedByName>
                        <ssDescription>Call customer for post-service satisfaction and confirmation of sucessful resolution</ssDescription>
                        <ssDone/>
                        <ssOwnedBy>DCOLLINS</ssOwnedBy>
                        <ssPrivate>N</ssPrivate>
                        <ssStarted/>
                        <ssStatus>Not Started</ssStatus>
                        <ssType>Call - Outbound</ssType>
                        <ssId>3SIA-2RNIE</ssId>
                        <ssCreated>03/15/2005 09:08:55</ssCreated>
                        <ssUpdated>03/15/2005 09:08:55</ssUpdated>
                        <ssCreatedBy>3SIA-2LX2K</ssCreatedBy>
                        <ssUpdatedBy>3SIA-2LX2K</ssUpdatedBy>
                   </ssAction>
                   <ssAction>
                        <ssComment/>
                        <ssContactFirstName>David</ssContactFirstName>
                        <ssContactLastName>Geltzer</ssContactLastName>
                        <ssCreatedByName>HTADMIN</ssCreatedByName>
                        <ssDescription>Repair the equipment with the new parts</ssDescription>
                        <ssDone/>
                        <ssOwnedBy>HTADMIN</ssOwnedBy>
                        <ssPrivate>N</ssPrivate>
                        <ssStarted/>
                        <ssStatus>Unscheduled</ssStatus>
                        <ssType>Field Repair</ssType>
                        <ssId>3SIA-2RNI9</ssId>
                        <ssCreated>03/15/2005 09:08:55</ssCreated>
                        <ssUpdated>04/26/2005 09:49:20</ssUpdated>
                        <ssCreatedBy>3SIA-2LX2K</ssCreatedBy>
                        <ssUpdatedBy>3SIA-2LX2K</ssUpdatedBy>
                   </ssAction>
              </ListOf_ssAction>
         </ssServiceRequest>
    </ListOf_ssServiceRequest>
    So you can create a template to follow the tree
    <?for-each:ssServiceRequest?>
    Account: <?ssAccount?>
    <?for-each:ssAction?>
    Name: <?ssContactFirstName?> <?ssContactLastName?>
    <?end for-each?>
    <?end for-each?>
    Hope this helps
    regards
    Tim

  • Index: 0, Size: 0 error while creating data template in BI Publisher

    Hi
    When i am trying to create the data template for BI Publisher reporting. i am gettinhg the Index: 0, Size: 0
    error. I checked the query that i have used to create template and it is working fine. But not sure why it is not happening while creating the data template. Can anybody help me out please.

    how about pasting the content of your data template here, so that forum members can see what could be the problem.

  • Sorting Problem in XML Publisher Report

    Dear Members,
    I am facing problems with sorting data in my XML Publisher Report.
    We are using Oracle E-Business Suite 12.1 Version and i developed a rtf Template and executable is an RDF which generates XML Data.
    I want the whole report to group by element ITEM_NAME which is a character in the ascending order. I tried several ways but it is not working properly.
    I don't know how to upload the RTF template in this forum. I tried to post the XML Code and since its excceds 30000 characters i cant post it in the forum.
    Any help is greatly appreciated.
    Thanks
    Sandeep

    You can't upload the template here; you can post a part of the relevant XML code and template code here.
    or send me a sample XML and RTF template to [email protected] and I will take a look.

  • Data is repeating in xml publisher report

    Hi,
    We desinged the orcle xml publisher report.
    When we are running the report, the address infromation is repeating in every page.
    We have not mentioned any where the for each logic.
    Can any one help me on this issue.
    We designed the report as 'rdf data mocel' and designed and rtf for this.

    For 11i, pl see the XML Publisher User Guide at http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html on how to achieve this
    HTH
    Srini

Maybe you are looking for