This article explains usage of HTML component in the Dashboard Designer module of Open Source BI product Helical Insight application. This feature is available starting from Helical Insight version 5.2.2.

Just like report/image/text, now it is possible to add a HTML component also. That component can be dragged into any place, re-sized, re-positioned, given any kind of styling using the right click operations.

You can also can format and style content of this HTML, use templating languages like Liquid template language, you can dynamically display data. This flexibility allows you to create personalized layouts that suit your needs within the Helical Insight dashboards. Read below to learn how to add and use HTML component

Steps to create an HTML component and use it:

Step1: Open the Dashboard Designer and right-click on an empty space (as shown in below image). Choose Add > HTML

HTML component in the Dashboard Designer

Step2: It opens the HTML editor; toggle the Enable and inject the HTML code

HTML component in the Dashboard Designer

Step3: Click on ‘Apply’ to view how this HTML code is affecting the output in the Dashboard Designer.

Example: Below is the HTML code that we have put.

HTML code :

<div class="grid-item" style="width: 50%; margin: auto;">
    <h3 style="text-align: center; font-weight: bold;">User Information</h3>
    <div style="display: grid; grid-template-columns: 150px 1fr; gap: 10px; padding: 20px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9;">
        <div style="font-weight: bold;">Name:</div>
        <div>{{user.name}}</div>

        <div style="font-weight: bold;">Organization:</div>
        <div>{{user.organization}}</div>

        <div style="font-weight: bold;">Email:</div>
        <div>{{user.email}}</div>

        <div style="font-weight: bold;">Roles:</div>
        <div>{{user.roles|join:","}}</div>

        <div style="font-weight: bold;">Profiles:</div>
        <div>{% for var1 in user.profile %} {{var1.profileName}} : {{var1.profileValue}}<br> {% endfor %}</div>
    </div>
</div>

This HTML code creates a styled grid displaying a user’s name, organization, email, roles, and profiles. The user object is dynamically populated using liquid template language syntax and within that we are calling our Helical Insight variables which are exposed, ensuring that the user data is fetched and displayed correctly. The use of inline styles ensures that the layout is responsive and visually appealing.

Step 4: Align the HTML component properly on the dashboard and save it. In open mode, it looks like below :

HTML component in the Dashboard Designer

Note: We can also display information for selected parameters by writing it like this: {{filter’s name}}. When you hover over the help icon, you can view information about all the dynamic variables

HTML component in the Dashboard Designer

Based on your requirement, you can accordingly make use of this HTML component, put required code, size, placement etc and use it.

Leave a Reply

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