Ajouter aux favorisImalka Jayalath (Experian) a posé une question dans #Reports & Dashboards27 avr. 2021, 07: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 réponsesTriTrier par dateTrier par ordre d’utilitéTrier par dateChargement de commentaires supplémentaires...Réponse acceptéeAmnon Kruvi (The Architech Club)27 avr. 2021, 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)Ajouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Réponse acceptéeAmnon Kruvi (The Architech Club)27 avr. 2021, 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)