UiPath Documentation
insights
2023.4
false
Insights
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

一般的な式

前提条件

v2021.10 より前の Insights で式にアクセスする

  1. ユーザーにはデザイナー権限が必要で、Insights ポータルに移動する必要があります。

  2. 次に、既存のダッシュボードに移動するか、新しいダッシュボードを作成します。

  3. 次に、ウィジェットを編集するか、新しいウィジェットを作成します。

  4. 次に、デザイナーは値の横にあるプラス記号を選択する必要があります

  5. Select the fx button to create a new formula

  6. ここでは、[Functions] タブが表示されます。

  7. Commonly used functions are highlighted for comparison in the Comparison table.

v2023.4 の Insights で式にアクセスする

  1. ユーザーにはデザイナー権限が必要です。既存のダッシュボードに移動するか、ダッシュボードを最初から作成します。

  2. 次に、ダッシュボードを編集します。

  3. 次に [Add Tile] を選択し、[Visualization] を選択します。

  4. 次に、Explore を選択します。

  5. [Add New Measure]、[Add New Dimension]、または [Table Calculation] オプションを使用して、新しいカスタム式を作成します。

比較

一般的な式 v2021.10 より前の Insights Insights 2023.4

Sum - リスト内の数値を合計します。

  • [Functions] タブで Sum 関数を検索して選択します。
  • First select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Sum and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Round - 端数を返します。

  • Round 関数を検索し、タブから選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Type Round and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Now - 現在の時刻を返します。

  • Now 関数を検索し、[Functions] タブから選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Now.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Median - 中央値を計算します。

docs image

  • Search for the Median function in the Functions tab. Then select the function to bring the median function into the formula editor.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Median and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

最大値

  • Max 関数を検索して選択し、数式エディターに追加します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.

docs image

  • Then type Max and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

If - 条件に基づいて数値式を実行します。

  • [Functions] タブで If 関数を検索して選択します。
  • まず、カスタム フィールドの横にある [Add] ボタンをクリックします。
  • Select Table Calculation.
  • Then type IF and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Floor - 最も近い 1 の倍数に切り捨てられた数値を返します。

  • Floor 関数を検索し、数式に取り込むために選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Floor and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

数式内でフィールドをフィルター処理する

(フィールド、フィルター処理されたフィールド)

  • to filter a field inside a formula, add the field next to the original field, select it, select Rename, and then choose the filter.
  • To add a filter, select the Filter button next to the field name.
  • ビジュアリゼーションの上部にフィルターが表示されます。

Day Difference - 開始時刻と終了時刻の差を返します。

  • [Functions] タブで Day Difference 関数を検索して選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type diff_days and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker user guide.

Count - 一意の値の数をカウントします。

  • 例: Count(ProcessName)
  • In the Functions tab type Count and select the function. Then navigate to the Data Browser tab, and select processname inside of the function.
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Type Count_Distinct and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
  • Optionally, select the three dots next to a field and select Count.
Check more details in the Looker user guide.

Count All - 項目のリストに含まれる実際の項目数を返します (重複を含む)。

  • 例: DUPCount(ProcessName)
  • [Functions] タブで Count All 関数を検索して統計関数を選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then select Type Count and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
  • Optionally, select the three dots next to a field and select Count.
Check more details in the Looker documentation.

Case - 条件に基づく結果の式を実行します。条件が満たされない場合は、else 条件が返されます。

  • Case 関数を検索し、[Functions] タブから選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Case and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker documentation.

Average - 平均値を計算します。

  • [Functions] タブで Average 関数を検索して選択します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Type mean and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker documentation.

All

  • 利用できません。

Ceiling - 1 の位の数まで切り上げます。

  • [Functions] タブで Ceiling 関数を検索して選択し、式エディターに追加します。
  • First, select the Add button next to the custom fields.
  • Select Table Calculation.
  • Then type Ceiling and enter the necessary parameters.
  • Choose a name for the table calculation and select Save.
Check more details in the Looker documentation.
  • 前提条件
  • Insights で数式にアクセスする <v2021.10
  • v2023.4 の Insights で式にアクセスする
  • 比較

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得