Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

getGlobalTarget(String indicator, Object onDate)

Returns the global target associated with the specified indicator for the specified date.

NameTypeDescription
indicatorStringUnique identifier of the indicator.
onDateObjectDate for which to return the global target.
TypeDescription
NumberGlobal 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)

getCurrentAggregateID()

getCurrentBreakdownID()

getCurrentBreakdownLevel2ID()

getCurrentElementID()

getCurrentElementLevel2ID()

getGap(String indicator, Object onDate)

getPersonalTarget(String indicator, Object onDate)

getScore(String indicator, Object onDate)

PAFormulaUtils API