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);
Parent Topic:PAFormulaUtils API
Related topics
getChange(String indicator, Object fromDate, Object toDate)
getChangePercentage(String indicator, Object fromDate, Object toDate)
getGap(String indicator, Object onDate)
getGlobalTarget(String indicator, Object onDate)