aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Using shared variables in BIRT Tool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Using shared variables in BIRT Tool" Watch "Using shared variables in BIRT Tool" New topic
Author

Using shared variables in BIRT Tool

mara thamizhan
Ranch Hand

Joined: Jul 05, 2006
Posts: 74
Dear all,
We're using BIRT reporting tool for reporting in our project.
In my report i have two datasets,(d1 & d2).In one of the tables in my report
i'm using aggregation of a dataset(d1) field.(d1f1)
Now in my new table(in the same report) i want to use that aggregated value(d1f1) &
also datasetvalue(d2v2) from some other dataset(d2) & also the difference in values d1f1-d2v2

How this can be done?
Waiting for your replies.

Note:
Is it possible to assign aggregated & dataset values to variables thro reporting tool?
If yes, then how the process of assigning can be done?
If that can be done then i can use those variables in my table?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using shared variables in BIRT Tool
 
Similar Threads
how to call BIRT in Java?
Birt: How to Avoid executing dataset when the bound table in report is hidden
Birt: Avoid executing dataset when the bound table in report is hidden
BIRT plugin for Netbeans
BIRT report parameter from Java