30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Styleclass
ClasstopLink

View Calculated Fields

With Yellowfin’s view builder you can create derived columns based on the fields sourced from the database. These calculations can include simple mathematical calculations or more complex SQL statements.

 

Wiki Markup
{html}<iframe width="700" height="394" src="https://www.youtube.com/embed/9DQ__G45BGI?color=white" frameborder="0" allowfullscreen></iframe>{html}

 

You can create a number of different types of calculated columns including:

Type

Description

Formula Builder式ビルダー

This allows you to build calculations through a builder interface, rather than having to write the SQL yourself.

Grouped Values

This allows you to create a field that returns grouped results.

View Defined Calculated Filtersビュー定義計算フィルター

This allows you to define filters for Report Writers to use, rather than defining them for each report.

Parametersパラメーター

This allows you to define a field that can have its value defined by a Report Reader and then passed into the report for What If analysis.

View Defined Filter Groupsビュー定義フィルターグループ

This allows you to create a set of fields to be used as filters in reports. This can include filter dependencies and cached values.

Freehand SQLフリーハンドSQL

This allows you to build a calculation by writing the SQL, rather than using a builder.

Formula Templates (Custom Functions)式テンプレート(カスタム関数)

This allows you to build a calculation using a template, rather than having to use a builder, simply by specifying the fields it requires.

Date Hierarchy日付階層

This allows you to create a time based hierarchy by converting date fields into various formats to create each level.

...

  1. To create a new field open the Calculated Fields folder in the unattached folders list. Here you will see sub folders for:
    1. Formula Builder式ビルダー,
    2. Freehand SQLフリーハンドSQL,
    3. Formula Templates (Custom Functions)式テンプレート(カスタム関数),
    4. and Date Hierarchy 日付階層.
  2. These are different ways that you can create calculations. Select how you wish to create the field by either selecting to create a new calculated formula, or type in an SQL statement, or use an existing function as defined in the custom function XML file (See Using Custom Functions).
  3. Choose the type you want and drag it into the report folders like you would a normal field. This will open the field edit section. Define the metadata for the field as usual.
  4. Advance to the formula entry by clicking the Formula tab, unless you chose the Date Hierarchy, this is set on the first tab.

...