Can we export reports through URL in Helical Insight?

Hi Team,
How can I export a report opened in new window using URL?

HI Abhishek,

Yes, you can export report form URL by passing print keyword with export Format in the URL.

Format of URL without export:
{Base URL}/hdi.html?dir={directory_name} &file={file_name}

Format of URL with export:
{Base URL}/hdi.html?dir={directory_name} &file={file_name}&&print={export_format}

Where

  • dir: Directory of the folder name in which the file resides

  • file: Name of the file or report.

  • Print: API keyword to trigger Export.

  • export_format: Export formats (pdf /png / jpg).

Example:
http://192.168.2.9:7080/hi-SNAPSHOT/hdi.html?dir=HelicalDemo&file=HelicalDemoFile.efw&print=png

Here we have passed Export format as png.

Regards,
Helical Insight Team

With the latest version 3.0 the URL will be
“…/hi-ee/hi.html”
In front of that you will have to add your report name and other report details.