Skip to main content



      Home
Home » Archived » BIRT » Specify a specific Dataset to use
Specify a specific Dataset to use [message #139842] Mon, 06 March 2006 14:49 Go to next message
Eclipse UserFriend
Originally posted by: david.peterson.mtvnmix.com

How do I specify that I want to use a specific dataSet other than the one
that I'm in? My outer report uses a different dataSet than my inner
report.

Something like this, but I can't quite get the right syntax.
report.dataSet["outer"].row["key"]
Re: Specify a specific Dataset to use [message #139853 is a reply to message #139842] Mon, 06 March 2006 14:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: david.peterson.mtvnmix.com

I'm not sure it matters, but I just want to be sure that you're aware that
my outer report not only uses a different dataSet, it also uses a
different dataSource.
Re: Specify a specific Dataset to use [message #140044 is a reply to message #139842] Mon, 06 March 2006 17:11 Go to previous message
Eclipse UserFriend
You can use the "rows" property to refer to an outer data set from an inner
table. "rows[0]" refers to the "row" object of the outermost table's data
set, "rows[1]" the 1st level inner table, etc.
It's not possible to refer to an inner table's data set from an outer
table's elements.

--
Gary Xue
Actuate Corporation - Product Development
BIRT Committer
"David" <david.peterson@mtvnmix.com> wrote in message
news:02e8c1a9cabc06985f10aa3d9f3aa951$1@www.eclipse.org...
> How do I specify that I want to use a specific dataSet other than the one
> that I'm in? My outer report uses a different dataSet than my inner
> report.
>
> Something like this, but I can't quite get the right syntax.
> report.dataSet["outer"].row["key"]
>
Previous Topic:Help on PDF generation
Next Topic:found a BUG: format code of report param from library doesnt get updated in report.
Goto Forum:
  


Current Time: Sun Jul 06 03:21:49 EDT 2025

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

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

Back to the top