1
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?

More than 1 year has passed since last update.

レポートでRecord Typeを使う

Posted at

どうもうまく使える場所とそうでない場所がある。

Case Report Formula for Case Record Type

  • 行レベルのフィールドでは使えない
  • 集計レベルのフォールドでは使えそう
 If($RecordType.Name = "New Sales", Amount*0.08, Amount*0.02)

行レベルの数式でレコードタイプフィールドを使用することは可能ですか?
商談レコードタイプに基づいてレポートにサマリー数式列を作成しても機能しませんか?

1
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
1
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?