Click to Rate and Give Feedback

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
Item (Member) (MDX)

Returns a member from a specified tuple.

Tuple_Expression.Item( Index )
Tuple_Expression

A valid Multidimensional Expressions (MDX) expression that returns a tuple.

Index

A valid numeric expression that specifies the specific member by position within the tuple to be returned.

The Item function returns a member from the specified tuple. The function returns the member found at the zero-based position specified by Index.

Example

The following example returns [1999]:

([1999],Sales, [2000],Sales).Item(0)

The following example returns [1996], if [1996] is the first member in the Year level of the Fiscal hierarchy in the Time dimension:

Time.Fiscal.Year.Members.Item(0)

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker