Loading

Display Time within a Report

Date de publication: Oct 13, 2022
Description
When adding a row or column to a report that is based off of a DateTIme field, only the date value is displayed within the report itself.  The time value is not available when viewing the report.  
Résolution
To display the Time value, Administrators may choose to create a formula field that will display the time.  
 
  1. Create a New field with the Data Type as “Formula” and return type as “Text”.
  2. Select the Advanced Formula builder to use a syntax similar to the one below:

LEFT (RIGHT (TEXT (Date/Time field ± (X/24)), 9), 5)

In the above context suggested use + or in place of ± and the time zone deviation from GMT at the place of X

For example, if the Time Zone is PST, the formula syntax would be as follows:

LEFT (RIGHT (TEXT (CreatedDate - (8/24)), 9), 5)


This new formula field will return the Time value of the Created Date field in a 24-hour format.


Use this new field within Reports to display time values!

Numéro d’article de la base de connaissances

000383792

 
Chargement
Salesforce Help | Article