Framework:FKT DimHasChildren: 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 2: Line 2:


<span {{CoPFormel}}>FKT_DimHasChildren(<dimension name>,<Element_CopSysId>)</span>
<span {{CoPFormel}}>FKT_DimHasChildren(<dimension name>,<Element_CopSysId>)</span>


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 15: Line 14:
|COPSYS_ID of the element
|COPSYS_ID of the element
|}
|}
 
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].


==Result==
==Result==
Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements
Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements


__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|DimHasChildren]]
[[Category:Functions_-_server-side|DimHasChildren]]
[[Category:Functions_-_server-side|DimHasChildren]]
[[de:Framework:FKT DimHasChildren]]
[[de:Framework:FKT DimHasChildren]]

Latest revision as of 08:37, 24 May 2012

Function

FKT_DimHasChildren(<dimension name>,<Element_CopSysId>)

Parameter Description
Dimension name Name of the dimension
Element_CopSysId COPSYS_ID of the element

This function belongs to server-side functions.

Result

Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements