There are various settings and customization related to Helical Insight which one can do by making changes in the settings.xml present in the back-end directory. Thus, the brief about various settings present in the setting.xml file is documented below: Location of settings.xml file: “..\hi\hi-repository\System\Admin” Note: The above path might change based on where you have installed it.
Read More
Introduction: Helical Insight metadata connects with a database which is predefined. Now there might be certain cases in which we would like the metadata to connect to different datasources based on certain condition. For example : In healthcare industry the data of the hospital can not go outside the hospital premises. In that case, based
Read More
Requirement: Java 1.7+ Download Helical Insight 2.0 executable and save it in your desired location. In order to install hi-ee using command line 1. Open command prompt (windows) or / terminal (linux and MAC). 2. Go to the location where you have saved Helical Insight 2.0 via terminal/command prompt. Type “java -jar helicalinsight-ee-2.0.0.6954 RC1”. (name
Read More
Helical Insight application version 2.0 executable comes with jetty web server and derby database. Jetty is the webserver and derby database holds information about users and roles. If a user wants they can migrate from jetty to Tomcat and similarly from Derby to some other database. The same details are elaborated in this blog. Part
Read More
We can access report created using Helical Insight application publicly through URL: To get URL of the report you have to follow below steps: 1. Open the file browser and search for the report/dashboard you want to share publicly. 2. Right click on the report/dashboard and open it in a new window. This way you
Read More
Introduction: In certain cases you may want to embed Adhoc reporting interface of Helical Insight inside your application thus empowering your end users to create reports on the fly. But in those cases you want them to be able to create report using only a preselected metadata. This blog will help in creating the adhoc
Read More
In the below blog we will cover the steps to migrate your Helical Insight application to version 3.0. Before starting the migration, please take the backup of following files/folders. 1. Helical Insight Repository (which contains all reports, dashboard, metadata and other work related files) Path in Windows: “..\hi\hi-repository” Path in Linux: “../hi/hi-repository” 2. Take backup
Read More
Introduction: Using this blog you will able to enable the Secure Socket Layer(SSL) in the apache-tomcat web server to access the application using HTTPS. This blog is applicable when you are using self-sign certificate and Helical Insight is being used in a stand alone mode not embedded within a third party application. Prerequisite: 1. Java
Read More
Introduction What is SSO ?: Single sign-on (SSO) is an authentication process that allows a user to access multiple applications with one set of login credentials. This guide helps you to implement the single sign-on (SSO) using custom token-based authentication, this will results in a user being able to log in to Helical Insight application based
Read More
Following are the steps to add/edit report border: Step 1: Click on the Customize button Step 2: Double-click on Border icon Step 3: Select the border size, color and type of border and the click on ‘OK’ Step 4: Now click on the apply tick mark as shown in the image below to generate the
Read More