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...
Miscellaneous How to Untar / Extract a TAR file using Java By Nikhilesh Hi, we will explain how to extract the contents of a TAR file through a Java . In order to decompress TAR file, we will be using Apache Commons Compress library, so make sure you have a copy of this library commons-compress-1.4.1.jar loaded into your classpath. You...
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...
Miscellaneous JSON – Brief Introduction By Nikhilesh JSON stands for JavaScript Object Notation.it is lightweight .It gives us text-based open standard designed for human-readable collection of data that we can access in a really logical manner. It is used primarily to transmit data between a server and...
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...
Miscellaneous How to create Backup using C,Best Practices while creating CSV or txt file By Nikhilesh How to create Backup using C? Backup is the process of taking the backup of Data and saving it on another location for future Reference. This process includes Creating CSV files or txt files of data on Daily basis Hourly...