In the earlier version of open source BI helical Insight (version 6.2), System/User Defined Properties were introduced at the report level — allowing users to configure behavior, export, bands, and other report-wide functionalities.

However in many cases we may want to apply this not for the entire report but rather for any specific component. Keeping that requirement in mind, from version 6.2.1 onwards, this powerful capability has been extended to the component/element level. You can now apply User Defined Properties directly to any of the individual canvas elements — such as a Text field, Table cell, Image, Chart, and so on — giving you fine-grained, per-component control over behaviour, overflow, print logic, and export handling.

Component-Level User Defined Properties in Helical Insight Canned Reports


As seen in the Canvas editor, after placing any element (e.g., a Text element showing $F{travel_id}), the Property Pane on the right side has a new section called “Properties” at the bottom (highlighted in red). This section contains:

  • Property — the name of the property (e.g., stretchWithOverflow)
  • Value — the value to assign (e.g., true)
  • Add — button to apply the property to the selected component

End-to-End Usage Example: Handling Variable-Length Text with Behavioural Properties

Let’s say you have a Text element on the canvas that displays $F{remarks} — a free-text column where users enter notes of varying lengths. You want to:

  • Expand the element vertically when text overflows instead of truncating it
  • Collapse the element completely when the value is null or blank
  • Suppress repeated values when the same remark appears on consecutive rows

Here’s how to do it step by step:

Step 1 — Select the Component

Click on the Text element ($F{remarks}) on the canvas. The Property Pane appears on the right.

Step 2 — Scroll to the “Properties” Section

At the bottom of the Property Pane, you’ll see the Properties section with Property and Value input fields.

Step 3 — Apply stretchWithOverflow

  • Property: stretchWithOverflow
  • Value: true
  • Click Add

This allows the text element to grow vertically when its content exceeds the defined height — instead of truncating the text. Essential for any free-text or comments field where content length is unpredictable.

Step 4 — Apply isRemoveLineWhenBlank

  • Property: isRemoveLineWhenBlank
  • Value: true
  • Click Add

When the field value is null or blank, the element’s vertical space is collapsed entirely rather than leaving an empty white gap in the report. This keeps the report compact and professional.

Step 5 — Apply printRepeatedValues

  • Property: printRepeatedValues
  • Value: false
  • Click Add

When set to false, a field value that is identical to the previous row is left blank — making grouped or sorted reports much cleaner and easier to read.

Result

The $F{remarks} text field will now:

  • Expand to show full text regardless of length
  • Leave no blank gaps when the value is null
  • Print the remark only once when consecutive rows share the same value

Reference

For the full list of all supported User Defined Properties and their accepted values, refer to the official blog: User Defined Properties – Helical Insight Canned Reports

For questions, reach out to: support@helicalinsight.com

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