split the data belonging to the same group at two different levels

Hello

I have data in the same group I want to split into two levels.

For example: If the XML is:

< data >
Taxable < Type > < / type >
< value1 > one < / value1 >
b < value2 > < / value2 >
< / data >
< data >
Taxable < Type > < / type >
e < value1 > < / 1 >
f < value2 > < / value2 >
< / data >
< data >
Taxable < Type > < / type >
g < value1 > < / 1 >
h < value2 > < / value2 >
< / data >
< data >
Taxable < Type > < / type >
u < value1 > < / 1 >
v < value2 > < / value2 >
< / data >
< data >
Taxable < Type > < / type >
o < value1 > < / 1 >
< value2 > x < / value2 >
< / data >


The output using the RTF model should be:

Taxable
a and b
e f
g h

Not taxable
u v
l x

I can't change the query to add a group.

Kindly, if anyone can help

Published by: user10606061 on 25/06/2012 01:05


delete a table with 2 columns and two rows. In the second column of row 1

in column 2

table below

PS: your must be within a root element

Tags: Business Intelligence

Similar Questions

  • Possible to define strategies of OAM configuration on the same site on two different

    Is it possible to define strategies of OAM configuration on the same site on two different servers?

    One of the sites to have anonymous access but it to be protected. How to set up a policy without it automatically applies to all Web sites that match regardless of the host.

    How to differentiate the two OAM sites so that I can apply security different strategies for each of them?

    Thank you.

    You can refer to this [recent thread | http://forums.oracle.com/forums/thread.jspa?threadID=878094&tstart=0].

    Also, if one of the sites requires anonymous access for all the content and it's not going to change in the foreseeable future, just don't install/activate webgate on that.

    -Vinod

  • Can I run outlook and outlook Express on the same computer with two different e-mail addresses?

    My e-mail with outlook express and my wife with outlook email address.

    Yes. You can run them with the same email address as well.

  • Why I have two different execution plans for the same query on two different servers

    Hello everyone.

    I need your help to solve the problem quickly.

    In a nutshell, we have two servers that have the same version of Oracle RDBMS (11.2.0.4 EE). One of them for purposes of development and another is a production one.

    We have therefore two different execution plans for the same query executed on both servers. The only case of execution is OK and another is too slow.

    So I have to slow down the work of query using the same scheme to explain that young.

    Fence wire.

  • How can I align two different text lines in the same table in two different directions (centered on one and one on the left)?

    Hello

    I want to focus the two different text lines that are in the same table, but one on the Center and the other on the left. I put a < span > tag in the hope that he was overwhelmed the family of police .bottomsel table class properties and the. Police-family Cig84 and color but the text-align only: they are both on the left.

    Here is my source and CSS codes:

    Source:

    < table width = "600" border = "0" >

    < b >

    < class td = "bottomref" > < p > < span class = "bottomsel" > | < a href = "index.html" target = "_self" > Main < /a > | " < a href = "about.html" target = "_self" > on < /a > | " < a href = "clients.html" target = "_self" > customers < /a > | " < a href = "contact.html" target = "_self" > Contact < /a > | " </span > < br / >

    < span class = 'credits' > credits: < span class = "Cig84" > Cig84 </span > < / span > < /p > < table >

    < /tr >

    < /table >

    CSS:

    {.bottomsel}

    text-align: center;

    do-family: Georgia, "Times New Roman", Times, serif;

    }

    {.credits}

    text-align: left;

    }

    . {Cig84}

    Color: #F00;

    do-family: "Comic Sans MS", cursive;

    }

    Use tags to paragraph with CSS classes.

    CSS:

    . Center {text-align: center}

    .the {text-align: left}

    HTML:

    This text is centered

    This text is left-aligned

    Nancy O.

  • Link to graphic images and display the same image on two different series

    I create a brochure DIN A5 landscape (l x h - 210 x 148) that has two pages each Board. Now, I want to connect two graphic frames on two different series (starting page 4 continued on page 5) to display the same image. This image is then next to each other after printing.

    Please take a look at the photos (situation and endresult).

    Could you please help!

    Thank you!

    Phil

    CURRENT situation

    link-image-to-another-page_1.jpg

    endresult

    link-image-to-another-page_endresult.jpg

    It is not clear to me that you understand that you should be setting this up as a file "facing pages" where each page is half of a spread, not the full-spread by page you started with. In order to impose the pages must be independent of each other in the file.

    From the screen shot it seems that when folded your book will be A5 landscape format, so if this is the case, you will want to set up as faced with pages A5 landscape. Guests will have a single page for the first and last pages, and the rest will be displayed as two-page spreads, just like your reader will see them. Given that this seems to be a folded booklet, you should also keep in mind that the number of pages should be a multiple of 4 - two sides of two pages per sheet.

    To a printer you will probably offer a PDF file, exported as a single document with individual pages in the reading order. If you want to print yourself, InDesign has a module simple integrated tax called booklet print in the file menu.

  • How to associate the same contact with two different accounts to import

    Hello

    (1) I want to associate the same contact (ex: person) to two different accounts (account A and account B) import.

    I tried with the Unique ID from outside Contact but it is accidental and in the end, I am able to associate this Contact with a single account.



    (2) I also can't records to import custom object with the same name through the import process.



    Could someone advice on the same.

    With regard to your questions:

    (1) currently, it is not possible using the Import Wizard. However, it could be done using web services.
    (2) the name must be different.

  • Displaying the same Image in two different Image controls

    We use 2 Flex to dynamically display a large image (2 MB +) that is downloaded from an external web server on a different domain. We would like to take that same image, to scale down and post it in along side the version full size of the image in a thumbnail viewer bit that we wrote. This works very well that if I put just the attributes of the source on the two controls Image to the same URL, however, this results in the Image being uploaded twice. Since the image is so large, it is not very desirable behavior.

    Another option that we tried is cloning the bitmapData after one of the images has finished loading and then put back the clone for the second image.

    private void image1Loaded(e:Event): void
    {
    var bmp1:Bitmap = Bitmap (image1.content);
    Image2.source = new Bitmap (bmp1.bitmapData.clone ());
    }

    The problem with this method is that, since the image is downloaded from a server with a different area of our web server, a security sandbox exception is thrown. Because we have no access to this web server, using a crossdomain.xml file is not an option. We looked at the image transmission by proxy through our web server, but given the size of the image, this isn't the best solution either.

    Does anyone know how to do what we try to do without generating a security exception? We don't need to change the image anyway, we just want to display it inside two different Image controls without having to download it twice.

    The image must not be downloaded twice. Flash Player is very picky about it because of the problems you mention. If you download an image from a specific URL and then try to do it again, the image will be have been cached.

    However, if you do this: the image can indeed be charged twice. Why? Because the 2 requests are sent at the same time because no image has been loaded. This translates into the image loaded twice.

    If you have a large image to display, wait for it to load once before the second request. Complete event of the Image will tell you when its bytes have been received.

  • LR does not recognize the same image to two different places

    I keep my photos filed under localization. When I get ready for a show I will copy for review in a folder with the name of the exhibition.  I have a situation now where LR has imported an image in the folder of the exhibition, but it won't import back into the original folder.  I click on synchronize folder, LR find three files and then refuse to import. Windows Explorer shows 225 files in the original folder, that LR will be important only 222 of them. I've always found retrieve files stored in LR a clumsy operation, I've used it since the verse 1, but it drives me crazy.

    Uncheck the box "Don't Import suspected duplicates" in the upper right of the Panel Import... should be no children then!

  • Comparing the same tables of two schemas

    I had already posted a similair on this thread. So, I thought I would start a new thread on this to avoid confusion

    I want to generate a report that shows the difference in the data type of the columns in the same table in two different patterns.

    The query using LESS shows the difference below.

    create table SCOTT.mytab1 (empid number);
    create table HR.mytab1 (empid varchar2(34));
    
    
    SELECT   table_name, column_name, OWNER schema, data_type
    FROM     dba_tab_cols where owner = 'SCOTT'
    AND TABLE_NAME = 'MYTAB1'
    MINUS
    SELECT   table_name, column_name, OWNER schema, data_type
    FROM     dba_tab_cols where owner = 'HR'
    AND TABLE_NAME = 'MYTAB1'
    
    Result:
    TABLE_NAME      COLUMN_NAME     SCHEMA     DATA_TYPE
    --------------- --------------- ---------- ------------
    MYTAB1          EMPID           SCOTT      NUMBER
    But, since it is a report, I want to see the form of results the two schemas that has column of different data types with the same names of table

    Expected results:
    TABLE_NAME      COLUMN_NAME     SCHEMA     DATA_TYPE
    --------------- --------------- ---------- ------------
    MYTAB1          EMPID           SCOTT      NUMBER
    MYTAB1          EMPID           HR         VARCHAR2
    Anyway I could do this?

    Why not get a single line with two types of data:

    select a.table_name, a.column_name, a.data_type schema1_type, b.data_type schema2_type
    from all_tab_columns a, all_tab_columns b
    where a.owner = 'SCOTT'
    and b.owner = 'HR'
    and a.table_name=b.table_name
    and a.column_name=b.column_name
    and a.data_type!=b.data_type;
    

    This extracted single query columns present on the two schemas but with different data types. These columns only on one of the two schemas are not extracted.

    Max

  • Former running and the new table in the same group?

    We have a ps4000 (sata, 16x1tb), which is short for maintenance in may without possibility of renewal.

    The ps4000 is a target for the replication of windows/hyper-v a ps6100x volumes and runs some volumes of hyper-v with virtual developer/test machines.

    We bought a new ps4210x to replace the old. Must be run on 1gbit for at least the next year.

    The best way to move data is to update the firmware on the ps4000 to even x 4210 a and then join the x 4210 to the ps4000 group?

    Is there a checklist of exactly what to do to move the data from one to the other?

    We do not know what to do with the old system. We think to buy one or two replacement disks ahead of time and use it for some time yet. Use it as a replication target and some virtual machines hosting not important.

    Suggest two systems running in the same group?

    Should we use two pools for the placement of volume or just leave the firmware balance data? Both systems have raid6.

    What is supported, if we run the two systems in the same group? We always have software support for the whole group or Dell would say a member has no more support, and we cannot help you at all?

    If I understand the firmware release notes, the 7.x will be the last major version for ps5xxx. Our 2010 ps4000 will have more time with the firmware updates?

    Hello

    You can not have supported and no load/EOL paintings in the same group.   Or you want to use it for replication.  Because if you had a problem, support is limited in what they can do with this HW unsupported.

    Re: migration of the PS4000.  I suggest that you create a new pool put the 4210 in this pool.  Create the RAIDset and ensure that both interfaces are active.   Then move the PS4210 to the same pool as the PS4000.   This will cause space to be redistributed into the new array.     If you want to minimize any impact of performance possible, wait until the space is rebalanced.   Then move the PS4000 to the temp pool.   This will leave all the data on the PS4210.   Once it is in the temporary pool, you can use the option "Delete" to delete the group.

    There will be future updates to the PS4000.

    Kind regards

  • different values on the same grouping column

    Hi all

    I have a requirement to find different recordings of the same grouping columns have value different values in the columns, for example:

    WITH

    Data (G1, COL)

    AS

    (

    SELECT 'A', '456' FROM dual UNION ALL

    SELECT 'A', '345' FROM dual UNION ALL

    SELECT 'A', ' ' FROM dual UNION ALL

    SELECT ' 'B, 123' FROM dual UNION ALL.

    SELECT ' 'B, 123' FROM dual UNION ALL.

    SELECT ' 'B, 123' FROM dual UNION ALL.

    SELECT 'C', "789' FROM dual UNION ALL

    SELECT 'C', "789' FROM dual UNION ALL

    SELECT 'C', "" the DOUBLE

    )

    Select g1, pass data

    Ideally for G1 = A, the NECK should have that a single value across records ' 456 'or ' 345'. So I need to check the values in NOT NULL of the COL where, for any value of G1, we have different values of the colonel G1 = 'B' is perfectly fine, so I don't need. G1 = C is good too and I'm not worried about it. I only need these entries when the neck was non-empty value / NULL not different for the same value of G1.

    So expected out put is

    Capture.PNG

    WITH

    Data (G1, COL)

    AS

    (

    SELECT 'A', '456' FROM dual UNION ALL

    SELECT 'A', '345' FROM dual UNION ALL

    SELECT 'A', "double UNION ALL

    SELECT ' 'B, 123' FROM dual UNION ALL.

    SELECT ' 'B, 123' FROM dual UNION ALL.

    SELECT ' 'B, 123' FROM dual UNION ALL.

    SELECT 'C', "789' FROM dual UNION ALL

    SELECT 'C', "789' FROM dual UNION ALL

    SELECT 'C', "the DOUBLE

    )

    Select g1,

    Col

    de)

    Select g1,

    Col,

    Count (distinct trim (col)) at the NTC (g1 partition)

    from the data

    )

    where NTC! = 1

    and trim (col) is not null

    /

    G COL. NO.
    - ---
    A 345
    A 456

    SQL >

    SY.

  • REP-1248, all sources of placeholder columns must be in the same group

    Hi all

    I'm developing a (10g) report that contains three executives of repetition, say R1, R2, R3. Independent of each other, not connected or linked.
    I have a column defined in each summary of groups, G1, G2, G3, associated with R1, R2, and R3 to count the number of records in each group say. If the three groups count is 0, there is an another framework, I have defined, M1, containing the text as "No record found" that should be displayed.
    I can not access the summary columns defined in the format of M1 trigger groups because it is separated from R1, R2, and R3. So I created a column placeholder CP1, which recognizes the M1.
    But I'm not able to set the value of CP1 to the sum of analytical columns CS1, CS2, CS3 in the formula trigger of the CP1.
    I get the error:
    REP-1248 all sources of placeholder columns must be in the same group

    I also tried to set the value of the CP1 in CS1, CS2, and CS3 formula columns to get the same error.

    Is it possible to be able to use the analytical columns within the groups to have the feature above?

    Thank you
    Shruti

    create a place holder cp_1 in the external data model of all queries

    in each query, create a numerical formula
    with this code

    Start
    : cp_1: = nvl(:cp_1,0) + 1;
    Return 1;
    end;

    the nvl if she is not so necessary to the placeholder sets the initial value of zero

    then in the text frame properties go to conditional formatting
    Then create a new exception format

    cp_1 top to hide 0
    and then the work.

  • Radio buttons in different objects is part of the same group?

    Hi all

    I have a component custom with a radio button and enter text in there. I'm dynamically adding instances of these components in a VGroup, however, I have difficulties to do belong to the same group of radio button.  I tried to adjust their property groupName under the same name, but they always behave as separate radio buttons (you can select all of them and they will be selected).  Does anyone have any ideas on how I can do belong to the same radio button group? Any help will be greatly appreciated. Thank you.

    Create a RadioButtonGroup in the main application, and set the Group on the

    Radio buttons in the group.

  • Can PS5000 and PS6210 - be in the same group?

    Hi all

    I have 2 PS6210 Equallogic units in a group, it is possible to add one of my old PS5000 devices to the group or do I need to keep them in separate groups?

    Thank you very much

    Eric

    Yes, you can... but:

    -The FW 7.x is the last for PS5000 and all members of a group must run the same version. So if you already upgraded your 6210 to 8.x you cannot add the PS5000

    -There is a guide of best practices on mix 1 and 10 GbE

    -As long as your PS5000 have a valid support contract youre allowed to download and deploy the latest FW version... think.  Members with and without the support of the same group is not allowed and will be trouble.

    I suggest to run the PS5000 on his own band.

    Kind regards

    Joerg

Maybe you are looking for