Excel Client:ElemIsChild: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 21: Line 21:


==Example ==
==Example ==
<span {{CoPFormel}}>ElemIsChild(„Zeit“;“JAN 2005“; „2004“)</span><br>  
<span {{CoPFormel}}>ElemIsChild("Zeit";"JAN 2005"; "2004")</span><br>  
returns False
returns False



Latest revision as of 14:49, 15 April 2014

Function

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 Description
Dimension The dimension to which the operation applies.
Child Childelement
Parent ParentElement

Example

ElemIsChild("Zeit";"JAN 2005"; "2004")
returns False