위치:
계산된 인사이트: 수리 주문의 차량 매출
수리 주문에서 차량 매출이 계산된 인사이트는 특정 차량에 대한 서비스, 수리, 서비스 점검 활동에서 생성된 평생 매출을 집계합니다. 수리 주문의 차량 매출은 기본 장비 제조업체와 딜러가 모두 수행한 서비스를 고려합니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
수리 주문에서 차량 매출이 계산된 인사이트는 특정 차량에 대한 서비스, 수리, 서비스 점검 활동에서 생성된 평생 매출을 집계합니다. 수리 주문의 차량 매출은 기본 장비 제조업체와 딜러가 모두 수행한 서비스를 고려합니다.
| 지원 제품: Enterprise, Unlimited, Developer Edition |
다음은 논리의 분석입니다.
| 표현식 | 설명 |
|---|---|
SELECT SUM(ssot__WorkOrder__dlm.ssot__TotalPriceAmount__c)
AS RepairAmount__c, ssot__Vehicle__dlm.ssot__VehicleIdentificationNumber__c AS
VIN__c
|
작업 주문 개체의 가격 총액 필드에 SUM 집계 함수를 적용하고 별칭 RepairAmount__c를 할당합니다. 차량 개체에서 차량 식별 번호 필드를 추출하고 별칭 VIN__c를 할당합니다. |
FROM ssot__WorkOrder__dlm JOIN ssot__WorkOrderItem__dlm ON
ssot__WorkOrder__dlm.ssot__Id__c =
ssot__WorkOrderItem__dlm.ssot__WorkOrderId__c
|
작업 주문 항목 개체의 작업 주문 ID 필드를 작업 주문 개체의 ID 필드와 일치시켜 작업 주문 및 작업 주문 항목 개체의 데이터를 조인합니다. |
| ssot__Asset__dlm 켜기(ssot__WorkOrder__dlm.ssot__AssetId__c = ssot__Asset__dlm.ssot__Id__c) | 자산 개체의 ID 필드를 작업 주문 개체의 자산 ID 필드와 일치시켜 자산 및 작업 주문 개체의 데이터를 조인합니다. |
| ssot__Vehicle__dlm 켜기(ssot__Asset__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.