You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

The report is designed to highlight key performance indicators (KPIs) for the dealership, specifically addressing metrics related to Potential Customers, Leads, Opportunities, Financing, and Service Contracts generated during the specified timeframe. 

The analysis encompasses selected branches accessible to the user. Additionally, various ratios, including Leads, Opportunities, Test Drives, Bookings (Orders), Financing, and Service Contracts, are calculated throughout the report.

Report Identity

Code

7K8VjgRcZ0WSoQYnj0bTNQ

Name

Sales Advisor Performance

Filename

Sales Advisor Performance.trdx

Description

Sales Advisor Performance

Resource Code

OD0013542

Parameters

DescriptionField (U_IDMS_ParamName)U_IDMS_Entity

Provided by UI

ValuesDefault ValueMandatory
Date fromDateFrom
YES

YES
Date ToDateTo
YES

YES
BranchBranchIDMS_DIMBRANCH_VIEWYES

NO
Sales AdvisorSalesAdvisor
YES

NO
Inquiry SourceInqSource
YES

NO
Inquiry ChannelInqChannel
YES

NO
MakeMakeIDMS_MakeViewYES

NO
LocationLocationIDMS_DIMLOCATION_VIEWYES

NO
Include Internal InquiriesIncludeInternalInquiries
YESYES / NONOYES
Include Unknown Interest TypeIncludeUnknownInterest
YESYES / NONOYES
Group by BranchGroupByBranch
YESYES / NONOYES

The above parameters can be found in the @IDSM_TR_PARAMETER table (filtered by U_IDMS_ReportCode).


Report Layout 

Report Calculation Logic 

Headers (highlighted with green)

FieldDescription
Report NameThe standard Name of the report. 
Date TimeShow the report execution date (day of the week, month, date, time)
User NameName of the User who executed a report
Date PeriodSelected "Period of time" from the parameters
Branch

Selected "Branch" from the parameters.

If not selected then bring data about all branches of the Company

Sales Advisor

Selected "Sales Advisor" from the parameters

If not selected then bring data about all Sales Advisors

Make

Selected "Make" from the parameters

If not selected then bring data about all Makes

Inquiry Source

Selected "Inquiry Source" from the parameters

If not selected then bring data about all Inquiry Sources

Inquiry Channel

Selected "Inquiry Channel" from the parameters

If not selected then bring data about all Inquiry Channels

Location

Selected "Location" from the parameters.

If not selected then bring data about all locations of the Company

Include Internal

If NO, it will exclude all entities created internally

If YES, it will include entities created internally

Include Unknown

If NO, it will exclude all Inquiries with Interest Type Unknown

If YES, it will include all Inquiries with Interest Type Unknown

Group by Branch

If NO, it will not be grouped by Branch

If YES, it will be grouped by Branch

Body (purple section)

Report Column

U_IDMS_EventTypeCode (values)

Workflow Transition/State

Description
Sales Advisor


Inquiries Assigned


Inquiries Converted


Inquiries Disqualified


Open Leads


Open Opportunities


Events Test Drives




Events Offers




Events  Offers Follow Up




Events Orders




Events Cancellations




Event Deliveries




Cases Won




Cases Lost




Lead Nr.n/an/aNr. of Leads created within DSW and/or converted from Inquiry
Lead Ration/an/a(Fields.NrOfLeads * 100) / Fields.NrOfInquiries
Opportunities Nr.n/an/aNr. of Opportunities created within DSW and/or converted from Inquiry and/or Leads
Opportunities Ration/an/a(Fields.NrOfOpportunities * 100) / Fields.NrOfInquiries
Ratio Test DrivesCurrentWeekTestDriveTransition IN* → Execute Test Drive & Receive Vehicle

(Fields.NrOfTestDrives * 100) / Fields.NrOfTotalLeadsOpps

Ratio BookingsCurrentWeekOrdersTransition IN*→ Order(Fields.NrOfBookings * 100) / Fields.NrOfTotalLeadsOpps
Financing Nr.n/an/aNumber of realised**/actual financing
Financing Ration/an/a(Fields.NrOfFinanceContracts * 100) / Fields.NrOfTotalLeadsOpps
Service Contracts Nr.n/an/aNumber of realized***/actual service contracts
Service Contracts Rationn/an/a(Fields.NrOfExtendedPenetration * 100) / Fields.NrOfTotalLeadsOpps
Sales / Orders Booked MTDCurrentWeekOrdersTransition IN*→ OrderNumber of order events for the current month
Deliveries MTD

CurrentWeekCarDeliveries

+

CurrentWeekClassifications

Transition IN* → Delivery CompletedNumber of delivery events for the current month

* Transition IN: the record that will be considered by the event, is created when the user selects the relevant transition and saves. 

** Realised financing: financing that has been applied. Stored in "@IDMS_REALFINANCING". Related to "@IDMS_DOCUMENT" ( DocEntry for type Order ) < – > "@IDMS_REALFINANCING" ( U_IDMS_DocumentDocEntry ). If more than one record exists, calculate it as one.

*** Realised service contracts: service contracts that have been applied. Stored in "@IDMS_CNTRCT_REAL". Related to "@IDMS_DOCUMENT" ( DocEntry for type Order ) < – > "@IDMS_CNTRCT_REAL" ( U_IDMS_RelatedDocumentCode ). If more than one record exists, calculate it as one.

Description:

The report National Dealership filters Inquiries, Leads, and Opportunities according to the initial parameters provided. The main filters are the period and Internal Inquiries. The report finds all relevant events (U_IDMS_EventTypeCode) to the VISIT event with a Visit Event DATE within the selected period. In addition, the report excludes EVENTS that are related to LEADS with VOIs with non-existing Model in the Model tree.

  • UI parameters
    • Period (based on the Visit "Event Date")
    • Branch (according to user dimensions permissions)
    • Location (according to user dimensions permissions)
    • Make Code (according to user dimensions permissions)
    • Family Name 
    • Internal Inquiries (based on “U_IDMS_IsSystemic” is 1 or 0) 

 and displays the summary of the “event types” as per below:

  • Test Drive as NrOfTestDrives
  • Order as NrOfOrders
  • Delivery as NrOfDeliveriesMTD

Fields considered from table "@IDMS_EVNTRESULT"

The following fields from the table @IDMS_EVNTRESULT are taken into consideration: 

  • Dates: "U_IDMS_EventDate" field
  • BranchCode: "U_IDMS_Prop2Code" field
  • MakeCode: "U_IDMS_Prop1Code" 
  • LocationCode: "U_IDMS_Prop5Code"
  • ModelCode: "U_IDMS_ModelCode"
  • FamilyCode: "U_CrFm"
  • VOI: "U_IDMS_VOICode"
  • No labels