Business Intelligence PhantomJS and its “Render” function By Shraddha Tambe PhantomJS – The Headless Webkit browser & its “Render” function In this blog, we will have a quick introduction of PhantomJS and talk about its “Screen Capture” feature to render webpages or parts of webpages into images or PDFs. PhantomJS...
Business Intelligence D3 Calendar Chart Integration in Jaspersoft By Nikhilesh This blog will talk about what is calendar view chart, its usage and about how to create and integrate a D3 Calendar View Chart in Jaspersoft / iReport Make data easy with Helical Insight. Helical Insight is the world's best...
Business Intelligence D3 Chord Diagram Integration in Jaspersoft By Nikhilesh This blog will talk about what is chord diagram, its usage and about how to create and integrate a D3 Chord Diagram in Jaspersoft / iReport All the reports are develop using ireport 5.5 professional and jasper server 5.5 As...
Business Intelligence Charts and it’s Usage By Nikhilesh There are many broad categories of chart, this blog will highlight chart and it's usage. This article will help a user to understand when what type of chart is to be used a. Area Chart : Area chart should...
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 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 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...
blogs Dates in Jasper iReport – Passing default values By Nikhilesh This post teach you how to play with default date parameters & calculations on dates in jasper iReport. Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail...
Business Intelligence Adding dollar($) sign to X-axis lables(values) for bar charts in pentaho CDE By Nikhilesh Hi Guys, Using below java script one can easily add '$' sign to the values of X-axis for any charts in pentaho CDE. Example: function f(v) { return "$" + sprintf('%d', v/1000) + 'k'; } Write the java code in...
Business Intelligence Bar chart with Target lines in pentaho CDE – making bars as lines using java script in pentaho CDE By Nikhilesh Hi guys, This post teach you how to make bars as lines in pentaho CDE. Scenario : Some end users wants visualization of grouped bars as lines where one of the bar is as bar and remaining bars as targeted...
Business Intelligence start_date and end_date parameters – giving default values – iReport By Nikhilesh Hi Guys, This post let's you know how to use date parameters in SQL query using between operator and using multi select parameter. Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool....
Business Intelligence Internationalization of jasper reports – Hello world example By Nikhilesh Hi guys.. small work out but very use full.. Generally customers want to see data in their own language. This example is developed using iReport 5.1.0 pro, Jasper server pro and foodmart db with postgresql. Sources/References : Example : Converting...