Merged PR 2053: Added number_format category in mtd_aggregated_metrics

Added number_format category in mtd_aggregated_metrics

Related work items: #17458
This commit is contained in:
Oriol Roqué Paniagua 2024-06-17 14:59:01 +00:00
parent a686c16978
commit 4958976733
3 changed files with 161 additions and 32 deletions

View file

@ -217,7 +217,20 @@ models:
description: name of the business metric.
tests:
- not_null
- name: order_by
data_type: integer
description: |
order for displaying purposes. Null values are accepted, but keep
in mind that then there's no default controlled display order.
- name: number_format
data_type: text
description: allows for grouping and formatting for displaying purposes.
tests:
- accepted_values:
values: ['integer', 'percentage']
- name: value
data_type: numeric
description: |