How to use a header column in a repeating group

I am trying to create a BEEP (11.1.1.6.2) report with an XML file as the source. XML files begin with a few header, followed by the actual data fields. For example:

< DATA >
< PARAMETERS >
Order of < P_ORDER > < / P_ORDER >
Client < P_CUSTOMER > < / P_CUSTOMER >
< / PARAMETER >
< LIST_DETAILS >
< DETAIL >
< V_ORDER > 12345 < / V_ORDER >
Oracle of < V_CUSTOMER > < / V_CUSTOMER >
< / DETAILS >
< DETAIL >
< V_ORDER > 67890 < / V_ORDER >
Microsoft < V_CUSTOMER > < / V_CUSTOMER >
< / DETAILS >
< / LIST_DETAILS >
< / DATA >

The desired output must combine a field in the Group < PARAMETERS > and < OPTION > field group in a single line. So, with the data for this example, it should look like this:

Order: 12345
Client: Oracle
Order: 67890
Client: Microsoft

In my RTF template, I created a repeating group <?-foreach: DETAIL? > and put everything in the repetition of this group. Unfortunately BEEP leaves the values for the fields in the empty < PARAMETERS > Group.
I also tried to nest two repeating groups. First: <? for each: SETTINGS? >, notes: <?-foreach: DETAIL? >. This does not solve the problem.

How can I optimize my desired output?

Paul

Try




                                 |           
      |
----------------------------------------------------|-----------------------------------
   | 

Tags: Business Intelligence

Similar Questions

  • How to use break a column during extraction of the results of several columns

    Hi friends
    I am confused a bit I query to retrieve results of 3 tables and I want to use the pause on a column, but it is not work goes I just described my query

    SQL > select a.-, a-, b-, b-, c. - a, b, c, where certain conditions
    When I'm with break on a.-, a..
    the pause does not work

    BREAKING does not support multiple columns. You can break on a.
    http://docs.Oracle.com/CD/B19306_01/server.102/b14357/ch12009.htm

  • How to hide the perticular column when we repeat column?

    Hi members,

    I have a problem.

    I have years in my items.

    I display this distinct annually as a column in the model.

    to do this, I write this syntax.

    <? for-each-group@column:row;. / FISCAL_YEAR? >

    but when fiscal_year = 2000 then I need to hide this column in the year 2000.

    I need to put this condition.

    so, how can I implement this?

    any help is greatly appreciated.

    Thanks /.

    To do this :)

    
    
  • How to use CLOB in OBIEE 11 g (11115) Reporting

    Hi all

    I have a CLOB object. I need to use it in the report.

    It comes only from the text. I challenged it in SPR as LONGVARCHAR or OBJECT, but it did not work.

    I tried to use evaluate with TO_CLOB but I am getting below error any time

    incompatible data types: expected - got CLOB call OCIStmtExecute OIC. [nQSError: 17010] Prepare the SQL statement failed.

    Please give me an idea how to use a CLOB column in the report.

    I see a rittmen blog that uses lookup, but I do not have this option.

    Please let me know what wrong I do.

    Thanks in advance.

    KN

    Thank you all for your suggestions.

    I raised a SR and learned to know that use of BLOB/CLOB/NCLOB directly in the report is set to 11.1.1.8 version.

    Oops, Yes, I have to wait then need to use the options proposed by srini/nanou.

    Thank you

    KN

  • In windows 8 How do you do the column bookmarks 'flexible '? I used to be able to make it narrower.

    Windows 8 How do you do the column bookmarks 'flexible '?

    Sounds that you use the bookmarks Menu button that opens a drop-down list.

    Firefox has two buttons bookmark with a star in the window customize.

    A single star button has a drop-marker that opens the bookmarks menu and may appear on the Navigation toolbar or on the bookmarks toolbar if the menu bar is hidden.

    The other Star without the drop-marker button opens the bookmarks in the sidebar (view > sidebar > bookmarks).

  • How to use the transformation script to add columns to the PK?

    I'm working on a script transformation that:
    -create a table
    -Adds the columns to the table
    -create a primary key for the table

    See the below script.
    Now, I want to add the primary key column.
    Documentation fix r: class IndexColumnUsage

    The Index of the class has a getter: getIndexColumnUsageList()
    and the list apply: applyIndexColumnUsageList

    Someone at - it an idea how to use these methods to add the column to the PK?

    I thank in advance.


    relational = model.getDesign () .getFirstOpenRelationalDesign ();
    table = relational.getTableSet () .createTable (null);
    table.setName ("TABLE");
    column = table.createColumn (null);
    column.setName ("COLUMN");
    index = table.createIndex (null);
    index.setName ("PK");
    index.setIndexState ("primary obligation");

    Hello

    If you have the column and index (both belonging to the same table) use:

    the index. Add (Column);

    to remove the column:

    the index. Remove (Column)

    Philippe

  • How to create a header for my magazine using InDesign CC

    How to create a header that will be applied automatically to all of my pages in my magazine without having to type in one by one in a text box?

    1. Always work with the character and paragraph Style. Not even a single letter should not a paragraph Style. (I do not recommend to use the default style brackets!)
    2. Create a text variable based on your title or any text that you want to appear in the header.
    3. Do a text frame on the master and insert the text variable. Take care that this block of text (such as page numbers) are outside the margin, otherwise she paint the content of the page. Put the header (and the page number) borders on its own layer above any other. Align block text in the margin, so you can then apply different page settings and use the page layout setting.

  • I have 5 html pages that share a common header, footer and sidebar. How to use my navigation bar to change the content of the body without duplicating a lot of code?

    I have 5 html pages that share a common header, footer and sidebar. How to use my navigation bar to change the content of the body without duplicating a lot of code? Thank you!

    Read the help section of DW on models.

    Using Dreamweaver | Creating a Dreamweaver template

    Or use Server-Side Includes

    Nancy O.

  • How to use a formula in column in the main query?

    Hi all
    I tried to use a formula columns defined in a query in the State of the query like this:
    where (: cf_ex -: cf_ex2) > = 5
    but when I run the report returned data! Why? and how to use the status of the query?

    Note: I'm using Forms 6i

    I gave you the reason:

    Formula columns are not part of the select statement (which runs in the database), but are dealt with in the report.
    So you actually reference the user settings in the query, not formulas columns.

    (Well, I should have said "you are referencing empty connection parameters", but with your experience you could have understood that)
    and the solution:

    Create database for cf_ex and cf_ex2 functions and use them in your application.

  • How to use &lt; C:when test... inside the column in the table of the ADF

    I use ADF table with two columns
    in the first column, I check the Type of document is doc type so I have to use commondlink to download this file, otherwise I need to display only text.

    to this I added
    * < c:when test = "{boolean ($favoriteType eq 'doc')}" > *.
    that does not work.

    Please let me know how to use < C:when test... inside the column in the table of the ADF

    < tr:column sortProperty = "favoriteName" sortable = "true".
    headerText = "#{res ['favorite.favoritename ']}" "
    width = "500" noWrap = "false" >
    < c: choose >
    * < c:when test = "{boolean ($favoriteType eq 'doc')}" > *.
    < tr:commandLink actionListener = "#{bindings.downloadFile.execute} '"
    Text = "#{row.favoriteName} '"
    Disabled = "#{!}" Bindings.downloadFile.Enabled}"/ >
    < / c:when >
    < c: otherwise >
    < af:outputText value = "#{row.favoriteName}" / >
    < / c: otherwise >
    < / c: choose >
    < / tr:column >
    < tr:column sortProperty = "favoriteType" sortable = "true".
    headerText = "#{res ['favorite.favoriteType ']} ' rendering ="true">"
    < af:outputText value = "#{row.favoriteType}" id = "favoriteType" / > "
    < / tr:column >

    Hello

    I do not see, you use a Table of the ADF, but I see that you use Apache Trinidad. JSTL is executed analysis of time then that JSF is to render time, that's why it does not work what you see. Trinidad is a part of tr:switcher, and you can try this. Note that it doesn't ' r allow to change components by rank.

    Frank

  • How to insert sections of column within a document?

    Hello
    I am converting a Word document to FrameMaker.

    I have to insert some long columns (sometimes more than 150 lines per section of the column) to specific places in the text.

    It might be something very easy to do, but I have not yet found!


    Basically, it is the structure of the document I want to achieve:

    Capture1.jpg

    Sections of column (in green) that begin and end within the normal text sections (as we would in Word).


    I tried to divide my basic text frame and convert some sections divided into sections of the column.


    1 chapter, divided in 5 sections:

    section 1: normal and graphic text

    section 2:2 - section columns

    Article 3: text normal and graphics

    4 of article: section 2-columns

    Article 5: normal text and graphics


    However, these sections do not automatically adjust when I paste large amounts of text in there.

    As a result, I end up having to manually adjust each divided section (stretch them vertically and push down in the following sections, because they do not move from their original place (not "section flow")).


    My questions:

    1 can I use the feature column in another way?

    2. How can I make each section adjust automatically to the amount of text it receives?

    3. How can I get my sections elapse automatically on others with text and graphics to fill?


    Thanks in advance!

    Use Across-All-Columns-and-Side-Heads for titles. Set a tab in the AutoNumber for chapter headings so that the paratext is aligned with the left edge of column Center.

    It does not seem possible to have unbalanced normal FM multi columns. You can make unbalanced with executives from individual text automatically connected on the Master Pages, but then the AAFC tricks do not work.

  • How to put the 2nd column 1st column in excel

    Hello

    I have a question how to set the 2nd column 1st column in excel. Thank you.

    Why the 1 iteration for loops?

    Why two Index tables?  He's just trying to solve the problem created by the loops For on the original 1 d arrays.

    Two of these things create 2D tables which are what complicates things and can be eliminated.

    You can take your 2 1 d tables, use build table and right-click to set 'concatenate the inputs.

    If you have a 2D array, you can use table remodel to make a 1 column of the table of N line 2D.

  • How to read the two columns of data from the Port series

    Hello

    I'm reading two columns of data from the serial port.

    Example:

    52439 52430

    52440 52437

    52209 52214

    51065 51070

    52206 52390

    I use the serial of Visa service and I can read the first column of data from the serial port, but I can't understand how to read the second column.

    I want to both sets of chart data.

    I enclose my VI.

    Thank you for your help.

    The analysis of string function takes a "Format string" on top (with the right button of the function and choose Help, which explains all the entries).  In particular, you can say 'Give me two numbers separated by a tab' and the output will be two numbers (whole or floating, depending on the chosen format).  In particular, %d\t%d specifies a decimal integer, , whole decimal.

  • Columns of folder: by default, how can return the first column 'Name' without having to move it manually every time?

    Something's happened awhile and when I create a folder which appears the first column is the column 'Date modified '. By default, how can return the first column 'Name' without having to move it manually every time?

    Hello

    I suggest you to visit these links and check if it helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/working-with-files-and-folders#section_4

    http://Windows.Microsoft.com/en-us/Windows-Vista/folders-frequently-asked-questions

    It will be useful.

  • How can I pay what columns appear on all records when windows Explorer opens?

    original title: Windows Explorer in Vista

    How can I configure how windows Explorer opens?

    How can I pay what columns appear on all records when windows Explorer opens?

    Why vista is so frustrating use?

    Hi SuppyLives,

    You experience problems in the customization of Windows Explorer?

    Method 1: You can run the fixit available in the link below and then check

    Diagnose and repair Windows files and folders problems automatically

    http://support.Microsoft.com/mats/windows_file_and_folder_diag/en-us?EntryPoint=lightbox

    Method 2:  You can see the steps provide in the article below

    How to modify your folder view settings or customize a folder
    http://support.Microsoft.com/kb/812003

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base.
    How to back up and restore the registry in Windows

    You might want to know

    Work with files and folders
    http://Windows.Microsoft.com/en-us/Windows-Vista/working-with-files-and-folders#section_2

    Demo: Working with files and folders
    http://Windows.Microsoft.com/en-us/Windows-Vista/demo-working-with-files-and-folders

Maybe you are looking for