お気に入りDenise Schofield (HM Insurance Group) が「#Reports & Dashboards」で質問2020年12月13日 2:21Calculate Number of DaysWhat is the formula I would use to determine the number of days between two dates in Salesforce?4 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Ankush Agarwal (Questel)2020年12月13日 2:39Hi Denise, You may use below formula: End_Date__c - Start_Date__c If you want to find number of days from Today then you may use: Today() - Date__c表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Ankush Agarwal (Questel)2020年12月13日 2:39Hi Denise, You may use below formula: End_Date__c - Start_Date__c If you want to find number of days from Today then you may use: Today() - Date__c表示件数を増やす