Being Amongst the Crowd or An Individual?
The people in world could be categorized , as an individual or as a someone among the 7 billion people in the world. The people be an individual , or be amongst the crowd , completely based on...
View ArticleGoogle Search | The Guardian Angel
Google has become integral part of all the working professionals , as it is the ultimate solution to all the questions whatever may be the field , subject . It is basically the solution bank to all...
View ArticleJava FX | A Powerful Platform
Today, in the age of Web 2.0, AJAX, and the iPhone, users have come to expect their applications to provide a dynamic and engaging user interface that delivers rich graphical content, audio, and video,...
View ArticleWomen | The Mitochondria of Nation
The topic of the post might seem confusing, let me start with explaining 'Mitochondria' . Have you ever heard of this word? Think for a moment....Yes of course, you must have studied about this in the...
View ArticleHow to format number when running report from Java code in iReport
There is always ambiguity that how could you format the data conditionally or at runtime of the report based upon the data in the iReport.iReport does provides a robust methodology to format the values...
View ArticleHow to add user defined function in iReport
In iReport it is very important to have a knowledge of integrating the Java code with the Jasper Report as the things do easier and provide lot of versatility to the report. Usage of Java Code in...
View ArticleHow to write conditional query in iReport using parameters
Inside iReport creating static query that is, writing a simple static query in the the Query executor and set it up running is quite simple and too monotonous.The real challenge arrives in actually...
View ArticleIntroduction to jasper Reports .
JasperReports is an open source Java reporting tool that can write to a variety of targets, such as: screen, a printer, into PDF,HTML, Microsoft Excel, RTF, ODT, Comma-separated values or XML files.It...
View ArticleHow to set JavaBean set as Datasource in iReports, along with a working sample.
Java beans are practically, classes that encapsulate many objects into a single object (the bean). This is pretty simple to create and could easily hold lots of data in them. They are serializable,...
View ArticleHow to set datasource in iReport using a JRDatasource Provider as well as...
JRDataSource is interface that represents the abstract representation of a JasperReports data source. All data source types must implement this interface. We could create JRDatasource using java...
View ArticleAll you want to know about Scriptlets!!
First question which comes to mind after coming across this word Scriptlet is that does it have any relationships with scripts, if yes then what scripts, the answer to this question is No it does not...
View ArticleRole of Science and Technology to Empower Youth
Science and technology have always been leading aspect of life. It serves as the solution to the skepticism of mind. Nowadays in all the known fields’ technology and science is embedded in form of...
View ArticleImpact of Globalization on Indian Villages
International trade has registered manifold increase (3-4 times or more) as a proportion to Gross Domestic Product (GDP) compared to eighties. Two decades earlier, restrictions were in force on foreign...
View ArticleCascading Parameters in Jasper Reports
Cascading, what does one mean by saying cascading, literally it means anything that resembles a waterfall or especially seeming to flow. Now where to implement this in Jasper Reports? Right, it...
View ArticleHow to display the Username of the user who logged into JasperServer
Many a times we require the name of the person who logged into the Jasper Server and according to this information we are able to show/hide the elements on report, or simpley to log the user name we...
View ArticleUsing Styles in Jasper Reports
We have been accustomed to use style sheets or CSS in our HTML codes, parallel to that we can use Styles in Jasper Reports also. It provides same utilities like conditional, non -conditional and could...
View ArticleJasper Reporting Tutorial Playlist.
Here is the playlist which I have compiled including all my tutorials on youtubeCheers!!
View ArticleGetting to know CrossTabs and how to implement in Jasper Reports
CrossTabs are used for creating statistical view of a large sample data.They allow you to summarize a huge unorganized data to be organized in terms of commons between the data.Suppose You have a data...
View ArticleJasper Reports Server's unique Source Code Management System
Jasper Reports Server is basically a stand alone as well as embedded reporting server which can be easily used for deploying the Jasper Reports. It provides a way to embed reports as well as analytics...
View ArticleJasper Report- JRException: Image read failed
This Exception comes generally when you try to export the report on Jasper Server in PDF Format, or from iReport, then due to the error in some of the image or all the images, which is producing the...
View ArticleFresh setup of Jasper Reports from scratch - For beginners
I have been thinking to compile a document which outlines the complete process of installation and setup of the connection because generally when one starts they do not find much of material and they...
View ArticleHow to export and import a Jasper Server Repository on a remote system
In this blog I have explained the steps to import and export the JasperServer Repository (In the steps below I have used a Remote Linux Machines accessed via windows machine)Before following the steps...
View ArticleSetting mail account for Subscription of scheduled Jobs in JasperServer.
I wanted to document the process from a long time but due to crunch of time I could not, but now I will like to explain the process in simple easy to follow steps.First of all I would like to give an...
View ArticleHow to resolve can't add a cell error - While Exporting to excel in Jasperserver
This is an error which you get while exporting the data from the Jasperserver in the Excel Format.Something of this sortFor resolving this you should check some of these errors:1. Number to string cast...
View ArticleHow to add System Variable/Environment Variable in Mac OS
Following are the steps to set up the variable.1. Open terminal.2. Type the command -> touch ~/.bash_profile - The touch utility sets the modification and access times of files. If any file does...
View Article