Added comments
This commit is contained in:
parent
40c8e20e70
commit
7ada9de3a1
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ where
|
||||||
or lower(metric) like '%damage host%'
|
or lower(metric) like '%damage host%'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
-- If metric is Churn Rate or Expected MRR, do not show month in progress
|
-- If metric is Churn Rate or Expected MRR, do not show month in progress.
|
||||||
|
-- Unlike other revenue metrics, Expected MRR is calculated for the next month,
|
||||||
|
-- so it is not affected by the invoicing cycle.
|
||||||
and not (
|
and not (
|
||||||
(lower(metric) like '%churn rate%' or lower(metric) like '%mrr%')
|
(lower(metric) like '%churn rate%' or lower(metric) like '%mrr%')
|
||||||
and is_current_month = true
|
and is_current_month = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue