In order to increase the usage and the adoption of Custom Widgets within the Optimized Story Experience, excitingly, we introduce with QRC2 2024 the support of the Universal Account Model (UAM) with Custom Widget.
As a story designer, you can connect a custom widget to the universal account model and depending on the selected model type the built-in builder panel will display Accounts, Measures, or both.
For the Custom Widget which contains the data binding, it can smoothly support the UAM model. The developer of the Custom Widget does not need to update the contribution JSON file. When you link the Custom Widget with an UAM model, the data returned to the custom widget will maintain the same structure.
For example:
{
"data": [
{
"dimensions_0": {
"id": "Amount",
"label": "Amount"
},
"mainStructureMembers_0": {
"raw": 3776499582.02,
"formatted": "3,776,499,582.02"
}
},
{
"dimensions_0": {
"id": "Quantity",
"label": "Quantity"
},
"mainStructureMembers_0": {
"raw": 21557566,
"formatted": "21,557,566"
}
}
],
"metadata": {
"feeds": {
"mainStructureMembers": {
"values": [
"mainStructureMembers_0"
],
"type": "mainStructureMember"
},
"dimensions": {
"values": [
"dimensions_0"
],
"type": "dimension"
}
},
"dimensions": {
"dimensions_0": {
"id": "@MeasureDimension",
"description": "Measures"
}
},
"mainStructureMembers": {
"mainStructureMembers_0": {
"id": "[Account].[parentId].&[Total Assets]",
"label": "Total Assets",
"isNode": true,
"isCollapsed": false
}
}
},
"state": "success"
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
9 | |
8 | |
8 | |
7 | |
7 | |
6 |