Excel Client:ElemIsAncle: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==ElemIsAncle(Dimension, Ancle, Parent) ==
==[[Excel_Client:Functions_(Formulas)|Function]]==
 
<span {{CoPFormel}}>ElemIsAncle(Dimension, Ancle, Parent)</span>


This [[Excel_Client:Functions_(Formulas)|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.  
This [[Excel_Client:Functions_(Formulas)|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===
{| class="wikitable" width={{{breite|80%}}}
 
|- {{Tabellentitel}}
{| class="wikitable" width="50%"
| width="150px"|Parameter
| Description
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' 
|Dimension  
|The dimension to which the operation applies.  
|The dimension to which the operation applies.  
|-
|-
|style=background-color:#f6f6f6 |'''Ancle '''
|Ancle
|Grandchild element  
|Grandchild element  
|-
|-
|style=background-color:#f6f6f6 |'''Parent'''
|Parent
|Parent Element
|Parent Element
|-
|-
|}
|}


 
==Example ==
===Example ===
<span {{CoPFormel}}>ElemIsAncle("CopDim.dim_sys_zeit";"JAN 2005"; "dim_sys_zeit")</span><br>
 
returns True
{| class="wikitable" width="50%"
|- {{Tabellentitel}}  
|width="200pt" |Function
|Result
|-
|ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“)  
|True
|}
 


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Formulas|ElemIsAncle]]
[[Category:Excel_Client_Formulas|ElemIsAncle]]
[[de:Excel_Client:ElemIsAncle]]
[[de:Excel_Client:ElemIsAncle]]

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