/
CHILDREN
CHILDREN
Description:
This function is used to return the set of children of a specified member.
Syntax:
Member_Expression.Children
Return Type:
SET
Parameters:
Parameter | Description |
---|---|
Member_Expression | It is a valid MDX expression that returns a member. |
Example:
select [Measures].[Internet Average Sales Amount] on columns , [Product].[Product Categories].[Category].&[Accessories].children
on rows from [AdventureWorksMF]
, multiple selections available,
Related content
CURRENTMEMBER
CURRENTMEMBER
More like this
ANCESTORS
ANCESTORS
More like this
ALLMEMBERS
ALLMEMBERS
More like this
ANCESTOR
ANCESTOR
More like this
ANCENDANTS
ANCENDANTS
More like this
COUNT
COUNT
More like this
Copyright Kyvos, Inc. All rights reserved.