In spring projects , we use different databases for different services .
There will be requirement to get data from different databases in to one report . It is practically not an easy task .
But in BIRT (an open source technology platform used to create data visualizations and reports that can be embedded into rich client and web applications) reporting tool can address this issue easily .
First you have to create new separate Data Source connections for all databases that you want to use .
Second step is create separate Data Sets (Query to get data from particular database) for each database that you want to use .
Third step is create new Join Data Set using already created data sets in second step . Through this join data sets , you can easily get data from different databases to your report without much effort(you can create many Join Data Sets as you wish) .
Subscribe to:
Post Comments (Atom)
Some interesting things to explore more
Here some some things to study more , How Google Search works https://developers.google.com/search/docs/fundamental...
-
"Injection attacks": Common Types of Injection Attacks : There are several types of injection attacks, including SQL injection,...
-
The AI-Driven Software Developer: Optimize, Innovate, Transform": AI Transformation in Software Development : Understand how AI is re...
-
With Java 25 , One interesting changes can view is JEP 512, "Compact Source Files and Instance Main Methods," significa...


No comments:
Post a Comment