Excel Client:ElemIsChild: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemIsChild(Dimension, Child, Parent) == This returns a value of True if Child is a Child of Parent. Otherwise it returns a value of False. The value of False is also returned…'
 
No edit summary
Line 1: Line 1:
==ElemIsChild(Dimension, Child, Parent) ==
==ElemIsChild(Dimension, Child, Parent) ==


This returns a value of True if Child is a Child of Parent. Otherwise it returns a value of False. The value of False is also returned if Child or Parent is not present as an element in the dimension.  
This [[Excel_Client:Functions_(Formulas)|function]] returns a value of True if Child is a Child of Parent. Otherwise it returns a value of False. The value of False is also returned if Child or Parent is not present as an element in the dimension.  


===Parameter===
===Parameter===

Revision as of 08:14, 7 May 2010

ElemIsChild(Dimension, Child, Parent)

This function returns a value of True if Child is a Child of Parent. Otherwise it returns a value of False. The value of False is also returned if Child or Parent is not present as an element in the dimension.

Parameter

Dimension Dimension auf die Bezug genommen wird
Child Childelement
Parent ParentElement


Example

Function Result
ElemIsChild(„Zeit“;“JAN 2005“; „2004“) False