0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Evaluate Report Data with Formulas

Posted at

Summarize Report Data

何もしないで、検証ボタンをクリックしてみる

We can't find a report with the name 'Opportunities by Stage'. Make sure the report was created, it's active, and that there is only one report with this name.

image.png

Apply a Discount with a Custom Summary Formula

Either the 'Amount' field isn't correctly summarized or there is no custom summary formula.

この設定を忘れていた...

image.png

image.png

Evaluate Each Record in Reports with Row-Level Formulas

Compare Groups with PREVGROUPVAL() and PARENTGROUPVAL()

何もしないで、検証ボタンをクリックしてみる

We can't find a report with the unique name 'Case Percentages by Type'. Make sure the report was created, it's active, and that there is only one report with this name.

PREVGROUPVAL() を使用して時間の経過に伴う値を測定する

PREVGROUPVAL() を使用すると、レポート ビルダーで指定したグループ化を以前のグループ化と比較できるため、時間の経過に伴う値の変化を計算する強力なツールになります。PREVGROUPVAL() は、完了月や作成日などの日付項目でグループ化したレポート データを評価する場合に最も役立ちます。

レポートに前のグループがない場合、PREVGROUPVAL() は null を返します (つまり、何も返しません。値はありません)。たとえば、レポートに 1 月から 12 月までの 12 のグループがあるとします。2 月の場合、PREVGROUPVAL() は 1 月を返します。1 月の場合、1 月が最初のグループなので、その前にグループはないため、PREVGROUPVAL() は null を返します。

PARENTGROUPVAL() で割合を求める

PARENTGROUPVAL() は、指定された親グループの値を返します。親グループは、数式が評価されるレベルより上の任意のレベルです。レポートにグループが 1 つしかない場合 (Lance の商談レポートが Close Month でグループ化されている場合など)、レポートの総計値は 1 つのグループの「上」になります。レポートの総計は常に最上位のグループになります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?