Here, I’m going to discuss few concepts of JavaScript which are well aware to everyone but there are some loop holes which users are not aware of. The main focus of this post is to discuss and write a better code. First, we discuss about for in problem. Let’s take this code: for (name in
Read More
Helical Insight for ETL Tester (QA) Let’s take an example that your ETL developer has just wrote an ETL script, which loaded the data into the Data Warehouse, few millions of records got inserted into the Data Warehouse. For QA, it is super difficult to test all (millions) of the data and also a time
Read More
C3 is JavaScript library which builds on top of D3. D3 is also JavaScript library used to make complex visualisations. D3 is too advanced, often we just want to add a simple graph to a webpage to show some statistics. C3 allows us to do that without knowing all the complexity of D3 by wrapping
Read More
HTML/CSS Coding Practices A lot of coding best practices emphasize keeping code lean and well organized. The general practices within HTML are no different. The goal is to write well-structured and standards-compliant markup. The guidelines described here provide a brief introduction to HTML coding practices; this is by no means an exhaustive list. Write Standards-Compliant
Read More
This library is used to create a dynamic and interactive data visualizations. C3 is a library build on top of D3. C3 is d3 based reusable chart library and most important advantage of using c3 is that you don’t have to know D3 or write those long codes!. With c3 its very simple to make chart its
Read More
D3 stands for Data-Driven Documents. D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers. D3.js is written in JavaScript and uses a functional style which means you can reuse code
Read More
This article talks about defining an event for a chart in adhoc. Mainly, events are defined at report level, and only require when these reports are used in dashboard designer. Let us understand how to define event for an Adhoc Report. Following are the steps as given below : Step1: Open/Create any chart report where
Read More
This Installation Guide will help user to manually configure the necessary settings required to install Helical Insight Application to the user’s system. This configuration is applicable to any Operating System (Windows Vista, Windows8, Windows10, Linux, Ubuntu, RedHat, MacOS and so on), any Databases (Oracle, MySQL, PostgreSQL, SQL Server and so on ) user is using.
Read More
The configuration details shows the details filled by the user at the time of Helical Insight application installation. Now, to view the details filled by the user there are 2 methods available : Method 1: Open installation directory or Folder Go to *\hi-repository\System\Admin Find setting.xml file. Open setting.xml file and find <BaseUrl> tag. After searching, <BaseUrl>http://localhost:8080/hi/hdi.html</BaseUrl>
Read More
Install the JDK software. Go to this URL for downloading java (Note: Oracle login might be required, if you do not have the required credentials you can register and create free login ) Select the appropriate JDK software and click Download. The JDK software is installed on your computer, for example, at C:\Program Files\Java\jdk1.8.0_02. You
Read More