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);
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)
getPersonalTarget(String indicator, Object onDate)