Lists member properties (also known as attribute relationships) that will be shown on the grid for a specific hierarchy level. This object is used in the slice.memberProperties configuration. Only for the "microsoft analysis services"
data source type.
{ levelName: string, properties: string[] }
Example with the MemberPropertyObject:
slice: {Live example
// Other slice properties
memberProperties: [
{
levelName: "[Reseller].[Reseller].[Reseller]",
properties: [
"Bank Name",
"Address",
"Phone"
]
}
]
}