Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Nested XML
Nested XML [message #368439] Fri, 29 May 2009 14:35 Go to next message
Anand Mandhre is currently offline Anand MandhreFriend
Messages: 4
Registered: July 2009
Junior Member
hello people,

How should someone work with nested xml ? My problem is while creating a
dataset from nested xml.

I want to make dataset which represent (see xml below) release(1..n) +
open issue(0..n)+solved issues(0...n)+remarks(0...n)

1) Is it possible to have dataset within another dataset.
2) Is it possible to combine datasets but then hide column used for making
join.

<Relase id="1" >
<Open Issue>
<Issue>
<name></name>
</Issue>
<Issue>
<name></name>
</Issue>
</Open Issue>

<Solved Issue>
<Issue>
<name></name>
</Issue>
<Issue>
<name></name>
</Issue>
</Solved Issue>

<Remarks>
<Issue>
<name></name>
</Issue>
<Issue>
<name></name>
</Issue>
</Remarks>
</Release>
<Release id="2">
....></release>
Re: Nested XML [message #368468 is a reply to message #368439] Mon, 01 June 2009 17:29 Go to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.windstream.net

Anand,

Have you seen this tutorial?
http://www.birt-exchange.org/devshare/designing-birt-reports /563-birt-xml-data-source-tutorial/#description

You can also use nested datsets by using nested tables. In BIRT 2.5 the
xml datasource now supports parameters making this much easier. You can
also use a joint dataset and hide any column you want. The easiest way
to do this is to not add the column to any table.

Jason

Anand Mandhre wrote:
>
> hello people,
>
> How should someone work with nested xml ? My problem is while creating a
> dataset from nested xml.
>
> I want to make dataset which represent (see xml below) release(1..n) +
> open issue(0..n)+solved issues(0...n)+remarks(0...n)
> 1) Is it possible to have dataset within another dataset.
> 2) Is it possible to combine datasets but then hide column used for
> making join.
>
> <Relase id="1" >
> <Open Issue>
> <Issue>
> <name></name>
> </Issue>
> <Issue>
> <name></name>
> </Issue>
> </Open Issue>
>
> <Solved Issue>
> <Issue>
> <name></name>
> </Issue>
> <Issue>
> <name></name>
> </Issue>
> </Solved Issue>
>
> <Remarks>
> <Issue>
> <name></name>
> </Issue>
> <Issue>
> <name></name>
> </Issue>
> </Remarks>
> </Release>
> <Release id="2">
> ...></release>
>
Previous Topic:Test for running inside the Report Designer
Next Topic:Missing page break "Avoid" option in birt 2.3
Goto Forum:
  


Current Time: Wed Apr 24 23:41:20 GMT 2024

Powered by FUDForum. Page generated in 0.02336 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top