詳細情報:
計算済みインサイト: 部品販売からの車両収益
[Vehicle Revenue From Parts Sales (部品販売からの車両収益)] 計算済みインサイトは、特定の車両の部品と付属品の販売から生じた生涯収益を集計します。部品販売からの車両収益には、相手先商標製造会社と販売業者が販売した予備部品と付属品が考慮されます。

より一般的な検索語を使用する。
絞り込み条件を減らして、検索範囲を広げる。
[Vehicle Revenue From Parts Sales (部品販売からの車両収益)] 計算済みインサイトは、特定の車両の部品と付属品の販売から生じた生涯収益を集計します。部品販売からの車両収益には、相手先商標製造会社と販売業者が販売した予備部品と付属品が考慮されます。
| 使用可能なエディション: Enterprise Edition、Unlimited Edition、および Developer Edition |
ロジックの内訳を次に示します。
| 式 | 説明 |
|---|---|
SELECT
SUM(ssot__LoyaltyTransactionJournal__dlm.ssot__TransactionAmount__c) AS
PartsAmt__c
|
SUM 集計関数をロイヤルティ取引記録オブジェクトの [取引金額] 項目に適用し、エイリアス PartsAmt__c を割り当てます。 |
ssot__Vehicle__dlm.ssot__VehicleIdentificationNumber__c AS
VIN__c
|
車両オブジェクトから [車両 ID 番号] 項目を抽出し、エイリアス VIN__c を割り当てます。 |
FROM ssot__LoyaltyTransactionJournal__dlm JOIN
ssot__Vehicle__dlm ON
(ssot__LoyaltyTransactionJournal__dlm.ssot__ExternalRecordId__c
|
ロイヤルティ取引記録の [外部レコード ID] 項目を車両オブジェクトの ID 項目と照合して、ロイヤルティ取引記録オブジェクトと車両オブジェクトのデータを結合します。 |
GROUP BY VIN__c
|
結果を VIN__c でグループ化し、一意の各車両の部品販売を集計します。 |

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.