Establecer como favoritoImalka Jayalath (Experian) ha preguntado en #Reports & Dashboards27 abr 2021, 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 respuestasOrdenarOrdenar por fechaOrdenar por más útilOrdenar por fechaCargar más comentarios...Respuesta aceptadaAmnon Kruvi (The Architech Club)27 abr 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)Agregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
Respuesta aceptadaAmnon Kruvi (The Architech Club)27 abr 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)