LastChild

Returns the last child of the input member.

Syntax

member.LastChild
LastChild ( member )
ParameterDescription

member

A member specification.

Example

SELECT
  {[Qtr1].firstchild} 
ON COLUMNS,
  {[Market].[Central].lastchild} 
ON ROWS
FROM Sample.Basic
(axis)Jan
Colorado585

See Also