Business Intelligence Passing Values as Parameters to Subreport From Main Report in Jasper By Nikhilesh Tool used: ireport What is subreport? Before going into details, let me tell you what is subreport and what is the relation between a main report and subreport. A subreport is a report which is used inside another report. This...
Business Intelligence Create a row grouping in Table Component (Jasper Report) By Nikhilesh Create a row grouping in Table Component (Jasper) Consider an example currently you are showing the data as shown in below using tabular component. Make data easy with Helical Insight. Helical Insight is world's best open source business intelligence tool....
Business Intelligence Jaspersoft Reporting Bands By admin I-Report Bands A jasper report is composed by a set of sections named as “bands”. Every band contains few properties such as height. Band height should be greater than 0, otherwise it will never be visible to user. ...
Business Intelligence Failover and Load Balancing in Jasper Server By Nikhilesh Failover and Load Balancing in Jasper Server Installing jasper instances Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Grab The 30 Days Free Trail For sample configuration I installed two Jasperserver...
Business Intelligence Restrict Multiselect Input Control Values in Jaspersoft By admin How to restrict Multiselect input control values in Jaspersoft This blog will teach the reader , how to restrict multiselect input control values in jasper without hampering the performance . Make data easy with Helical Insight. Helical Insight is the...
Business Intelligence Migrate Oracle with Pentaho By Nikhilesh Steps to migrate Oracle with Pentaho Step 1:- Run the script as DB admin. Script is available in location:- biserver-ce\data\oracle10g. Modify configuration file:- applicationContext-spring-security-hibernate.properties. Location:- pentaho-solutions\system\applicationContext-spring-security-hibernate.properties. original code:- jdbc.driver=org.hsqldb.jdbcDriver jdbc.url=jdbc:hsqldb: hsql:// localhost:9001/ hibernate jdbc.username=hibuser jdbc.password=password hibernate.dialect=org.hibernate.dialect.HSQLDialect Modified code:- dbc.driver=oracle.jdbc.OracleDriver jdbc.url=jdbc:oracle:thin:@localhost:1521/sysdba...
Business Intelligence Remove Repeated Column, Page Header, Footer in CSV Export (JASPER) By Nikhilesh Remove Repeated Column header, Page Header, Page Footer in CSV Export (JASPER) Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail Version In CSV export, we want...
Business Intelligence Installing JasperReports Server 6.0.1 with Oracle DB (in Windows) By Nikhilesh Installing JasperReports Server 6.0.1 with Oracle DB (on Windows) Pre-requisite Java JDK 1.6 or 1.7 should be installed. Create and set the JAVA_HOME system environment variable to point to the Java JDK location. Apache Tomcat 5.5, 6, or 7 should...
Business Intelligence Welcome Page Customization For JasperSoft on the Basis of Roles By Sayali Mahale On Welcome page of Jaspersoft, Login is based on Some Roles assigned to particular user ,as per that we have an access on Jaspersoft. If anyone wants to create their own user with Roles, they simply do it by making...
Business Intelligence White Labeling of JasperSoft By Sayali Mahale White Labeling of Jaspersoft A white-labeling is a service produced...
Business Intelligence How to use Custom Component in Jaspersoft Studio By admin How to use Custom Component in Jaspersoft Studio: This Blog will teach you how to use Custom component in Jaspersoft studio. A Custom component allows the BI Developer to enhance the functionality of Jasperreports engine by adding some custom visualized...
Business Intelligence Creating a custom template with Jaspersoft Studio By Nikhilesh Creating a custom template with Jaspersoft Studio Create the Structure Creating template is nothing more than a standard report where some elements have a precise and fixed name that is used by the Jaspersoft Studio engine to understand where to...