ワークシートを使用して、指標が定義済みのしきい値に達したことを示せます。
In addition, you can use Report to automatically generate and distribute a report when a metric reaches a defined threshold within a specified time frame.
For more information about Report, see the Data Workbench Report Guide.
ワークシートを使用して指標インジケーターを作成するには
ワークシートのセルの内容を定義します。
列 A に目的の指標の名前(Visitors など)を入力します。
In Column B, enter the value of the desired metric (for example, =Visitors).
列 C に指標の低しきい値を入力します。
列 D に指標の高しきい値を入力します。
列 E に適切な数式を入力します。例については、「上昇または下降インジケーター」または「チェックインジケーター」を参照してください。
In the formula cell (Column E), right-click and click Format > Indicator, then click one of the following:
インジケーターを作成する他の指標に対して手順 1 を繰り返します。
作成されたワークシートは、次の例のようになります。
またはに Up は、次 Down indicatorの数式を使用します。
(metric value - low threshold)/(high threshold - low threshold)*2 - 1
次に例を示します。=(b2-c2)/(d2-c2)*2-1
Three outcomes are possible for each metric when using this formula with the Up or Down indicator:
The following worksheet illustrates what the example formula =(b2-c2)/(d2-c2)*2-1 would display:
For the Check indicator, you use a formula that indicates whether you want to be notified when the metric value is above or below the threshold you specify. 次に例を示します。
値が設定したしきい値を下回ったら通知する場合は、以下の数式を使用できます。
threshold - metric
次に例を示します。=(c2-b2)
値が設定したしきい値を上回ったら通知する場合は、以下の数式を使用できます。
metric - threshold
次に例を示します。=(b3-c3)
チェックマークが表示される場合、数式は正数に評価されます。X が表示される場合、数式は負数に評価されます。
There are two possible outcomes for each metric when using the Check indicator:
The following worksheet illustrates what the example formulas =(c2-b2) and =(b3-c3) would display: