위치:
계산된 인사이트: 부품 판매로 인한 차량 매출
부품 세일즈의 차량 매출 계산된 인사이트는 특정 차량의 부품 및 부속품 판매로 인해 생성된 평생 매출을 집계합니다. 부품 판매로 인한 차량 매출은 원래 장비 제조업체 및 딜러가 판매한 예비 부품 및 부속품을 고려합니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
부품 세일즈의 차량 매출 계산된 인사이트는 특정 차량의 부품 및 부속품 판매로 인해 생성된 평생 매출을 집계합니다. 부품 판매로 인한 차량 매출은 원래 장비 제조업체 및 딜러가 판매한 예비 부품 및 부속품을 고려합니다.
| 지원 제품: 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
|
충성도 트랜잭션 저널의 외부 레코드 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.