Dimension Member Properties in Excel Column
I need to show users certain properties (customer dimension attributes) associated with a given list of members.
For example, I'd want my list of products down the rows in Column A, their size in Ounces (a custom attribute) in column B, and then their annual sales in column C.
I can't find any way to including the attribute info using SmartView alone. But, I can write an MDX query using (EAS MDX Editor) that includes this info via the DIMENSION PROPERTIES and PROPERTY_EXPR functions.
However, when I 'Execute MDX' in SmartView, the column with the Axis-1.properties is dropped.