Returns all base members that are associated with a specified attribute member.
Attribute ( member )
member | Specification of a member from an attribute dimension. |
The following query
SELECT {[Year].Children} ON COLUMNS, Attribute ([Ounces_12]) ON ROWS FROM Sample.Basic
returns the grid:
Qtr1 | Qtr2 | Qtr3 | Qtr4 | |
---|---|---|---|---|
Cola | 5096 | 5892 | 6583 | 5206 |
Diet Cola | 1359 | 1534 | 1528 | 1287 |
Old Fashioned | 1697 | 1734 | 1883 | 1887 |
Sasparilla | 1153 | 1231 | 1159 | 1093 |
Diet Cream | 2695 | 2723 | 2855 | 2820 |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |