Skip to content

Commit a3562c4

Browse files
committed
chore: add changeset for dataset-measure currency
1 parent 4cd46eb commit a3562c4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@objectstack/spec": minor
3+
"@objectstack/service-analytics": minor
4+
---
5+
6+
Propagate a dataset measure's declared currency to the analytics result field.
7+
8+
Adds an optional `DatasetMeasure.currency` (ISO 4217) on the semantic layer and
9+
carries it onto each measure result field alongside `label`/`format`, so a
10+
currency-aware client (Intl symbol) can render `¥1,234` / `$616,000` from a real
11+
currency code instead of a plain number or a `$` baked into `format`. Additive
12+
and optional — existing datasets are unaffected.

0 commit comments

Comments
 (0)