Skip to main content



      Home
Home » Archived » BIRT » How to reference the dataset data from an onCreate script?
How to reference the dataset data from an onCreate script? [message #134001] Wed, 22 February 2006 08:13 Go to next message
Eclipse UserFriend
Originally posted by: juergen.schwarz.gefasoft.de

I want to use the onCreate script of a Cell within a Table that is bound
to a DataSet.
How can I reference the data of a specific column of the DataSet from
within the Cell's onCreate script?

Regards,
Juergen
Re: How to reference the dataset data from an onCreate script? [message #134136 is a reply to message #134001] Wed, 22 February 2006 08:54 Go to previous message
Eclipse UserFriend
Originally posted by: juergen.schwarz.gefasoft.de

I've found that I can use "this.getRowData().getExpressionValue(0)" to
get the rowcount from within the Row object.
I tried to use "this.getParent().getRowData().getExpressionValue(0)" to
use it from the Cell object "under" the Row object but this didn't work.
Any ideas?





Juergen Schwarz schrieb:
> I want to use the onCreate script of a Cell within a Table that is bound
> to a DataSet.
> How can I reference the data of a specific column of the DataSet from
> within the Cell's onCreate script?
>
> Regards,
> Juergen
Previous Topic:Runtime Data Source Property Binding
Next Topic:Checking for last iteration
Goto Forum:
  


Current Time: Sun May 11 17:50:45 EDT 2025

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

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

Back to the top