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.

List of configuration in Settings.xml file

  1. Location of the Hi-repository: By default Helical Insight is installed on C:\Users\helical\hi\hi-repository.

In order to change the location of the Hi-repository instead of by default location. Change the path between the  tag  <efwSolution> & </efwSolution>

e.g : <efwSolution>C:\Program Files\Helical Insight\hi\hi-repository</efwSolution>.
  1. List of file types: The information related to different file types which are supported by helical insight (HI) is present inside the tag.

 

  1. Recursive loading: This setting allows to turn on and off the feature to load the data all at once or in fragments.If this is set as true recursive loading will be enabled. This is mainly visible on tabular reports wherein data gets loaded in pages and thus helps with better performance.
e.g <recursiveLoading>true</recursiveLoading>
  1. Enable/disable the default functions in ad-hoc: Inside ad-hoc interface whenever we drag any column default function gets applied. The default function on dimension is “group by” and “Sum” on a measure. By default, this is set as true. If required one can set this as “false” if the default grouping and sum is not needed.
e.g <enableAdhocDefaultFunctions>true</enableAdhocDefaultFunctions> 
  1. Query cancellation time(seconds): Here user can set the default time in which the query should get executed. If the time is taken to execute crosses this threshold then we get query timeout error. The value is in milliseconds.
<jdbcQueryCancellationTime>3000</jdbcQueryCancellationTime> 
  1. Enable Saved Result: Set to false or true this setting to save the report export (pdf/excel/csv etc) result in the default location of browser or save in specific location in machine respectively.
<enableSavedResult>false</enableSavedResult> 
  1. Create Backup File: Set this setting as true if there is a need to take backup of each version of the file after doing any changes else mark it as false. While updating the template file with the ad-hoc changes made by the user in the dashboard (EFW Files), the createNewBackupFile options sets whether to create the backup file or not. It works for endpoints /updateEFWTemplate only.

Thus, creates a new file with updated version number and updated data. when backup option is set true. i.e,

 <createNewBackupFile>true</createNewBackupFile>. 
  1. Listing of external contents: List of different contents which can be added as an external resource in the report is listed here.

 

 

  1. Listing of different permission levels: List of different permissions and the associated ID for same is present here in the tag <permissions> as shown in the image below:

  1. Default permission level: User can set default permission level for different files and folders present in the helical insight repository. Default permission will get assigned to the newly created file or folder when no permissions are provided to it explicitly.
<defaultPermissions mandatory="true">

        <publicResourceAccessLevel>2</publicResourceAccessLevel>

    </defaultPermissions> 
  1. Default Role List: List of default roles which will come with HI can be configured as shown:

 

  1. Security Definition: This feature is useful while implementing row level or column level security in the metadata created in Helical Insight.
  • In this tag the definition and template which Helical Insight follows while applying security is coded.
    For example, in the tag,

    <conditionTemplate>${user}.name eq 'hiadmin'</conditionTemplate> 
    

    User name is being compared with ‘hiadmin’. Similarly, you can provide the corresponding username like hiuser, hitest, John …………  etc based on the security conditions required for different users.

  • In,
     <filterTemplate>TableName.ColumnName = Filter Condition</filterTemplate>

    the template for filter condition is defined i.e on the which column we want the security to be applied based on the user.
    g,

    <filterTemplate>SampleTravel.Location = Filter Condition</filterTemplate>

Here, for user: ‘hiadmin’, security will be applied on column: location of table name: SampleTravel.

 

  1. Export Timeout: Here we can set the timeout limit while taking report export.
e.g <export mandatory="false">

        <phantomTimeout>300000</phantomTimeout> 

    </export>

The timeout = 300000 millisecond

  1. Support for older resources of type efw :

Support for older resources of type efw. True enables the application to work with old efw resources(resources created for use by HDI version 1.2 or earlier).

e.g <supportOldVersions>true</supportOldVersions>

After making any changes in the above listed settings, reload the application from the option available in the screenshot shown below:

 

Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered