getScore(String indicator, Object onDate)
Returns the score of the specified indicator for the specified date.
| Name | Type | Description |
|---|---|---|
| indicator | String | Unique identifier of the indicator whose score is to be retrieved. |
| onDate | Object | Date for which to return the score. |
| Type | Description |
|---|---|
| Number | Score for the specified date and indicator. |
Example:
pa.getScore($[[Number of open incidents]], score_end);