In this article we will learn about how to do add flip functionality in a Dashboard Panel. After logging into helical insight just navigate to “Dashboard Designer” as show below. Then, on left side where we will have an option to add the HTML, CSS & Java Script coding for Customizations. For HTML Code, Double
Read More
In this article we will learn how to add a new chart to an Adhoc Chart List. Chart list shows the list of chart available to the user while creating a chart report using Adhoc. Whenever we open an Adhoc report in edit mode, we can see the predefined charts in the list. If we want to add
Read More
In this article we will learn about how to change the default Email-id for Scheduling. Whenever a report is created using EFW or with Adhoc in Helical Insight, such report can be email scheduled by the user on a daily, weekly, monthly basis and so on. For report scheduling, a default email-id need to be configured
Read More
In this article you will learn how to use Crosstab in Adhoc. Crosstab report can be easily used for comparing the data values between multiple entries. Drag and drop the columns into canvas and create a report. Here we would be using Travel data. In order to visualize the report in a crosstab format, click
Read More
In this article you will learn about how to change the chart background color and its opacity. First, open the chart report created using Helical Insight. Also, you can create your own customize report by connecting the datasource with Helical Insight. For your understanding we have used an “AreaSplineChart”. Default view of a generated chart
Read More
Different functions like sum, group by, and Count etc. can be applied to the variables. If the user drags or selects a column in the selection area, a function would be applied to that column by default, depending upon the type of variable. Mostly, a group by function is applied automatically for categorical variables and
Read More
Following are the mathematical functions that can be applied to the column: Group by Sum Distinct Count Max/Min Avg Users can observe that by default, categorical variables take ‘Group by’ function and Numerical variables take ‘Sum’ function. These default applied functions can be seen and changed in the Meta data file which is present in
Read More
Metadata is basically a logical DB schema which gets stored locally in the backend DB of Helical Insight and allows users to define which tables, columns they would want to keep. Thus, different Metadata can be created for the different set of users like finance metadata, sales metadata, operations metadata which then can be shared
Read More
In this blog, we will how to connect to a data source in Helical Insight. Overview of Data Sources Tab The list of Data sources is present as a collection of icons for each database. User can search for the data source by typing in the search box. User can also search based on type
Read More
Custom column feature allows user to create a separate derived column which could be required for creating adhoc reports. This is useful when the data is required in different format as that of present in the database. Some use cases of Custom column are mentioned below: We have ‘time of call’ in the database. Let
Read More