Returns the first child of the input member.
Syntax
member.FirstChildFirstChild ( member )| Parameter | Description |
|---|---|
A member specification. If a level-0 member, the output of FirstChild is an empty member. |
Example
SELECT
{[Qtr1].firstchild}
ON COLUMNS,
{[Market].[Central].lastchild}
ON ROWS
FROM Sample.Basic| (axis) | Jan |
|---|---|
| Colorado | 585 |
See Also