Build a KPI Using an External Data Source in XML or JSON Formats
Learn how to power KPIs on the scorecard with data generated by external web scripts in XML or JSON formats.
Create HTTP Indicator
- Go to the KPI tab
- Select any indicator
- Switch to the Data tab
- Click the KPI Data Source button
- Select Link to a web-based script option
- Specify the access URL and necessary parameters
Script Parameters
- %%name%% - the name of the indicator
- %%date%% - date selected in internal calendar
Script Response
BSC Designer PRO will search for a value field in the response. The server response should be in XML or JSON format, for example:
20.1 My indicator
Response in JSON format:
{"value":20.1,"name":"My indicator"}