Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 fromDateFromn/aYESn/an/aYES
Date ToDateTon/aYESn/an/aYES
BranchBranchIDMS_DIMLOCATION_VIEWYESn/an/aNO
Sales Advisor

YESA drop-down list of Sales Advisors
NO
Inquiry Source


A drop-down list of Inquiry Sourcesn/aNO
Inquiry Channel


A drop-down list of Inquiry Channelsn/aNO
MakeMakeIDMS_MakeViewYESn/an/aNO
LocationLocationIDMS_DIMBRANCH_VIEWYESn/an/aNO
Include Internal InquiriesIncludeInternalInquiriesn/aYESYES / NONOYES
Include Unknown Interest Type

YESYES / NONOYES
Group by Branch

YESYES / NONOYES

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

Image Added

Image Added


Report Layout 

Image Added

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

Make

Selected "Make" from the parameters

If not selected then bring data about all Makes

Location

Selected "Location" from the parameters.

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

Family

Selected "Family" from the parameters.

If not selected then bring data about all families of Vehicles

Include Internal

If NO, it will exclude all entities created internally

If YES, it will include entities created internally

Body (purple section)

Report Column

U_IDMS_EventTypeCode (values)

Workflow Transition/State

Description

Dealer

n/an/aName of the Dealer

Potential Customer

n/an/aNr. of created Inquiries 
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"