How 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 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 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 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 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 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 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 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 Reporting Tutorial Playlist.
Here is the playlist which I have compiled including all my tutorials on youtubeCheers!!
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 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 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 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 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 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 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 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 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 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 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 Article