オプション 1) 標準のレポート検索条件を使用する
1) 当年度累計を指定する 2 つのレポート検索条件を追加します。
2) 前年度累計を指定する 2 つのレポート検索条件を追加します。
3) 条件ロジックを使用してこれらの検索条件を組み合わせます。
この要件を満たすもう 1 つの方法は、新しいカスタム項目を使用することです。商談オブジェクトを使用する例を次に示します。
1.[設定] に移動します。
OR ( /* Check whether close date is YTD */ AND ( DATE ( YEAR ( TODAY() ), 1, 1 ) <= CloseDate, CloseDate <= TODAY() ), /* Check whether close date is YTD-1 */ AND ( DATE ( YEAR ( TODAY() )-1, 1, 1 ) <= CloseDate, CloseDate <= IF ( /* Calculate TODAY()-1 YEAR, prevent trying to set last year to Feb 29th */ AND ( MONTH( TODAY() ) = 2, DAY( TODAY() ) = 29 ), DATE( YEAR( TODAY() ) - 1, 2, 28), DATE( YEAR( TODAY() ) - 1, MONTH( TODAY() ), DAY( TODAY() ) ) ) ) )
8.[次へ] をクリックします。
9.任意の [項目レベルセキュリティ] 設定を入力し、[次へ] をクリックします。
10.ページレイアウトにチェックボックスを表示するかどうかを選択し、[保存] をクリックします。
関連情報
数式項目の作成
000388018

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.