Business Intelligence Best Practices when designing & using iReport /Jaspersoft By Nikhilesh This blog talks about the best practices which should be followed when creating reports using iReport or Jasper studio, deploying the same on Jaspersoft server, nomenclature to be used etc. Make data easy with Helical Insight. Helical Insight is...
Business Intelligence HOW TO CREATE LOCK FILE IN C By Nikhilesh File locking provides a very simple yet incredibly useful mechanism for coordinating file accesses. Before I begin to lay out the details, let me fill you in on some file locking secrets:- There are two types of locking mechanisms:...
Business Intelligence D3 Integration with Jaspersoft / iReport / Jasper Server By Nikhilesh There can be different methods of integrating a D3 chart inside Jasper like using iFrame, using HTML etc. Below we will try to learn in detail how to do integration of D3 chart using HTML component integration. What is...
Business Intelligence Redirecting Talend Console Logs to File By Nikhilesh Redirecting Talend Console logs to file Talend Open studio for data integration does not have any component to redirect console trace to a file. This blog post provides the solution for Redirecting Talend Console logs to file and is very...
Business Intelligence Creating Candlestick Chart in iReport / Jaspersoft / Jasper Report By Nikhilesh This blog will talk about how to create candlestick chart in Jaspersoft. PREREQUISITE S/W:- Jaspersoft(any version) iReport tool(design) d/b softwares (eg.MySql) JAVA Eclipse(if require) WHAT IS CANDLE STICK CHART? The candlestick techniques we use today originated in the style...
Business Intelligence Installing Jasper Server in AWS EC2 / LINUX By Nikhilesh Things we need to find out before installing Jasperserver in AWS EC2 / Linux. 1) Identifying whether your CPU is a 64bit or not. Use below command to find it Make data easy with Helical Insight. Helical Insight is the...
Business Intelligence Differences Between Reporting and Analysis – Concepts By Nikhilesh Differences between Reporting and Analysis - Concepts Definition 1.The process of organizing data into informational summaries in order to monitor how different areas of a business are performing. Definition 1.The process of exploring data and reports in...
Apache Spark How to Enable HTTPS in Apache By admin HTTPS IN APACHE SERVER What Is HTTP: The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web. Hypertext is structured text...
Business Intelligence Creating Jasper Reports In (iReport) Using XML As Data Source By admin This blog will teach how to create Jasper Reports using iReport, the data source to be used is XML and then publish it on Jasper servcer Make data easy with Helical Insight. Helical Insight is the world's best open source...
Business Intelligence Best practices to be followed while developing jasper report using ireport / jasper studio By Nikhilesh Software used: i-report / jasper studio, jasperserver A)First before creating report keep in mind following things: Set page (report) properties Eg:-Page height,width,left-right margin, orientation 2.Set Same properties for palette elements like text,static Eg:-Font style,size,horizontal –vertical alignment, Position type, stretch...
Business Intelligence How to resolve Jasperserver version compatibility problem when migrating reports from one version to another By Nikhilesh This blog will talk about how to make the report compatible with another version where it is being deployed. Software used :- I-report, jasperserver (any version) Solution:- Step1) Open Your report(.jrxml) in i-report step2)Goto Tool menu->options ->ireport menu->general->compatability Step 3)select...
Business Intelligence Exporting project folder from jaspersoft community server By Nikhilesh [h1]Exporting project folder from jasper community server [/h1]Exporting=Downloading 1) PuTTY Give username and password 2) Go to the location of jasperserver cp 5.0.0(or any version) Example: root@sadakar-server:cd /opt/jasperreports-server-cp-5.0.0 3) Navigate to buildomatic folder Example: root@sadakar-server:cd /opt/jasperreports-server-cp-5.0.0/cd buildomatic 4) Execute js-export.sh...