From version 5.0 of Helical Insight Enterprise Edition, the entire method of implementing cascading input parameters has been simplified and it can be acheived from the UI itself. Please refer to this blog to learn how to do that.

If you are using an older version you can go read further.

Introduction:

Cascading Parameter are the parameters which are interlinked and upon selecting the main parameter’s value the selected value is passed as a filter in the cascaded parameter and accordingly values will be changed.

Concept : Generally the parameters data comes from the adhoc data source so we do not have any option to write query to implement cascading. In order to get the data by writing sql query, we have an option called “efwd” file. In this file we can fetch the data of parameters by writing query associated with map id . We can create parameters and pass these parameters in the query where clause. We will explain step by step to make you understand better.

Steps to implement cascading parameters :

  1. Create a sample report with at least two filters , add the report to the dashboard
  2. Add the filters in the dashboard
  3. The sample Dashboard view will be look like below
  4. we need to create efwd file in order to apply cascading functionality

Create the file with extension : efwd
Cascading.efwd

 

<EFWD>
    <DataSources>
        <Connection id="1" type="global.jdbc">
			<globalId>4</globalId> // provide the global id we can get from data sources page in Helilcal Insight Application
		</Connection>
    </DataSources>
	
    <DataMaps>
        <DataMap id="1" connection="1" type="sql" >
            <Name>sample_query1</Name>
            <Query>
                <![CDATA[
                    select distinct travel_type from travel_details
                ]]>
            </Query>
			
			
         </DataMap>
		 <DataMap id="2" connection="1" type="sql" >
            <Name>sample_query1</Name>
            <Query>
                <![CDATA[
                    select distinct travel_medium from travel_details where travel_type in (${travel_type})
                ]]>
            </Query>
			<Parameters>
                <Parameter name="travel_type" type="Collection" default="''"/>
				
            </Parameters>
			
         </DataMap>
		
    </DataMaps>
</EFWD>

Decscription of the code : The code contains the data source connection information and sql queries to fetch data of the parameters to be cascaded. In the first query we are fetching the parameter data. In the second query we are fetching parameter data by providing first parameter selected value.

5. Created a folder with any name in the below application installation path :

…hi\hi-repository\Cascading\cascading efwd

And place the efwd file in that folder , in this case it will be like this :

…hi\hi-repository\Cascading\cascading efwd

6. Open the dashboard in edit mode

7. By default the parameters drop down data is coming from adhoc data source. So need to get that data from efwd.

8. Edit the first parameter and configure things as shown below :

Disable the adhoc data source browse the folder where efwd file is present and select that folder. Provide the proper map id’s for the parameters and if the parameter is multi select donot enable the multi select toggle if you create multi select filters.

Note : efwd file will not appear while browsing just select the folder where the efwd file is present.

Creating Cascading Parameter in Helical Insight

9. Edit the second parameter and configure things as shown below :

Creating Cascading Parameter in Helical Insight
Creating Cascading Parameter in Helical Insight

10. Save all the configurations and save the dashboard.

11. Dashboard open mode Test Case 1 :

Creating Cascading Parameter in Helical Insight

12. Dashboard open mode Test Case 2 : ( Second filter data is changed based on first parameter selected values)

Creating Cascading Parameter in Helical Insight

Note :  We can implement cascading parameters for multile parameters also. We need to update efwd file and dashboard filter edit configuration as per parameters accordingly

Thank You
Anjaneyulu
Helical IT Solutions Pvt Ltd

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