Help: Build a dynamic table within XML-Datasource [message #145922] |
Mon, 20 March 2006 05:20  |
Eclipse User |
|
|
|
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
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.44164 seconds