Business Intelligence Creating HTML Table with JSON Data dynamically in Helical Insight By admin This blog will teach you how to create HTML Table with JSON Data dynamically in HDI(HelicalDashboard Insights) : To create html table with json data dynamically in hdi , we need two files Demo.EFW template.html In “Demo.EFW” file , we have...
Business Intelligence Calling Static jrxml files in Helical Insight By admin This blog will teach you how to call Static jrxml files in Helical Insight To call static jrxml file from hdi , we need 3 files “.EFW” extension file “.html” file Required “.jrxml” file Eg:- here I have integrated “SkillChart”...
Business Intelligence ORGANIZATION ADMIN PERMISSION IN LIFERAY By admin In liferay, Administrator of any Organization is able to delete, update or change user details of any other organization which is not secure to organizations. User Details of any other organization should not display to any other organization admin. To...
Business Intelligence Business Intelligence Project Lifecycle By Nikhilesh Business Intelligence Project Lifecycle Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Project Planning Project life cycle begins with project planning. Obviously, we must have a basic understanding of the business's...
ETL How to Optimize Tmap Component in Talend By Nikhilesh How to Optimize Tmap Component in Talend Optimize Tmap component in Talend If Lookup table has few rows: Open tmap select lookup model as Load Once .This will load lookup data one time before mail flow starts. This Lookup...
Business Intelligence Finding MySQL Database Size By Nikhilesh Finding MySQL Database Size Here’s the SQL script to list out the entire databases size. SELECT table_schema "Data Base Name", SUM( data_length + index_length) / 1024 / 1024 "Data Base Size in MB" FROM information_schema.TABLES GROUP BY table_schema; SELECT TABLE_NAME,...
Business Intelligence D3 Candle-Stick chart Integration with Helical Insight By Nikhilesh D3 Candle-Stick chart Integration with Helical Insight What is Helical Insight:- Helical Insight allows the developer to create Dynamic chart, Dashboard .It is too much user friendly and developer friendly by the point of customization. What is D3 Candle-Stick Chart:-...
Miscellaneous Customize Tooltip in D3 Charts By Nikhilesh Customize Tooltip in D3 Charts Simplest way to customize your tooltip in d3 charts. To achieve a customize tooltip you need to follow these simple steps. Step 1: First, think what you can show in tooltip. I have created pie...
Front End How Bootstrap Grid Works By Nikhilesh How Bootstarp grid works (continued) In the last article, we had a look at the container, rows, columns and nesting. Now we are going to cover offset, push and pull. Offset Usually the columns come one after the other, but...
Business Intelligence Unit Test and JUnit Introduction By Nikhilesh Testing is the process of checking the functionality of the application whether it is working as per requirements and to ensure that at developer level, unit testing comes into picture. Unit testing is the testing of single entity (class or...
Business Intelligence File Encryption/Decryption using AES Algorithm By Nikhilesh In this article the reader will learn about plain text file encryption using AES(Advanced Encryption Standard) algorithm. In modern day cryptography AES algorithm gained much popularity because of its strength. The message to be encrypted is called the plain text or...
Apache Spark How to Configure Jaspersoft Apache-Tomcat’s Java Heap Size By Nikhilesh How to Configure Jasper Apache-Tomcat's Java Heap Size? Identify apache-tomcat location from jasperserver installation place. Location can be look like “/opt/jasperreports-server-cp-5.0.0/apache-tomcat/bin”. If Tomcat running as a Linux Service incase it is a windows service it can be look like “C:\Jaspersoft\jasperreports-server-cp-5.5.0a\apache-tomcat\bin”...