To create a KPI using the progress list chart type, follow the steps below.
- Create a report through Salesforce. You can learn how to do that in the Reports & Dashboards for Lightning Experience trailhead.
- In our example, the Report type is Points with Member and it is Grouped By Currency.
- Save the report in the Public Reports folder. Its name will be "Active Currencies Balance" (unique name "Currency_Balance_K3d").

Report example - Progress List chart type
- From the Fielo Platform, go to the Tools tab.
- Enter the FieloLocal library and, from there, click on the Analytics section.
- Click New and provide the following information. The fields not displayed here can be left blank.
| Field | Value |
|---|---|
| KPI Name | Active Currencies Balance |
| External Id | ActiveCurrenciesBalance |
| Available Charts | List;Progress List;Donut |
| Library | FieloLocal |
| Type | Program |
| Report Filter | |
| Report Type | Standard |
| Report Objective Field | s!FieloPLT__Point__c.FieloPLT__Balance__c |
| Report Unique Name | Currency_Balance_K3d |
| Report Metadata | {"size":"small","styleClass":"","cacheResults":true,"hideOnError":false,"rendered":true,"showRefreshButton":true} |
If you want to take a look at the report fields information, the KPI detail page has a button labeled View Details that should take you to the Visualforce page that displays some report runtime information.
- In the KPI record detail page, go to the Related tab and click new on the KPI Domains related list.
- Provide the following fields:
| Field | Value |
|---|---|
| External Id | ActiveCurrenciesBalance |
| Chart | Progress List |
| Dashboard | DS-0000 (search for the one with external id = FieloPLTDashboardProgramDefault ) |
| KPI | Active Currencies Balance |
| Metadata | {"runMode":"sync","showAnimation":true,"limit":10,"size":"2x1"} |
| Order | The last existing order in the chosen dashboard +1 |
- Access the Home tab in the Fielo Platform. The new KPI should appear in the Program tab inside the Command Center.
