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:

Image Modified

 

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()の関数は、インディケータの値を返すのに用いられます。

時間間隔設定の部分でテーブル式を追加することができます。

Image Added

 

例:

以下のテーブルにテーブル式を追加します。

  
M_INDICATOR100

そして、テーブル式が追加されたテーブルを見ましょう。(ヘッダーにテーブル式の例が見られます)

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