We Can Use Neo4j Graph Database with EFW reports: Note: This blog is applicable for HI Version Helical Insight v1.0.0 Follow these steps to use Neo4j Graph database with helical insight: Step 1: First we have to Download Neo4j JDBC driver to Neo4j graph database with HI You can download Neo4j driver from here Step
Read More
In this article, you will learn about the role of EFW file in a report creation. The EFW file is an XML file which serves as the entry point for the report. This file contains the information required to run the report. Below is the code for sample efw file. <?xml version="1.0" encoding="UTF-8" ?> <efw>
Read More
In our earlier blog “EFW for Creating a Report“, we have discussed about how to create a report using EFW and necessary files required to implement it. For creating a Tabular report using EFW method, there are 4 files required to visualize it which are EFW (.efw) – Entry point of the report. It contains
Read More
In this article you will learn about creating a report using EFW. EFW is a traditional way of creating a dashboard in Helical Insight(HI) is by scripting the entire dashboard, i.e – manually scripting the html and javascript. However, for the dashboard to be able to access the data, visualize it and display it in the
Read More
In this article, you will learn about creating a report using EFW. EFW is a traditional way of creating a report in Helical Insight by scripting entire report manually, i.e – manually scripting the html and javascript. However, for the report to be able to access the data, visualize it and display it in the HTML
Read More