DE.ISCHILD

Returns TRUE if a specified element is a child of a second specified element.

Syntax

DE.ISCHILD(Database alias,Dimension,Parent,Child)

Dimension is the name of the dimension which contains the elements, Parent is the parent and Child is the child.

Example

This formula returns "TRUE".

=DE.ISCHILD("Best Practices OLAP","Product","All Tires","Car Tires Summer")

Arguments to this function can be strings, or references to cells containing strings. If strings, they must be enclosed in quotes.