Excel Client:ElemIsAncle: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemIsAncle(Dimension, Ancle, Parent) == This returns a value of True if the element Ancle is a “grandchild” of the element Parent. Otherwise it returns a value of False. …' |
No edit summary |
||
| Line 32: | Line 32: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category: | [[Category:Excel_Client_Formulas|ElemChildName]] | ||
[[de:Excel_Client:ElemChildName]] | [[de:Excel_Client:ElemChildName]] | ||
Revision as of 16:56, 6 May 2010
ElemIsAncle(Dimension, Ancle, Parent)
This 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 | Dimension auf die Bezug genommen wird |
| Ancle | Grandchild element |
| Parent | Parent Element |
Example
| Function | Result |
| ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“) | True |