サマリー形式のレポートで日付/時間型項目をグルーピングすると、日付表示になり、時間情報を含むグルーピングができません。これは、[集計期間単位] の最小単位が「日付」であるためです。代替案として、日付/時間型項目の時間部分をテキスト型に変換する数式項目を作成し、グルーピングを行うことで対応可能です。以下の数式サンプルを参考にしてください。
日付/時間型項目は日付および時間の情報を記録しています。しかしながら、サマリー形式のレポートにてグルーピングを行う場合は [集計期間単位] にて、どの単位で集計を行うか設定しますが、最小の単位は「日付」であるため、「日付/時間」の情報を元に集計することができません。
代替案として、日付/時間型項目の時間部分をテキスト型へ変換することで対応可能です。
ご参考までに、数式サンプルをご提供致します。 以下のような数式項目を作成し、グルーピングを行います。
サンプル
このサンプルは日付/時間型項目から時間のみを切り出します。
例: 2015/01/01 12:31 → 12:31
データ型:
数式
戻り値のデータ型:
テキスト
数式:
IF(VALUE(MID(TEXT(datetime__c), 12, 2)) + 9 > 24, TEXT(MOD(VALUE(MID(TEXT(datetime__c),12, 2)) + 9, 24)) , TEXT(VALUE(MID(TEXT(datetime__c),12, 2)) + 9)) + MID(TEXT(datetime__c), 14, 3)
※datetime__c は、日付/時間型項目の API 参照名へ置き換えます。
※上記の数式は、日本標準時間の場合です。
000387630

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.