お気に入りLauren Krauss が「#Reports & Dashboards」で質問2016年2月26日 21:51I am trying to add an "IF" logic formula to a report. Salesforce is accepting my formula, but when I add the formula to the report, it's not applying it. Any suggestions? IF ( "MB Sales Director" = "Lauren Krauss", 2, 1)7 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Jeff May2016年2月27日 12:31As others have posted, formula fields in reports are for values that get calculated across multiple records. To create a new field value on a single record, you create a custom field on the object itself, then use that custom field in your report.コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Jeff May2016年2月27日 12:31As others have posted, formula fields in reports are for values that get calculated across multiple records. To create a new field value on a single record, you create a custom field on the object itself, then use that custom field in your report.