Versions Compared

Key

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

Introduction

The report focuses on presenting Sales Advisors KPIs, concerning Inquiries and Events-based metrics. The Sales Advisors are displayed even if they don’t have any Inquiries or Events associated in with the given period of time. We are focusing on the Inquiries transitions, by counting the Assigned, the Converted, the Disqualified, the Open Leads and Opportunities, and finally the number of Won / Lost cases. As for the Events, we are interested on in the Test Drives, the Offers and their follow-ups, the Orders, the Cancellations and the Deliveries within the selected Dates. Moreover, the same metrics on a Year To Date (YTD) period are also calculated.

Report Identity

Code

7K8VjgRcZ0WSoQYnj0bTNQ

Name

Sales Advisor Performance

Filename

Sales Advisor Performance.trdx

Description

Sales Advisor Performance

Resource Code

OD0013542

Procedure Name

IDMS_RPT_SALESADVISORPERFORMANCE_SP

Procedure Type

Stored Procedure

Parameters

DescriptionField (U_IDMS_ParamName)
U_IDMS_Entity
Description

Provided by UI

ValuesDefault ValueMandatory
Date fromDateFromCreate Date of InquiryYES

YES
Date ToDateToCreate Date of InquiryYES

YES
BranchBranch
IDMS_DIMBRANCH_VIEW
Based on the dimensions of the userYES

NO
Sales AdvisorSalesAdvisorThe user that the Inquiry is assigned toYES

NO
Inquiry SourceInqSourceAll Inquiry Sources created in the companyYES

NO
Inquiry ChannelInqChannelAll Inquiry Channels created in the companyYES

NO
MakeMake
IDMS_MakeView
All Makes based on the dimension permissions of the user that executes the reportYES

NO
LocationLocation
IDMS_DIMLOCATION_VIEW
All Locations based on the dimensions of the userYES

NO
Include Internal InquiriesIncludeInternalInquiries

based on “U_IDMS_IsSystemic” is 1 or 0):

    • Yes (“U_IDMS_IsSystemic” = 1) if the inquiry was created automatically from the System;
    • No (“U_IDMS_IsSystemic” = 0) if the inquiry was created through API or by the (plus) button in the inquiry grid list. 
YESYES / NONOYES
Include Unknown Interest TypeIncludeUnknownInterestInquiries that are created from an external system (e.g. landing pages)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 

Image RemovedImage 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 selected  the report will include data for all branches of in the Companycompany

Sales Advisor

Selected "Sales Advisor" from the parameters

If not selected then bring data about the report will include data for all Sales Advisorsadvisors

Make

Selected "Make" from the parameters

If not selected then bring data about all Makesthe report will include data for all makes

Inquiry Source

Selected "Inquiry Source" from the parameters

If not selected then bring data about all Inquiry Sourcesthe report will include data for all sources

Inquiry Channel

Selected "Inquiry Channel" from the parameters

If not selected then bring data about all Inquiry Channelsthe report will include data for all channels

Location

Selected "Location" from the parameters.

If not selected then bring data about the report will include data for all locations of in the Companycompany

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--Here we filter with the active employee that is connected with an active Sales person and belongs to a sales team.
Inquiries Assigned--Here we count the Inquiries that are assigned to the sales advisor as a Lead.
Inquiries Converted--Here we count the Inquiries that are assigned to the sales advisor as a Lead.
Inquiries Disqualified--Here we count the Inquiry that was disqualified from the button 'Disqualified'.
Open Leads--Counts open Leads converted from Inquiry.
Open Opportunities--Counts open Opportunities from Inquiry.

Events Test Drives

CurrentWeekTestDrive*Workflow Transition IN → Execute Test DriveThe Sum of TD events Events in Leads and Opportunities (Completed/Executed).

Events Offers

CurrentWeekOffers*Workflow Transition IN → Offer

The sum of Active Offers in Leads and Opportunities.

Events  Offers Follow Up

CurrentWeekOfferFollowUp** State IN → Offer Follow Up CallSum of Offer

The sum of closed Offer Follow Up

Call

in Leads and Opportunities per salesperson

(counts the closed activities that created from state Offer Follow Up Call)

Events Orders

CurrentWeekOrders*Workflow Transition IN→ OrderThe sum of Active Order in Leads and Opportunities.

Events Cancellations

CurrentWeekCancelations*Workflow Transition IN → Order CancelledSum The sum of Cancelled Order Cancelled per family (all the transitions Order Cancelled) in Leads and Opportunities per salesperson

Event Deliveries

CurrentWeekCarDeliveries 

*Workflow Transition IN → Delivery CompletedThe Sum sum of Completed Delivery in Leads and Opportunities.

Cases Won

--The sum of Case Won in the Leads and Opportunities Grid Lists

Cases Lost

--The sum of Case Lost in the Leads and Opportunities Grid Lists

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

** State IN: the record that will be considered by the event, is created when closing the activity of the STATE, during the selection of the next activity in the STATE (transition).

Description:

UI parameters

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)
    • Inquiry Source (according to ...)
    • Inquiry Channel (according to ...)
    • Make Code (according to user dimensions permissions)
    • Location (according to user dimensions permissions)
    • Internal Inquiries (based on “U_IDMS_IsSystemic” is 1 or 0) 
    • Include Unknown Interest Type (based on "U_IDMS_InqIntTypCode")
    • Group by Branch (based on "U_IDMS_DIM_Branch")

Fields considered from table "@IDMS_EVNTRESULT"

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

...

results can be presented in two different layouts depending on the value of the user-defined parameter “Group By Branch”. The first layout shows the list of all eligible Sales Advisors, whereas the second one shows the list of all eligible Sales Advisors inside their reporting Branch. This is clearly shown in the next images.

By Salesperson:

Image Added


By Branch

Image Added


Feature: 

Jira
showSummaryfalse
serverJira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId5fbd9be4-6148-31e7-9b86-a0f0ad3a1df8
keyUMA-20

Test: 

Jira
showSummaryfalse
serverJira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId5fbd9be4-6148-31e7-9b86-a0f0ad3a1df8
keyUMA-1079

...