您位於此處:
已計算洞察:來自零件銷售的車輛收入
「來自零件銷售的車輛收入」已計算洞察會彙總從銷售特定車輛零件和配件產生的終身使用收入。零件銷售的車輛收入會考量原始設備製造商和經銷商銷售的備用零件和配件。

使用較常見的搜尋字詞。
選取較少篩選條件以擴大您的搜尋。
「來自零件銷售的車輛收入」已計算洞察會彙總從銷售特定車輛零件和配件產生的終身使用收入。零件銷售的車輛收入會考量原始設備製造商和經銷商銷售的備用零件和配件。
| 提供版本:Enterprise、Unlimited 及 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
|
從「車輛」物件 ⁇ 取「車輛識別碼」欄位,並為其指派別名 VIN__c。 |
FROM ssot__LoyaltyTransactionJournal__dlm JOIN
ssot__Vehicle__dlm ON
(ssot__LoyaltyTransactionJournal__dlm.ssot__ExternalRecordId__c
|
將「忠誠度交易日誌」上的「外部記錄識別碼」欄位與「車輛」物件上的「識別碼」欄位進行比對,以聯結「忠誠度交易日誌」和「車輛」物件中的資料。 |
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.