Direct URLs for report and dashboard editing

Team,

we are using open source BI helical Insight enterprise edition version 5.2.1. I would like to know about the direct URLs

  • Direct URL in which the helical adhoc report can open in edit window. That means passing the report directly in the URL so that it opens in edit window
  • Direct dashboared URL through which the dashboard can be opened in edit mode.
  • Direct metadata URL through which metadata can be opened in edit mode

Thank You,
Snow.

Hello Snow,

Below are reference URLs which can help:

  1. Create New Report from scratch with preselected metadata :

http://localhost:8085/hi-ee/#/helical-report?dir=HI_Sample_Reports&file=testing_save.metadata

Where dir=(here the full path of the metadata goes here). In order to understand the full path of metadata, you can click on Home button, navigate to that metadata, select it and right click and then open properties. In properties you can get the full path and file name.

  1. For opening an existing report to edit by passing the report path in URL:

http://localhost:8085/hi-ee/#/helical-report?dir=HI_Sample_Reports&file=report.hr

Where dir=(here the full path of the report goes here). In order to understand the full path of report, you can click on Home button, navigate to that report, select it and right click and then open properties. In properties you can get the full path and file name.

  1. For a creating a new dashboard :

http://localhost:8085/hi-ee/#/dashboard-designer

  1. For editing an existing dashboard in edit mode by passing dashboard path in URL:

http://localhost:8085/hi-ee/#/dashboard-designer?dir=HI_Sample_Reports&file=dashboard.efwdd

Where dir=(here the full path of the dashboad goes here). In order to understand the full path of dashboard, you can click on Home button, navigate to that metadata, select it and right click and then open properties. In properties you can get the full path and file name.

  1. For viewing the report/dashboard in Read Mode, open that particular file by right clicking to Open In New Window option. Whatever will be the URL that will be unique URL for that particular report/dashboard

Thank You,
Helical Insight.