Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Table formulas can be used in cases when you would like to do the calculation in table on different header than header with indicator. These calculations use indicator values. Syntax of table formulas is the same as in indicator formulas. Function value() needs to be used in order to return indicator value.

Table formulas can be added in time interval settings:

 

Example:

We add table formulas into the following table:

  
M_INDICATOR100

Now take a look into the table with results (examples of the table formulas can be found in the header)

 value()value()/2filter("L_ATTRIBUTE in ('test')"){value()}
M_INDICATOR1005010
Sv translation
languageja

表式は、インジケータ付きヘッダーと異なるヘッダーで表内に計算を行いたい場合に用いられます。それらの計算はインジケータの値を使用します。表式の構成はインディケータ式と同じです。Value表の数式は、インジケータ付きヘッダーとは異なるヘッダーで表で計算を行いたい場合に使用できます。これらの計算ではインジケータ値が使用されます。表の数式の構文は、インジケータ式と同じです。インジケータ値を返すには、関数value()の関数は、インディケータの値を返すのに用いられます。を使用する必要があります。

時間間隔設定の部分で表式を追加することができます。表の数式は、時間間隔の設定に追加できます。

 

例:

以下の表に表式を追加します。以下の表に表の数式を追加します。

  
M_INDICATOR100

そして、表式が追加された表を見ましょう。(ヘッダーに表式の例が見られます)次に、結果の表を見てみましょう(表の数式の例はヘッダーにあります)

 value()value()/2filter("L_ATTRIBUTE in ('test')"){value()}
M_INDICATOR1005010

...