Helical Insight provides the user with the functionality of exporting the Reports/Dashboards into various file formats. Some of the file formats that Helical Insight supports are PDF, JPEG, PNG, Excel etc.
Note: Users can also add a new ‘Exporting file format’ like .PPT by using exporting APIs
Following are the steps to export a Report/Dashboard:
To export a Report/Dashboard, it should be saved first in the file repository. Then open the same from the file browser (in the same tab). User will then see the option of exporting on the top right corner as shown in the image below:
Click on the Export icon (highlighted in above image) and select the file format in which you want to export the Report/Dashboard.
Options: Users can export the reports/dashboards with different page formatting like adding Header/Footer, changing page layout etc. by using this feature. Frames (templates) can be created for repetitive work.
To search an already created frame/template, users can use the search bar as shown in the above figure. The already frames/created templates will be displayed below the search bar which the users can select.
- Always new page extracts all the reports from dashboard and prints each report on a new page.
- Dashboard prints the entire dashboard as a single page. This is the default selection.
- Landscape exports the reports in landscape mode. By default, it uses A4 as paper size.
- Portrait prints the reports vertically. By default, it uses A4 as paper size.
Also, users can create a new frame by clicking on the “Add your New Configuration Frame” button.
- You can input the header text and define the height, font size, font style, font colour & alignment in the space provided.
- Click on “Use HTML Header” and input the HTML code in the editor.
- You can input the footer text and define the height, font size, font style, font colour & alignment in the space provided.
- Click on “Use HTML Footer” and input the HTML code in the editor.
NOTE: After implementing redirection at your webserver level it might happen that the exporting might not work. In case if it does not work please try these steps. The reason for exporting not working might be that redirection uses some differnt port and then exporting method will not be able to communicate on that redirected URL. In order to solve this add HTTP connector port inside server.xml file of Apahce Tomcat’s conf folder. You can add this below text at the line number 60
< Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" relaxedQueryChars='^{}[]|"' />
Here port 8080 should be changed to whatever port number which is not being used at any other place.
After the above step, open the file setting.xml present at ‘..hi-repository/System/Admin” and search for baseURL tag. Change it from its previous value to http://localhost:8080/hi-ee/hi.html
We have put 8080 since in the previous step we had used 8080 port only. In case if you had used some other port number like 7080 at server.xml then here also please use 7080 only.
Restart the server and then test.
For More Info, Contact us at support@helicalinsight.com