您在此处:
计算见解:来自零件销售的车辆收入
零件销售的车辆收入计算见解汇总了特定车辆的零件和配件销售产生的终身收入。零件销售的车辆收入考虑了原始设备制造商和销售门店销售的备件和配件。

使用更普遍的搜索词。
选择更少的筛选器,并扩大搜索范围。
零件销售的车辆收入计算见解汇总了特定车辆的零件和配件销售产生的终身收入。零件销售的车辆收入考虑了原始设备制造商和销售门店销售的备件和配件。
| 适用于:Enterprise、Unlimited 和 Developer Edition |
以下是逻辑的细分。
| 表达式 | 描述 |
|---|---|
SELECT
SUM(ssot__LoyaltyTransactionJournal__dlm.ssot__TransactionAmount__c) AS
PartsAmt__c
|
将总和聚合函数应用于忠诚会员交易日记帐对象中的交易金额字段,并为其分配别名PartsAmt__c。 |
ssot__Vehicle__dlm.ssot__VehicleIdentificationNumber__c AS
VIN__c
|
从车辆对象中提取车辆识别号字段,并为其分配别名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.