Introduction:

In many cases we would like to display the filters values which have been selected at a specific place. So in this blog we would describe how that can be done.

Concept: Via dashboard.getVariables(NameOfFilterVariable) we can get the values of the selected filters. Fo what we can do is we can create some HTML containers in which we render these dashboard variables.

Steps to be followed :

  1. Create a report with filters( filters may be single or multi select)
  2. Add the report into the dashboard
  3. For this specific example we have created the dashboard and aligned the filters and report as shown below :
  4. After that align the filters and report as shown below :
  5. Dashboard Header

  6. Create html component by going to Objects -> HTML in the toolbar and align at the top position of the dashboard.
  7. Dashboard Header Object

  8. Provide the below html code (i.e. creating 3 divs for displaying the values of 3 filters):
  9. <div class="col-xs-12 col-md-12 col-sm-8">
    <div class="col-sm-4 col-md-4 cols-xs-8">
    <div class="col-sm-6 col-md-6 col-xs-8" id="travelTypeHeader">Selected Travel Type :</div>
    <div class="col-sm-6 col-md-6 col-xs-1" id="travelType"></div>
    </div>
    <div class="col-sm-4 col-md-4 cols-xs-12">
    <div class="col-sm-6 col-md-6 col-xs-12" id="travelMediumHeader">Selected Travel Medium :</div>
    <div class="col-sm-6 col-md-6 col-xs-12" id="travelMedium"></div>
    </div>
    
    <div class="col-sm-4 col-md-4 cols-xs-12">
    <div class="col-sm-6 col-md-6 col-xs-12" id="sliderHeader">Cost Range  :</div>
    <div class="col-sm-6 col-md-6 col-xs-12" id="sliderCost"></div>
    <div>
    <div>
    
  10. Provide the below css in the css place holder (optional: to change the look and feel of the header of those divs) :
  11. HTML & CSS

     
    CSS :
    #travelMedium, #travelMediumHeader, #travelTypeHeader, #travelType, #sliderHeader, #sliderCost{
    padding-left: 4px; 
    font-weight: bold;
    font-size: 12px;
    }
    
    #travelTypeHeader, #travelType{
    color: green;
    }
    
    #sliderHeader, #sliderCost{
    color: blue; 
    }
    
    #travelMedium, #travelMediumHeader{
    color: red;
    }
    
  12. After providing the html ,css the report edit view will be as show below :
  13. HTML & CSS

  14. The final step is to display selected filter values dynamically in the respective divs of html code. For that we need to create custom component to set the selected filter values
  15. Dashboard Header

    Click on the “custom” and provide the listeners and js script as shown below. I have filters like TravelType and TravelMedium etc. So in the dashboard.getVariable(TravelType) etc is coming. You can find out the name of the filter by clicking on “VARIABLES”:

    Dashboard Header

     
    Custom Script :
    var travelType = dashboard.getVariable('TravelType');
    var z = document.getElementById("travelType");
    z.innerHTML = travelType;
    
    var travelMedium = dashboard.getVariable('TravelMedium');
    var x = document.getElementById("travelMedium");
    x.innerHTML = travelMedium.join();
    
    var sliderCost = dashboard.getVariable('Cost');
    var z = document.getElementById("sliderCost");
    z.innerHTML = sliderCost;
    

    Click on save after providing the custom script as well as align the custom script component at the bottom of the dashboard.

    Note : This component will not appear in the report open mode

  16. Save the report
  17. Report view with open in new window

Dashboard Header

After changing filter values we can see in below image that the selected filters are getting displayed like “Domestic”, “Bus,Cab,Flight…”:

Dashboard Header

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