Business Intelligence Overview of Jasper Server Authentication & Authorization By Nikhilesh Overview of Jasper Server Authentication & Authorization In Jaspersoft Reports Server, access control is determined by two separate mechanisms, authentication and authorization. Authentication is the process of verifying user credentials to give access to the server. Authorization is the process...
Business Intelligence Adding Images to html in Jaspersoft Reports By Nikhilesh In my last blog post I discussed about Generating jasper reports in different formats using json file as a data source.You can find my last post here. In this blog article I will discuss about exporting the jasperPrint object in...
Business Intelligence Deploy jar file in jasperserver without restarting service By Nikhilesh Option 1 - If you want to use your Jar in a several reports. You should "Add Jar" (as it called in iReport repository manager) to some folder in the Jasper Server folder tree. Then "Add reference" to this resource...
Business Intelligence Generating Jaspersoft Reports in different formats using a JSON file as a Data Source By Nikhilesh This article helps the reader how to fill a report with data from a JSON data source ( Generating Jasper reports in different formats using a JSON file as a Data Source ). JSON stands for Java Script Object Notation....
Business Intelligence Jasper Report Localization Example By Nikhilesh Jasper Report Localization Example Applying localization on jasper reports and jasper input controls. This blog post helps you understand how localization can be achieved , what can be localized and its limitations. What can be localized? Localization can be done...
Business Intelligence D3 Bubble Chart Integration with Jaspersoft By Nikhilesh In this blog we will be discussing about D3 Bubble Chart Integration with Jaspersoft using HTML method of integration. All the reports are develop using ireport 5.5 professional and jasper server 5.5 As html component of jasper server does not...
Business Intelligence D3 Sankey Chart Integration with Jaspersoft By Nikhilesh In this blog we will be discussing about D3 Sankey Chart Integration with Jaspersoft using HTML method of integration. All the reports are develop using ireport 5.5 professional and jasper server 5.5 As html component of jasper server does not...
Business Intelligence Using JavaBeans set Datasource in Jaspersoft iReport By Shraddha Tambe JasperReports provides several types of pre-defined/ready-to-use datasources which can be used to provide the data that is filled in the report. We are going to look at one such datasource, the ‘JavaBeans Set Datasource’, which allows us to use JavaBeans...
Business Intelligence Creating Report In Jaspersoft Report using Linear Gauge as Component By admin This blog will teach reader how to create report in ireport using linear gauge as component and publishing it on the jasper server. Purpose : to compare the avg(salary) of male and female employee in an organization Database server :...
Business Intelligence Jasper BI And Pentaho Reports Performance Optimization By Nikhilesh In any BI solution, we create a lot of reports and dashboard. Often the developers come across the problem that the solution is not performing well, the reports are taking a lot of time to load. In this blog we...
Business Intelligence Date Calculation using Joda Time Library In Jaspersoft Report By admin Dear readers, this blog talks about Date Calculation using Joda Time Library In iReport By using Joda Time Library , we can give default value expression for any datetype parameter . Make data easy with Helical Insight. Helical Insight is...
Business Intelligence D3 DayHour Charts Integration with Jaspersoft By Nikhilesh This blog talks about D3 DayHour Charts integration with Jaspersoft All the reports are develop using ireport 5.5 professional and jasper server 5.5 As html component of jasper server does not load any scripts in the html component, we loaded...