Creating a free form BIRT report using Scripted Datasource?

The goal of a scripted data source is to allow you to leverage the logic inherent in your data model and benefit from any business rules that manipulate that data. In the end it still wants the data to be formed into a rather traditional row-based set.

The goal of a scripted data source is to allow you to leverage the logic inherent in your data model and benefit from any business rules that manipulate that data. In the end it still wants the data to be formed into a rather traditional row-based set. You mention dynamic text and I think this would be a great use for the Java-based event handlers.

You can use the logic in the Java object you had bound to the scripted data source to instead tie to an event in the life cycle of the report and get your non-relational data that way. You can even call your Java object directly from a JavaScript event handler (much easier to plug into via the IDE) using the JS "Packages" construct. There are many examples to help you get this done at the BIRT Exchange.

I did something similar (BIRT 3.7) but I used row"colName" instead of dataSetRow"colName" and that seems to work. I have my data in a list, and then each list item is a grid. I set the data binding in the list to the data set.

The grid is able to see the value as row"colName".

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions