DimensionList
Overview
Lists the dimensions. Is the layout for DimensionListDef.
Properties
Name | Description | Type |
---|---|---|
qItems | Information about the list of dimensions |
Array of NxContainerEntry |
Example
"qDimensionList": {
"qItems": [
{
"qInfo": {
"qId": "Dim01",
"qType": "Dimension"
},
"qData": {}
},
{
"qInfo": {
"qId": "Dim02",
"qType": "Dimension"
},
"qData": {}
}
]
}