Export API from URL

Hello Team,

We are using Helical Insight 5.1 GA and we want to export report/dashboard directly from their respective URLs. Can we do the same? Basically we want to create a custom button within our application clicking on which an export should happen. Please help us with this.

Thank you

Hello,

  1. For exporting standalone reports into PDF, XLS and CSV which are developed in Helical Insight, we have direct method of passing parameter along with report URL.

For example:

PDF:

http://127.0.0.1:8085/hi-ee/#/report-viewer?dir=BlueParrot%2FReports&file=Bar_Domain_wise_Returns_on_Investments.hr&mode=open&print=pdf

XLS:

http://127.0.0.1:8085/hi-ee/#/report-viewer?dir=BlueParrot%2FReports&file=Bar_Domain_wise_Returns_on_Investments.hr&mode=open&print=xls

CSV:

http://127.0.0.1:8085/hi-ee/#/report-viewer?dir=BlueParrot%2FReports&file=Bar_Domain_wise_Returns_on_Investments.hr&mode=open&print=csv

  1. For exporting DASHBOARD into PDF which are developed in Helical Insight, we have direct method of passing parameter along with DASHBOARD URL.

For example:

http://127.0.0.1:8085/hi-ee/#/report-viewer?dir=BlueParrot%2FDashboard&file=Dashboard2.efwdd&mode=open&print=pdf

NOTE: Dashboard cannot be exported into CSV, XLS since it has many panels and each panel can have it’s own set of data

Thank you,
Helical Insight.