Excel Client:ElemIsAncle: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
===Parameter===
===Parameter===


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width="50%"
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
Line 21: Line 21:
===Example ===
===Example ===


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width="50%"
|-
|- {{Tabellentitel}}  
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|width="200pt" |Function
|style=background-color:#f6f6f6 |'''Result '''
|Result
|-
|-
|ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“)  
|ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“)  

Revision as of 09:41, 6 March 2012

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

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


Example

Function Result
ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“) True