getGlobalTarget(String indicator, Object onDate)
Returns the global target associated with the specified indicator for the specified date.
| Name | Type | Description |
|---|---|---|
| indicator | String | Unique identifier of the indicator. |
| onDate | Object | Date for which to return the global target. |
| Type | Description |
|---|---|
| Number | Global target for the specified date and indicator. |
Example:
pa.getGlobalTarget($[[% of open overdue incidents]],score_start);