Attribute

Returns all base members that are associated with a specified attribute member.

Syntax

Attribute ( member )
ParameterDescription

member

Specification of a member from an attribute dimension.

Example

The following query

SELECT
 {[Year].Children}
ON COLUMNS, 
 Attribute ([Ounces_12])
ON ROWS
FROM Sample.Basic

returns the grid:

(axis)Qtr1Qtr2Qtr3Qtr4
Cola5096589265835206
Diet Cola1359153415281287
Old Fashioned1697173418831887
Sarsaparilla1153123111591093
Diet Cream2695272328552820

See Also

  • WithAttr