Excel Client:ElemIsAncle: Difference between revisions

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


==Example ==
==Example ==
<span {{CoPFormel}}>ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“)</span><br>  
<span {{CoPFormel}}>ElemIsAncle("CopDim.dim_sys_zeit";"JAN 2005"; "dim_sys_zeit")</span><br>  
returns True
returns True



Latest revision as of 14:50, 15 April 2014

Function

ElemIsAncle(Dimension, Ancle, Parent)

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

Parameter Description
Dimension The dimension to which the operation applies.
Ancle Grandchild element
Parent Parent Element

Example

ElemIsAncle("CopDim.dim_sys_zeit";"JAN 2005"; "dim_sys_zeit")
returns True