Returns attribute member, dimension, and name information for given attribute members.
GETATTRINFO mbrName
mbrName | Full attribute member name, as defined in Outline Editor properties. Example:Intro Date_07-26-1996 |
This command returns the following information for a member of an attribute dimension:
20
for the attribute member named Ounces_20
.GETMEMBERS "Intro Date";
returns:Intro Date_12-10-1996 Intro Date_10-01-1996 Intro Date_07-26-1996 Intro Date_06-26-1996 Intro Date_04-01-1996 Intro Date_03-25-1996 Intro Date_09-27-1995 Intro Date
GETATTRINFO "Caffeinated_True";
Returns:
Member info of [caffeinated_true] ------------------------------------ MbrName : Caffeinated_True DimName : Caffeinated Attribute Type : Boolean Attribute Value : True
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |