In this article you will learn about how to implement Interpanel Communication using Dashboard Designer in Helical Insight. In Interpanel communication, when any region is selected from a panel then based on that another panel gets updated.

Let us understand with an example. Suppose inter-panel communication to happen between a chart and a table. then follow the steps to implement :

Step1: Create a new Adhoc chart report. Here we will create a Pie Chart. Also, you can create other charts.

a) Go to adhoc editor mode.

b) Drag-drop necessary columns in the selection box.

1-drag column

c) Select chart option, select chart type from the list and click on generate report.

 

select chart option

d) On clicking generate report generate report , the output will be

output-1

e) Now, define a filter. In this case filter name defined as “TERRITORY”. Also, filter can used as Input Parameter in Dashboard Designer.

apply-filter

f) On applying filter condition, click generate report, to view output.

output-2

g) Now, using Javascript code we will define click event, define setvariable. On clicking any region the value of that region is assigned to that setvariable.

Javascript Code :


$(document).ready(function() {
document.getElementById("main").addEventListener("click", function(d) {
var t = d.target;
if (t.classList.contains("c3-arc")) {
var e = d3.select(t);
Dashboard.setVariable("TERRITORY_2", e.data()[0].data.id);
}
});
});



script-page

Description : Now on clicking any region the value of clicked region is assigned to setVariable “TERRITORY_2”. It also means that other panel will be able to listen “TERRITORY_2” variable for communication.

h) Now, save the report. In this case report is named as “ChartReport”

Step2 : Similarly, we will create another report which is a Tabular Report. In this case we will create a filter, which can be used a input in Dashboard designer.

filter

Note : Filter Name is not mandatory to be same.

Javascript code is not required in this case for this tabular report.

Now, generate report and save. Here report name given is “Tabular Report”.

Step3: Go to dashboard designer.

default dashboard designer

Step4: Insert a report which is chartreport from the list

insert report1

Step5:  Now, insert another report which is a tabularreport from the list

insert-report2

Step6: To view the list of variables used in the dashboard designer click  dashboard-variable  (available on top left)

dashboard-variables1

Step6 : Now, configuration is required for each panet. For, chart report click on edit and an window “Select Options” pops up where you can do necessary configuration. In this case configuration is shown below.

chart report configuration

To know more about “Select Options” in details click here

Step7 : Similarly, for tabularreport configuration the setting details are :

tabular report config details


Description: In this set a listener value to “TERRITORY_2” because for chartreport the value is set for this variable. Hence, tabularreport will listen to this variable. Then set Input Value to “TERRITORY_2” because this panel is getting value from “TERRITORY_2 variable” and set Input Name to TERRITORY because filter name used was TERRITORY.

Step8: Now, select any region from chartreport and tabularreport gets reflected. Hence, the interpanel communication is achieved successfully between chart and table.

final output

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