Scenario
Create Saved Search to count number of converted Quotes to Sales Orders.
Solution
- Navigate to Reports > Saved Searches > All Saved Searches > New
- Click Transaction
- Search Title: Enter Title
- Click Criteria
- Click Standard
- Filter:
- Select Type
- Type: Select Estimate, Sales Order
- Click Set
- Select Main Line
- Main Line: Select Yes
- Click Set
- Select Type
- Click Results
- Click Columns
- Field:
- Select Sales Rep
- Summary Type: Select Group
- Select Formula(Text)
- Formula: Enter CASE WHEN {type} = 'Estimate' THEN {number} END
- Summary Type: Select Count
- Summary Label: Enter Number of Quote / Estimate created per Sales Rep
- Select Formula(Text)
- Formula: Enter CASE WHEN {type} = 'Sales Order' THEN {number} END
- Summary Type: Select Count
- Summary Label: Enter Number of Sales Order created per Sales Rep
- Select Formula(Text)
- Formula: Enter CASE WHEN {createdfrom} LIKE '%Estimate%' THEN {number} END
- Summary Type: Select Count
- Summary Label: Enter Number of Quotes Converted to Sales Order
- Select Formula(Numeric)
- Formula: Enter COUNT(CASE WHEN {createdfrom} LIKE '%Estimate%' THEN {number} END)/NULLIF(COUNT(CASE WHEN {type} = 'Estimate' THEN {number} END),0)
- Summary Type: Select Sum
- Summary Label: Enter Percent of Quotes Converted to SO (# of converted quotes/#of quotes)
- Select Sales Rep
- Click Available Filters
- Filter:
- Select Date
- Show in Filter Region: Enter Checkmark
- Select Sales Rep
- Show in Filter Region: Enter Checkmark
- Select Date
- Click Save & Run