Removed first_time_booked_deals metric
This commit is contained in:
parent
88e86ea9ed
commit
cea7cdb34d
2 changed files with 3 additions and 14 deletions
|
|
@ -82,15 +82,6 @@
|
|||
},
|
||||
{
|
||||
"order_by": 21,
|
||||
"metric": "First Time Booked Deals",
|
||||
"value": "first_time_booked_deals",
|
||||
"previous_year_value": "previous_year_first_time_booked_deals",
|
||||
"relative_increment": "relative_increment_first_time_booked_deals",
|
||||
"number_format": "integer",
|
||||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 22,
|
||||
"metric": "Deals Booked in Month",
|
||||
"value": "deals_booked_in_month",
|
||||
"previous_year_value": "previous_year_deals_booked_in_month",
|
||||
|
|
@ -99,7 +90,7 @@
|
|||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 23,
|
||||
"order_by": 22,
|
||||
"metric": "Deals Booked in 6 Months",
|
||||
"value": "deals_booked_in_6_months",
|
||||
"previous_year_value": "previous_year_deals_booked_in_6_months",
|
||||
|
|
@ -108,7 +99,7 @@
|
|||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 24,
|
||||
"order_by": 23,
|
||||
"metric": "Deals Booked in 12 Months",
|
||||
"value": "deals_booked_in_12_months",
|
||||
"previous_year_value": "previous_year_deals_booked_in_12_months",
|
||||
|
|
@ -117,7 +108,7 @@
|
|||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 25,
|
||||
"order_by": 24,
|
||||
"metric": "Churning Deals",
|
||||
"value": "churning_deals",
|
||||
"previous_year_value": "previous_year_churning_deals",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue