Page History
Table of Contents |
---|
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.
...
- Register the report in the CardioLog Analytics UI
- Create an SQL stored procedure to populate the report
Table of Contents |
---|
Register the report in the CardioLog Analytics UI
...
- Create a new widget category (menu)
- Create a new widget (sub-menu)
- Create a new widget type (meter, chart , meter or table)
...
How to add a new widget category (menu)
...
- In the Navigation pane, under Administration, click on Custom Widgets
Custom Widgets Tool - Click Add Widget, then select the Menu option
Custom Widgets > Add Widget - Enter the Title and Location fields, then click Save (by default the widget category location is set to Root - "~")
Add Widget > Menu - You should now be viewing your newly created widget category when adding a widget to a dashboard in the Report Center and Analysis Center.
Add Widget Dialog
How to create a new widget (sub-menu)
...
- In Administration under Custom Widgets, click Add Widget, then select the Menu option
Custom Widgets > Add Widget - Enter the Title and Location fields. Click Browse to select the widget location (widget category), then click Save
Widget Location Dialog - You should now be viewing your newly created widget under the selected widget category, when adding a widget to a dashboard in the Report Center and Analysis Center.
Add Widget Dialog
How to create a new widget type (meter, chart or table)
- In Administration under Custom Widgets, click Add Widget, then select the desired widget type (meter, chart or table)
Custom Widgets > Add Widget - Enter the Title, Description and Location fields. Click Browse to select the widget type location (sub-menu).
New Meter Dialog
When selecting the Chart type, enter the Title and Value for the chart series.
New Chart Dialog
When selecting the Table type, enter the table columns - Title, Type, Description and Width (%)
The following column types are available:
String - text
Numeric - number
SPPage - tree item (includes drill down support)
User - user account name (includes drill down support)
New Table Dialog
Create an SQL stored procedure to populate the report