위치:
계산된 인사이트: 직접 판매로 인한 차량 매출
다이렉트 세일즈의 차량 매출 계산된 인사이트는 기본 장비 제조업체가 특정 차량에 대해 생성한 평생 매출을 집계합니다. 직접 판매로 인한 차량 매출은 특정 차량에 대한 세일즈 주문을 고려합니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
다이렉트 세일즈의 차량 매출 계산된 인사이트는 기본 장비 제조업체가 특정 차량에 대해 생성한 평생 매출을 집계합니다. 직접 판매로 인한 차량 매출은 특정 차량에 대한 세일즈 주문을 고려합니다.
| 지원 제품: Enterprise, Unlimited, Developer Edition |
다음은 논리의 분석입니다.
| 표현식 | 설명 |
|---|---|
SELECT SUM(ssot__RebateClaim__dlm.ssot__ClaimAmount__c) AS
DealerAmount__c, ssot__Vehicle__dlm.ssot__VehicleIdentificationNumber__c AS
VIN__c
|
리베이트 청구 개체의 청구 금액 필드에 SUM 집계 함수를 적용하고 별칭 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.