Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » outer table row value
outer table row value [message #1043226] Wed, 17 April 2013 12:48 Go to next message
andra r is currently offline andra rFriend
Messages: 1
Registered: April 2013
Junior Member
Hey,

I have nested tables and want to create a string, "onFetching" the inner table.
The String should contain data from the inner table, as well as from the outer table. The created string will be included in a global array.

I am trying to do something like:
str = row._outer["SUMMARY"] + " " + row["DESCRIPTION"];
  list.push(str);


But i receive an error because of "row._outer".

Has anyone have an idea on how to create that string in the right way?

Thanks a lot!!!
Re: outer table row value [message #1043594 is a reply to message #1043226] Wed, 17 April 2013 22:47 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

So, you're trying to grab this from the onFetch of the inner table's dataSet? Let me know. If so, have you tried creating a binding in your embedded table with this rather than creating it at the dataSet? Let me know.

Michael

Developer Evangelist, Silanis
Previous Topic:BIRT Line Chart
Next Topic:Printing with BIRT Web Viewer and Tomcat
Goto Forum:
  


Current Time: Thu Apr 18 03:53:09 GMT 2024

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

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

Back to the top