您在此处:
计算见解:来自直接销售的车辆收入
来自直接销售的车辆收入计算见解汇总了原始设备制造商为特定车辆创造的终身收入。直接销售的车辆收入会考虑特定车辆的销售订单。

使用更普遍的搜索词。
选择更少的筛选器,并扩大搜索范围。
来自直接销售的车辆收入计算见解汇总了原始设备制造商为特定车辆创造的终身收入。直接销售的车辆收入会考虑特定车辆的销售订单。
| 适用于:Enterprise、Unlimited 和 Developer Edition |
以下是逻辑的细分。
| 表达式 | 描述 |
|---|---|
SELECT SUM(ssot__RebateClaim__dlm.ssot__ClaimAmount__c) AS
DealerAmount__c, ssot__Vehicle__dlm.ssot__VehicleIdentificationNumber__c AS
VIN__c
|
将总和聚合函数应用于返利申请对象中的索赔金额字段,并为其分配别名DealerAmount__c。从车辆对象中提取车辆识别号字段,并为其分配别名VIN__c。 |
FROM ssot__RebateClaim__dlm JOIN ssot__Vehicle__dlm ON
(ssot__RebateClaim__dlm.ssot__VehicleId__c =
ssot__Vehicle__dlm.ssot__Id__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.