Loading

Display Time within a Report

게시 일자: Oct 13, 2022
상세 설명
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.  
솔루션
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!

Knowledge 기사 번호

000383792

 
로드 중
Salesforce Help | Article