Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Table Data Extract Problem(Table Filter make problem with data extarction API)
Table Data Extract Problem [message #506771] Sat, 09 January 2010 20:22 Go to next message
Wael Mashal is currently offline Wael MashalFriend
Messages: 10
Registered: January 2010
Junior Member
Hi All

am trying to write a function using BIRT API to retrieve the table data in an XML but i face a problem ,in my case i have

1- Master table with "Device" column
2- details table with the device details .

in the details table i add a filter

outer__row["Device"] == row ["Device"]

to filter the query data in the details table when the device name in the master equal the device name in the details table why i use the same query for both.

But , when i call the extract() function to retrieve the details table dataset data i got an exception with the filter outer__row["Device"] that cant be solved .......

how can i implement the same filter, or execute it using the API's?

please advice?

Re: Table Data Extract Problem [message #506945 is a reply to message #506771] Mon, 11 January 2010 13:20 Go to previous messageGo to next message
Wael Mashal is currently offline Wael MashalFriend
Messages: 10
Registered: January 2010
Junior Member
sorry the filter is

row.__outer["Device"] == row["Device"]
Re: Table Data Extract Problem [message #506984 is a reply to message #506945] Mon, 11 January 2010 15:52 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Did you get this to work?

Wael Mashal wrote:
> sorry the filter is
>
> row.__outer["Device"] == row["Device"]
Previous Topic:Problem with Stand alone Report Api
Next Topic:Anyone know of widely BIRT is used both non-commercially and commercially?
Goto Forum:
  


Current Time: Fri Apr 26 18:42:59 GMT 2024

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

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

Back to the top