We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd46eb commit a3562c4Copy full SHA for a3562c4
1 file changed
.changeset/dataset-measure-currency.md
@@ -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