Skip to main content

I would like to see the time-of-day part of the field LastModifiedDate - in a report! I can drill into the record and see the time, but in the report I see only the date part, and don't see any way of also showing the time.

Any trick I am missing?

3 réponses
  1. 13 janv. 2021, 17:58

    The only work-around that I've found is a custom Formula(Time) field like this

     

    TIMEVALUE( LastModifiedDate )

0/9000