Addressed comments

This commit is contained in:
Joaquin 2025-04-16 16:18:14 +02:00
parent 2c7e396c2c
commit e8cab61787
11 changed files with 42 additions and 52 deletions

View file

@ -177,8 +177,6 @@ select
-- APIs REVENUE --
invoiced_revenue.xero_apis_net_fees_in_gbp,
invoiced_revenue.xero_e_deposit_net_fees_in_gbp,
invoiced_revenue.xero_check_in_hero_api_net_fees_in_gbp,
invoiced_revenue.xero_screen_and_protect_api_net_fees_in_gbp,
invoiced_revenue.xero_guesty_net_fees_in_gbp,
-- HOST RESOLUTIONS --

View file

@ -683,10 +683,10 @@
},
{
"order_by": 248,
"metric": "Invoiced Screen & Protect API Revenue",
"value": "xero_screen_and_protect_api_net_fees_in_gbp",
"previous_year_value": "previous_year_xero_screen_and_protect_api_net_fees_in_gbp",
"relative_increment": "relative_increment_xero_screen_and_protect_api_net_fees_in_gbp",
"metric": "Invoiced Screen & Protect Revenue",
"value": "xero_screen_and_protect_net_fees_in_gbp",
"previous_year_value": "previous_year_xero_screen_and_protect_net_fees_in_gbp",
"relative_increment": "relative_increment_xero_screen_and_protect_net_fees_in_gbp",
"number_format": "currency_gbp",
"increment_sign_format": "positive",
"display_exclusion": "INVOICING",

View file

@ -232,7 +232,7 @@ with
invoiced_revenue.xero_apis_net_fees_in_gbp,
invoiced_revenue.xero_e_deposit_net_fees_in_gbp,
invoiced_revenue.xero_check_in_hero_api_net_fees_in_gbp,
invoiced_revenue.xero_screen_and_protect_api_net_fees_in_gbp,
invoiced_revenue.xero_screen_and_protect_net_fees_in_gbp,
invoiced_revenue.xero_guesty_net_fees_in_gbp,
-- HOST RESOLUTIONS --
@ -486,11 +486,7 @@ select
{{ calculate_safe_relative_increment("xero_apis_net_fees_in_gbp") }},
{{ calculate_safe_relative_increment("xero_e_deposit_net_fees_in_gbp") }},
{{ calculate_safe_relative_increment("xero_check_in_hero_api_net_fees_in_gbp") }},
{{
calculate_safe_relative_increment(
"xero_screen_and_protect_api_net_fees_in_gbp"
)
}},
{{ calculate_safe_relative_increment("xero_screen_and_protect_net_fees_in_gbp") }},
{{ calculate_safe_relative_increment("xero_guesty_net_fees_in_gbp") }},
-- HOST RESOLUTIONS --