In this article you will learn about how to change the default repository database from Derby to any other RDBMS of your choice. When Helical Insight application is installed on the end client server or any other system then by default repository database is set to Derby. Derby is a light weight DB wherein the
Read More
Helical Insight has 4 layers of security implemented. Have an overview of user and role management in the below prezi presentation. Click here to learn in detail about the user role management (https://www.helicalinsight.com/user-and-role-management/) For More Info, Contact us at support@helicalinsight.com
Read More
Adhoc designer allows you to just drag and drop columns from various tables, add filters and create reports on the fly from the browser itself. The report created can be visualized either in tabular format or cross tabular format or various charts or map. Creating Reports: You can first connect to data source and create
Read More
Installation Please refer to the following link for installation guide Logging in For logging in as a Super Admin: Username: hiadmin Password: hiadmin Or you can click on the ‘Default Admin’ button For logging in as a User: Username: hiuser Password: hiuser Or you can click on the ‘Default user’ button One can create different
Read More
In this Article we will learn about how to create geographical charts using Helical Insight Adhoc. Connect to the database or open the metadata which is to be used. A map needs 4 fields, one latitude and one longitude on which groupby is applied. Another field like locationname etc on which Groupby is applied and
Read More
In this article we will learn how to fill colors in the image based on certain percentage. After logging into Helical Insight, navigate to “Dashboard Designer“. Then Switch to Advanced Mode to use the HTML, CSS and JavaScript coding. Drag and drop HTML component into the canvas and then click on edit icon to enter the
Read More
In this article we will learn how to add background color in dashboard designer. After logging into Helical Insight, navigate to Dashboard Designer. We can use different background colors for dashboard designer using the below CSS code CSS Code: body { padding-top:10px; padding-bottom:10px; background: green; } Here, we are using green color as background. For More
Read More
In the blog, we will learn how to add a background image to the dashboard. You can add an image as a background for the complete dashboard in Helical Insight. Once you are in the dashboard designer page, right-click select the background option by enabling we get two option either we can give color as
Read More
In this article you will learn about Helical Insight File Repository. “File Repository” can also said as “Solution Repository”. The term repository itself signifies a place where you store something. Similarly, File Repository is a place where users files and folders get stored. Solution Repository When the application is installed, the files and folders get
Read More
In this Article we will learn about how to add headings in Dashboard Designer. After logging into Helical Insight, navigate to Dashboard Designer. Then switch to Advance Mode to do dashboard customization using HTML and CSS. HTML Code: <div class="heading" id="heading"> <h1> This is the heading </h1> </div> For styling use the below CSS code CSS
Read More