Modified mtd filter
This commit is contained in:
parent
8c52049f86
commit
80f42d5426
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ with
|
||||||
) as pp_value
|
) as pp_value
|
||||||
from int_kpis__product_guest_daily_metrics dm, date_ranges dr
|
from int_kpis__product_guest_daily_metrics dm, date_ranges dr
|
||||||
where
|
where
|
||||||
dm.date_day >= dr.py_year_start
|
dm.date_day >= dr.py_month_start
|
||||||
and extract(day from date_day) <= dr.current_day_of_month
|
and extract(day from date_day) <= dr.current_day_of_month
|
||||||
group by
|
group by
|
||||||
metric, has_payment, has_id_check, main_billing_country_iso_3_per_deal
|
metric, has_payment, has_id_check, main_billing_country_iso_3_per_deal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue