Skip to main content



      Home
Home » Archived » BIRT » Help: Build a dynamic table within XML-Datasource
Help: Build a dynamic table within XML-Datasource [message #145922] Mon, 20 March 2006 05:20 Go to next message
Eclipse UserFriend
Originally posted by: calmacroi.myrddin.ch

Hi
I'm a neebie in birt. There is an opportunity to work with xml-data. i
just want to create a simple example for a table which has dynamic
amount of rows depended on amount of xml-data-rows. does anyone has a
simple example?

i tried to to it with following code:

<report>
<table>
<row>
<cell1>blablabla</cell1>
<cell2>blablabla</cell2>
.....
</row>
<row>
<cell1>42</cell1>
<cell2>test</cell2>
.....
</row>
</table>
</report>

dataset settings:

- table mapping: /report/table
- column mapping: /row/cell1 , /row/cell2...

whats wrong?

thanx for any help..
regs
patrick
Re: Help: Build a dynamic table within XML-Datasource [message #145931 is a reply to message #145922] Mon, 20 March 2006 05:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rebprotizer_2k3.hotmail.com

Try this :

dataset settings:

- table mapping: /report/table/row
- column mapping: /cell1 , /cell2...

I think it will work better
Re: Help: Build a dynamic table within XML-Datasource [message #145939 is a reply to message #145931] Mon, 20 March 2006 06:02 Go to previous message
Eclipse UserFriend
Originally posted by: calmacroi.myrddin.ch

hi lucho

you're right, that works fine
thanks very much
patrick

Lucho schrieb:
> Try this :
>
> dataset settings:
>
> - table mapping: /report/table/row
> - column mapping: /cell1 , /cell2...
>
> I think it will work better
>
Previous Topic:Text Element - <br /> = double carriage return?
Next Topic:java birt
Goto Forum:
  


Current Time: Fri Jul 18 23:15:41 EDT 2025

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

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

Back to the top