Loading
메일 전송 도메인 확인 상태 안내더 많이 읽기

Display Time Value in a Salesforce Report Using a Formula Field

게시 일자: Jun 4, 2026
상세 설명

This article explains how to display the time portion of a DateTime field in a Salesforce Report. By default, when you add a DateTime field as a row or column in a Salesforce Report, only the date value is displayed. The time value is not shown. To display the time value, an Administrator can create a formula field.

솔루션

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

Use the following formula syntax to extract the time from a DateTime field:

LEFT(RIGHT(TEXT(DateTimeField ± (X/24)), 9), 5)

— where ± means plus or minus depending on your timezone offset from GMT, and X is the number of hours offset.

For example, for PST (UTC-8), the formula would be: LEFT(RIGHT(TEXT(CreatedDate - (8/24)), 9), 5). This returns the time in 24-hour format. Add this formula field to your report to display time values.

추가 자원

Build a Formula Field 

Knowledge 기사 번호

000383792

 
로드 중
Salesforce Help | Article