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

@ -12,6 +12,7 @@ select
date as date,
previous_year_date as previous_year_date,
order_by as order_by,
number_format as number_format,
metric as metric,
value as value,
previous_year_value as previous_year_value,