Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » To create table detail cell/grid row dynamically based on dataset
To create table detail cell/grid row dynamically based on dataset [message #901082] Thu, 09 August 2012 16:17 Go to next message
zubin Missing name is currently offline zubin Missing nameFriend
Messages: 32
Registered: July 2009
Member
Hello,

Is it possible to use birt 4.2 to created table detail cell/grid row dynamically based on the data of dataset?

for example we have data as following(let's say the name of dataset is called layout)

id,name
1, text
2, image

there is a grid binding to the layout dataset, and i want to create
first row as text, and second row is a image.

Thanks,

p.s. not using sql script to retrieve data.

[Updated on: Thu, 09 August 2012 16:18]

Report message to a moderator

Re: To create table detail cell/grid row dynamically based on dataset [message #901123 is a reply to message #901082] Thu, 09 August 2012 21:21 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

You will most likely need the data engine api. I posted some examples
in your last message.

Jason

On 8/9/2012 12:17 PM, zubin Mising name wrote:
> Hello,
>
> Is it possible to use birt 4.2 to created table detail cell/grid row
> dynamically based on the data of dataset?
>
> for example we have data as following(let's say the name of dataset is
> called layout)
>
> id,name
> 1, text
> 2, image
>
> there is a grid binding to the layout dataset, and i want to create
> first row as text, and second row is a image.
>
> Thanks,
Re: To create table detail cell/grid row dynamically based on dataset [message #901124 is a reply to message #901123] Thu, 09 August 2012 21:27 Go to previous message
zubin Missing name is currently offline zubin Missing nameFriend
Messages: 32
Registered: July 2009
Member
thx, jason.

i did it by calling the java class directly in beforefactory.
Previous Topic:Access dataset results during report initialize
Next Topic:Birt POJO's as DataSource?
Goto Forum:
  


Current Time: Fri Apr 19 20:31:23 GMT 2024

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

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

Back to the top