Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
top
top

Table of Contents
classcontents

概要

レポートに使用するフィールドを、その値によってグループ分けしその名前を実際の値の代わりに表示することができます。この機能によって、レポートに新たな分析レイヤーを追加することが可能です。

年齢によるグループ化の例

以下の例は年齢のカラムを、範囲を持ったグループに分けたものです。13歳以上18歳以下の人を「10代」というグループとして表示しています。
例:

Section
Column
width150px

年齢

セールス

16

1,500ドル

17

750ドル

25

1,300ドル

Column
width150px

13歳から18歳の間のすべての人を「10代」というグループとして表示するように更新します。

Column
width150px

年齢

セールス

10代

2,250ドル

25

1,300ドル

Column

 

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

グループ化の作成

カラムのグループ化を行うには、管理者によってそのカラムにグループ化が許可されている必要があります。許可されていれば、カラムメニューにグループ化のオプションが表示されます。

  1. フィールドのドロップダウンメニューから「グループデータ」を選択します。
    Image Removed
  2. フィールドに現在適用されているグループの一覧が表示されます。この一覧をクリックして編集または削除を行ったり、「グループの追加」オプションをクリックして新規グループを定義したりすることができます。
  3. グループ化の方法はカラムの種類に依存し、数値データと日付、テキストデータとでは異なります。どちらの場合も以下の項目の設定が必要です。

    表示

    条件にマッチするデータに置き換えてレポートに表示するテキストです。

    演算子

    データをこのグループに含めるかどうかを判断する演算子です。
    詳しくは下記を参照してください。

    演算子を適用するデータの値です。

    Image Removed

  4. これらのフィールドを設定したら、「保存」をクリックしてグループ化リストに追加します。
    Image Removed
  5. リストからグループを削除する場合は、グループ名の横にある削除ボタンをクリックします。
  6. グループ化の条件を編集する場合には、グループ名のハイパーリンクをクリックして、グループを選択してください。編集画面が表示されます。
  7. グループ化の設定が完了したら、「保存」をクリックします。レポートが更新され、新しいグループ化が適用されます。
  8. Image Removed

注意:集計が適用されたフィールドに対して、グループを定義することはできません。「グループデータ」オプションを使用可能にするには、集計の設定をなしに設定します。

グループ化の演算子

グループ化に使用可能な演算子はカラムが数値であるかテキストであるかによって違います。演算子に使用可能な値は、以下のとおりです。

演算子

説明

テキストベースの演算子

 

In List

One or more alphanumeric or string values

Not In List

Two or more alphanumeric or string values

Numeric Based Operators

 

Equal to

Equal to a single alphanumeric or string value

Greater than

Greater than a single alphanumeric or string value

Greater than or equal to

Greater than or equal to a single alphanumeric or string value

Less than

Less than a single alphanumeric or string value

Less than or equal to

Less than or equal to a single alphanumeric or string value

Different from

Not equal to or different from a single alphanumeric or string value

Between

Between variable 1 and variable 2 these will need to be legitimate parameters such as date, age etc.

Not Between

Not between variable 1 and variable 2 these will need to be legitimate parameters such as date, age etc.

Is Null

Record contains no value for selected attribute. No Parameter can be set

Is Not Null

Record contains a value for selected attribute. No Parameter can be set

Like

Records that contain the same letter or letters.

Starts With

String starts with letter or letters

Ends With

String end with letter or letters.

...