- リリース ノート
- はじめる前に
- 基本情報
- Integrations
- プロセス アプリを使用する
- アプリを作成する
- データを読み込む
- プロセス アプリをカスタマイズする
- プロセス アプリをパブリッシュする
- アプリ テンプレート
- その他のリソース
フィールド
フィールドを編集するには、以下の手順に従います。
- 編集するフィールドを選択します。
[フィールドを編集] ダイアログが表示されます。
- 必要に応じて [フィールド名] を編集します。
- [保存] を選択します。
フィールドの型がデータセットのソース フィールドのデータ型と一致しない場合があります。たとえば、整数型データのアップロード先のフィールドに、以前テキスト型データをアップロードしていたとします。そのようなインスタンスは、データ マネージャーの [フィールド] リストに示されます。
新しい [型] は、アップロードされるソース フィールドのデータ型に基づいてのみ選択できます。たとえば、データセットのフィールドが整数型の場合、フィールドの [型] を [数値] に変更でき、データセットのフィールドの型がテキストの場合は、フィールドの [型] を [公称] または [序数] に変更できます。
型を変更できるのは、ダッシュボードで使用されていないフィールドのみです。フィールドがダッシュボードで実際に使用される場合は、以下の手順に従います。
-
グラフからフィールドを削除します。
-
フィールドの [型] を編集します。
-
グラフにフィールドを追加して戻します。
For currency fields you can also change the currency format. The illustration below shows an example.
これは表示設定であり、フィールド値は変換されません。
Below is a description of the components of a rule that defines a field.
コンポーネント |
説明 |
---|---|
参照 |
A field that is available in the data. |
Constant | A static value used to calculate the field. |
グループ | A group comprising two components. |
Using fields
If you want to use an existing field as the basis for the rule, you select the Reference option from the list of components. A reference gets the value of the field for each occurence. The following illustration shows an example of field references.
静的な値を使用する
In stead of a field, you can select to use a constant value to calculate the field values. The following illustration shows an example of contant values.
Using grouping
In stead of a single component, you can select to use a Group to calculate the field values. This allows you to define the sequence of operations. Select the Group option from the list of components, to create a group comprising two components.
The following illustration shows an example of a group.
Given that a Group can contain two components, and you are allowed to add up to two components, you can create a rule that incorporates a total of four components.
ルールを設定するには以下の手順に従います。
-
Select the component that you want to use to calculate the field.
-
Configure the component as desired.
-
Select Save in the Create field panel.
Repeat these steps if you want to add another component for the rule.
You can add up to two components to define the rule. If you define two components for the rule these will be evaluated as a division. In this case, you can select to display the results as a percentage value.
Using multiple components in a rule
You can add up to two component to define the rule. If you define two components for the rule, you can select the operator to be used to evaluate the rule. Below is an overview of the available operators.
演算子 |
説明 |
+ |
追加 |
- |
減算 |
X |
乗算 |
/ |
除算* |
The result type of the rule depends on the type of the input component. Below is an overview of the supported input formats for the operators.
演算子 |
ルール |
結果の型 |
加算 | numeric + numeric |
|
duration + duration |
| |
currency + currency |
| |
percentage + percentage |
| |
timestamp + duration |
| |
減算 | numeric - numeric |
|
duration - duration |
| |
currency - currency |
| |
percentage - percentage |
| |
timestamp - duration |
| |
timestamp - timestamp | duration | |
乗算 | numeric x numeric |
|
duration x numeric |
| |
currency x numeric |
| |
percentage x numeric |
| |
percentage x percentage |
| |
numeric x percentage |
| |
duration x percentage |
| |
currency x percentage |
| |
除算 (Division) |
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
パーセンテージ |
|
|
|
| |
|
|
Null 処理
X / 0
は null
を返します。null / X
は null
を返します。X / null
は null
を返します。Removing a component
Follow this step to remove a component from a rule.
-
Locate the component you want to remove and select the icon.
The component is removed without any notification.
[データ マネージャー] では、データセットで利用可能であってもプロセス アプリでは使用しないフィールドを非表示にすることができます。[データ マネージャー] で非表示に設定したフィールドは、ダッシュボード エディターを使用してダッシュボードを編集するときにセレクターに表示されません。フィールドをビジュアリゼーションには使用しないものの、メトリックの計算には使用したい場合に便利です。
フィールドを非表示にするには、以下の手順に従います。
- 非表示にするフィールドを見つけます。
-
[アプリでフィールドを非表示] アイコン を選択します。
フィールドが非表示に設定され、アイコンが [アプリでフィールドを表示] アイコン に変わります。このアイコンを選択すると、フィールドが再び表示されます。