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...
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:-...
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”...
Business Intelligence Create CrossTab In Helical Insight Using EFW Method By Nikhilesh Creating CrossTab In Helical Insight using EFW Method This blog will teach you how to create Cross Tab in HDI (Helical Dashboard Insights). CrossTab uses PivotTable.js.Which is a JavaScript Pivot Table Library with drag and drop functionality. ‘PivotTable.js' basic function...
Business Intelligence Domain Security in a Jasper Reports Server’s Multi-tenant Environment By Nikhilesh Domain Security in a Jasper Reports Server’s Multi-tenant Environment Create two tenants/organizations CA & WA 1. Log on Jasper report’s server as superuser. 2. Navigate to Manage > Organizations. 3. Click on ‘Add Organization’ button. 4. Enter valid organization name...
Business Intelligence Creating Custom Component in Talend Open Studio By Nikhilesh Creating Custom Component in Talend Open Studio What a component is? Graphically it is an icon which you drag from palette to the work place. But technically it is a file folder which has the same name of the component...