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

Similar Messages

  • 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..

  • 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

  • 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)

  • 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

  • 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)

  • MDX query for parent-child combination display

    Hi guys..
    I am really new to the Essbase technology.
    Could you please help me out with this one:
    is it possible to extract the data(for example the metadata of a outline)..eg:-
    The outline structure is as follows :
    A1
    A11
    A12
    A2
    A21
    A22
    I want a MDX query to display it as :
    A1 A11
    A1 A12
    A2 A21
    A2 A22
    I have tried various ways but couldnt come up with a query for this.
    Thanks in advance for all your help.

    Unfortunately MDX cannot do this. If you think about what you are asking for, you are essentially saying that you want to see members of the same dimension on different axis. Multi-dimensional queries can't do that (think about trying to do it with addin).
    A further limiation is that MDX is not robust enough to allow you to work the results into a single axis using a concatenation function because while there is a string-to-member function, there is no member-to-string function and concat requires a string as input.
    Other approaches would require MDX to support joins or subqueries, which it does not.
    As others have mentioned, to do what you want to do, you need outline extractor or something like that.
    *Fun fact - if you have OBIEE 11g, it can do reporting in Essbase with hierarchy members in hierarchy format or column format, which will give you the results you need.  That alone is good reason to start using OBIEE.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • BI Publisher Report Fails Unless Focus Placed on Child Applet First

    Hi Everyone,
    I am having an issue with a BI Publisher report in our Siebel 8.1.1 environment. The report will only generate if I click on the child applet in the view then run the report. If I click on the parent applet then try to run the report the report will not generate, it just hangs once I press submit on the pop up report window. This is occurring on a few different views. Has anyone else ever seen this or have ANY suggestions on what to try to correct this???

    Needless to say, they still have not realeased any kind of patch for this. Oracle, the whole point of making your software work with something like MS Office is to create a synergy. What you have succeeded in doing is dumbing down MS Office to your level.

  • Siebel BIP Integration Objec for Parent, Child and Grand Child

    Hi,
    I 'm trying to create a one report for displaying Parent, Child and Grand Child.
    Service Request
    - Quote
    - Quote Item.
    Successfully create the BIP Integration object and generated the xml file. problem here is when trying to include the fields in BIP desktop word, not able to see the grand child fields, could see only the parent and child fileds and for grand child only 'ListOfQuoteItem' text.
    Could some one please let me know the reason for this behavoir and wherther BIP supports 3 levels.
    Is there any Out of Box Siebel report showing parent, child and grandchild.
    Thanks,
    Ravi kanth

    One Siebel Adapter Upsert operation should be sufficient to insert the parent and child. In the Integration object definition, you define the Template child instances with the Parent of Template. i.e
    You define Template first as an Integration Component and then define
    Template child instances to have a Parent as Template.
    Thanks
    Swarna

  • Defining Report LayOut for a parent child report

    I have a parent child report. I want to print this report in PDF using BI Publisher. Now I wanted to define a layout for that report using BI template builder. My stratagey for defining Report layuout is
    1. Write a query containing all fields that I need
    2. Convert that query data to XML, one way or the other
    3. Load that XML into template builder.
    4. Define the layout.
    Now the problem is that I need some fields for parent and some from child. If I do not use group buy clause in the query I will not be able to use the tabular format in template builder (taht I wanted to use).
    IF I use a group By caluse then I am unable to select the child fields as they are not the part of group by clause.
    Plz help

    You have 2 repeating frames: R_contracts and R_ads. Create a frame M_disclaimer after R_ads, within R_contracts to hold the disclaimer page. This page will print after all the ad records have been printed, and before the new contract starts.
    You can set Page Break Before on M_disclaimer to print this frame on a new page.

  • Parent-Child in XML Publisher

    Hi,
    I am working on a report which requires a parent child relationship.
    There are two tables STG1 and STG2
    STG1 STG2
    30012 1
    2
    30040 1
    For each value in STG1 there might be more than one value in STG2.
    After printing the 1st valuesin STG1(30012), the report should print 1 & 2 in STG2(for 30012) and then should go to STG1 (30040) and then print the value 1(for 30040) under it.
    Instead after printing 1st values in STG1(30012). the report is printing all the values in STG2 and then going to 30040 and it is not pringint the 1 for 30040.
    Could some one help , how to resolve the issue.
    Thanks and Regards,
    BALU

    Can you show the XML from the data source?
    I am missing something in what you wrote:
    There are two tables STG1 and STG2
    STG1 STG2
    30012 1
    2
    30040 1

  • How to identifing the parent report from child report in RRI

    Hi Floks,
    Long back we have created one RRI report(which is having parent child relation).Now i have child report with me,i wanted to know the corresponding parent report.Please give me some inputs to identify this.
    Regards,
    Satya.

    Check in these tables:
    RSBBSQUERYDIR
    RSBBSQRYMAPPING
    Also check in table RSBBSQUERY to get the source and target of the RRI interface.
    Pravender

  • How to output the outline parent-child relationship using a report script?

    I'd like to extract the outline's dimension members with it's parent-child relationship using a report script. Anybody can provide a sample script? Thanks.
    Example:
    DimensionX
    -----MemberX
    ----------ChildX
    Output:
    Dimension X MemberX
    MemberX ChildX
    Edited by: obelisk on Jan 11, 2010 5:16 PM

    Sorry a report script won't do it. You have two options
    1. Use at Essbase Outline API to walk the outline and get it for you
    2. Use the Outline extractor available from Applied Olap (it is a free download). It can be run interactively of as a bat file.
    Frankly, I would rather use 2 since I don't have to code it myself

  • Parent/Child Report

    I have a parent/child data report but am not seeing the data for the child portion. I have a repeating frame which is printing the parent portion. Within that frame I have another repeating frame which should be displaying the child portion of the data but it is not. I have a data link between the two based on an id number. I think the problem is that the child portion is not being passed the id number from the parent. I have some field names which are showing up, but not the data itself associated with these field names. So I think my frames in my layout are good. Why is the parent not passing the id number to the child? I'm thinking there must be something wrong with my data model. Any suggestions on creating this type of report?

    Thanks for your suggestion. In looking at this some more I see now that the queries are finding my data, but the data is not printing. Simply put, my parent query has student name & number, my child query has attendance dates for that student. The parent portion is working fine with the student name & number appearing on the report, but my child attendance dates are not showing on the report. The repeating frame in which they reside is also not showing. I know the queries are pulling the right data though, because the number of pages I am getting for each student corresponds to that student's attendance data. But the entire frame and data within it are not showing on my report. I have checked to see that the Visible value is set to Yes. Does anyone know what I am overlooking?

  • Parent-Child-Grandchild report

    Hi,
    I am trying to create a Parent-Child-Grandchild report, grouping on a value in the Child record set. The scenario that I have encountered is that there may be legitimate dupes in the child record set and if I put a grouping on the child record set the dupes seem to be getting de-duped and all the grandchild records displyed under the one child record. The outout looks like this:
    Ungrouped
    Parent record 1
    ----Child Record 1
    ------------Grandchild record 1
    ----Child Record 2
    ------------Grandchild record 2
    Grouped
    Parent record 1
    ----Child Record 1 - Grouped by Status
    ------------Grandchild record 1
    ------------Grandchild record 2
    Desired Output
    Parent record 1
    - Grouped by Status
    ----Child Record 1
    ------------Grandchild record 1
    ----Child Record 2
    ------------Grandchild record 2
    If I take the grouping off the child record set however, the dupes display and display their respective grandchild records. How can I get the cild recordset to group but to show the grandchild records properly?
    Thanks!

    Hi,
    I am trying to create a Parent-Child-Grandchild report, grouping on a value in the Child record set. The scenario that I have encountered is that there may be legitimate dupes in the child record set and if I put a grouping on the child record set the dupes seem to be getting de-duped and all the grandchild records displyed under the one child record. The outout looks like this:
    Ungrouped
    Parent record 1
    ----Child Record 1
    ------------Grandchild record 1
    ----Child Record 2
    ------------Grandchild record 2
    Grouped
    Parent record 1
    ----Child Record 1 - Grouped by Status
    ------------Grandchild record 1
    ------------Grandchild record 2
    Desired Output
    Parent record 1
    - Grouped by Status
    ----Child Record 1
    ------------Grandchild record 1
    ----Child Record 2
    ------------Grandchild record 2
    If I take the grouping off the child record set however, the dupes display and display their respective grandchild records. How can I get the cild recordset to group but to show the grandchild records properly?
    Thanks!

Maybe you are looking for