お気に入りImalka Jayalath (Experian) が「#Reports & Dashboards」で質問2021年4月27日 7:11What is the best way to calculate the number of dates between a date column and today ?On a report I want to calculate number of dates between contacting client to today . What is the formula I can use ? Thanks !14 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...承認された回答Amnon Kruvi (The Architech Club)2021年4月27日 18:17TODAY() is a Date field and LAST_UPDATE is a Date-Time field. Try either using NOW() instead of TODAY(), or only getting the date portion of last update: TODAY() - DATEVALUE(LAST_UPDATE)コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
承認された回答Amnon Kruvi (The Architech Club)2021年4月27日 18:17TODAY() is a Date field and LAST_UPDATE is a Date-Time field. Try either using NOW() instead of TODAY(), or only getting the date portion of last update: TODAY() - DATEVALUE(LAST_UPDATE)