You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Using CardioLog Analytics' Software Development Kit (SDK), you can create your own customized reports. CardioLog Analytics already has many reports, but if you want to produce any other reports you can create them with the SDK.

If you combine extended tracking, you can then use custom reports to produce reports based upon banner clicks, form fields, custom events and more.

You can tap into the CardioLog database and integrate with any other data sources to develop enhanced reports.

Note - The creation of a custom reports using the SDK requires T-SQL programming skills.

In order to create a custom report, the following steps are required:

  • Register the report in the CardioLog Analytics UI
  • Create an SQL stored procedure to populate the report

Register the report in the CardioLog Analytics UI

In the CardioLog Analytics UI, reports can be added to dashboards in both the Report Center and Analysis Center. This is done by clicking any blank grid area of the report where a plus sign appears as you hover your cursor over the central area, or clicking Add at the top of the Central Area Toolbar.

To make a new report available for selection in the UI, the following is required:

  • Create a new widget category (menu)
  • Create a new widget (sub-menu)
  • Create a new widget type (chart, meter or table)

Create a new widget category (menu)

 

Create a new widget (sub-menu)

 

Create a new widget type (chart, meter or table)

  • No labels