注: これは基準の null の処理には関連しません。null 基準の処理が有効になっている場合、基準で null 値をサポートできます。次の例では、null 基準の処理が有効になっています。null 基準の処理に関する詳細は、「null 数値の処理」を参照してください。
現在、CRM Analytics ではディメンションの null 値は完全にはサポートされていません。
レコードのディメンションに値がない (null) の場合、そのレコードはディメンションのインデックスに存在しません。
ソースデータ例:
| ID | Name | Amount |
|---|---|---|
| a01 | Alice | |
| a02 | 40 | |
| a03 | Carol | 30 |
この例では、個々のインデックスには次のように入力されます。
ID.dim
| Index | Value |
|---|---|
| 1 | a01 |
| 2 | a02 |
| 3 | a03 |
Name.dim
| Index | Value |
|---|---|
| 1 | Alice |
| 3 | Carol |
Amount.mea
| Index | Value |
|---|---|
| 1 | - |
| 2 | 40 |
| 3 | 30 |
注: すべてが入力された ID ディメンションと金額基準 (null 値が含まれる) には 3 つのレコードすべてが存在します。名前ディメンションに null 値は存在しません。
ディメンションでのグルーピング、絞り込み、または順序設定 (並び替え) を行う場合、そのディメンションに存在する値のみが結果に含まれます。つまり、ディメンションの値が null のレコードは、そのディメンションがクエリのグルーピング、絞り込み、または順序設定に使用された場合、結果に表示されません。
名前ディメンションに対してこうしたアクションのいずれかを実行すると、結果は次の出力データになります。
| ID | Name ^ | Amount |
|---|---|---|
| a01 | Alice | - |
| a03 | Carol | 30 |
このため、グルーピング、絞り込み、または順序設定後のデータに対して計算が行われると、行数の違い、「欠落」データ、予期しない結果などが発生する場合があります。
000381712

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.