Attribute

EssbaseのMDX Attribute関数は、指定された属性メンバーに関連付けられているすべての基本メンバーを返します。

構文

Attribute ( member )

パラメータ

member

属性ディメンションからのメンバーの指定。

次の問合せ:

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

返すグリッド:

表4-37 MDX例からの出力グリッド

(軸) Qtr1 Qtr2 Qtr3 Qtr4
Cola 5096 5892 6583 5206
Diet Cola 1359 1534 1528 1287
Old Fashioned 1697 1734 1883 1887
Sarsaparilla 1153 1231 1159 1093
Diet Cream 2695 2723 2855 2820

関連項目

WithAttr