Fixed models for mtd_aggregated_metrics
This commit is contained in:
parent
6caac0bb02
commit
87bee4a95a
4 changed files with 83 additions and 15 deletions
|
|
@ -17,7 +17,8 @@ select
|
|||
metric as metric,
|
||||
value as value,
|
||||
previous_year_value as previous_year_value,
|
||||
relative_increment as relative_increment
|
||||
relative_increment as relative_increment,
|
||||
relative_increment_with_sign_format as relative_increment_with_sign_format
|
||||
from int_mtd_aggregated_metrics
|
||||
/*
|
||||
The following where condition is applied to avoid displaying revenue metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue