removed macro and kept all logic inside the model
This commit is contained in:
parent
78e2474a87
commit
ab179577b1
15 changed files with 52 additions and 53 deletions
|
|
@ -171,16 +171,13 @@ Provides a general assignement for the Dimensions available for each KPI
|
|||
] %}
|
||||
{% endif %}
|
||||
|
||||
{% if entity_name == "NEW_DASH" %}
|
||||
{% set additional_dimensions = additional_dimensions + [
|
||||
dim_has_upgraded_service(),
|
||||
dim_new_dash_version(),
|
||||
dim_pricing_service(),
|
||||
dim_pricing_business_type(),
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
{% if entity_name == "NEW_DASH_DEALS_OFFERED_SERVICES" %}
|
||||
{% if entity_name in [
|
||||
"NEW_DASH_CREATED_SERVICES",
|
||||
"NEW_DASH_CHARGEABLE_SERVICES",
|
||||
"NEW_DASH_ACCOMMODATION_OFFERED_SERVICES",
|
||||
"NEW_DASH_CREATED_BOOKINGS",
|
||||
"NEW_DASH_DEALS_OFFERED_SERVICES",
|
||||
] %}
|
||||
{% set additional_dimensions = additional_dimensions + [
|
||||
dim_has_upgraded_service(),
|
||||
dim_new_dash_version(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue