Skip to main content



      Home
Home » Archived » BIRT » outer table row value
outer table row value [message #1043226] Wed, 17 April 2013 08:48 Go to next message
Eclipse UserFriend
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 18:47 Go to previous message
Eclipse UserFriend
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.
Previous Topic:BIRT Line Chart
Next Topic:Printing with BIRT Web Viewer and Tomcat
Goto Forum:
  


Current Time: Mon Apr 21 01:54:29 EDT 2025

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

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

Back to the top