getPersonalTarget(文字列インジケーター, オブジェクト onDate)
指定された日付の指定されたインジケーターに関連付けられた個人ターゲットを返します。
| 名前 | タイプ | 説明 |
|---|---|---|
| インジケーター | 文字列 | インジケーターの一意の識別子。 |
| onDate | オブジェクト | 個人ターゲットを返す日付。 |
| タイプ | 説明 |
|---|---|
| 番号 | 指定された日付とインジケーターの個人ターゲット。 |
例:
var a = pa.getGap($[[% of open overdue incidents]], score_start) / pa.getPersonalTarget($[[% of open overdue incidents]],score_start);
var b = pa.getGap($[[Average age of last update of open incidents]], score_start) / pa.getPersonalTarget($[[Average age of last update of open incidents]], score_start);
var c = pa.getGap($[[Number of open incidents]], score_start) / pa.getPersonalTarget($[[Number of open incidents]], score_start);
var res = 100 - (100 * (a + b + c) / 3);
res;