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

getScore(String indicator, Object onDate)

Returns the score of the specified indicator for the specified date.

NameTypeDescription
indicatorStringUnique identifier of the indicator whose score is to be retrieved.
onDateObjectDate for which to return the score.
TypeDescription
NumberScore 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)

getCurrentAggregateID()

getCurrentBreakdownID()

getCurrentBreakdownLevel2ID()

getCurrentElementID()

getCurrentElementLevel2ID()

getGap(String indicator, Object onDate)

getGlobalTarget(String indicator, Object onDate)

getPersonalTarget(String indicator, Object onDate)

PAFormulaUtils API