|
发表于 2014-3-16 07:17:36
|
显示全部楼层
Hi Robert,
I don't understand completely what you*re trying to do or expecting from MEMBER_.
[fiscal-year].Members will give you the Principal element names of the dimension elements.
Assuming you mention an alias and want to retrieve the principal element name (in this pdata example [ann茅e] is the french name (alias) for the [Year] element in dimension [month])
SELECT {[month].[ann茅e].children]} DIMENSION PROPERTIES MEMBER_CAPTION ON COLUMNS,
{[region].[Americas].children} DIMENSION PROPERTIES MEMBER_NAME ON ROWS
FROM SalesCube
WHERE ([actvsbud].[Budget], [model].[T Series], [account1].[Sales])
then labels will be:
1 Quarter 2 Quarter 3 Quarter 4 Quarter
North America 820276,7648 682765,5616 674946,0382 900200,7685
South America 64614,0362 50544,9995 51564,7855 70097,3488
HTH,
Marcus |
|