CHILDREN
Syntax
<children-expression> := 'CHILDREN(' <Key> ')'
Since
1.0
Return-type
Key
Description
The function CHILDREN returns all children of the keys passed as argument. Children of a key are those keys, which are placed directly under a key inside a hierarchy.
If the argument is NULL, this functions returns NULL.
Examples
CHILDREN( Time:'2003' )
E.g. returns Time:'Jan/2003' + Time:'Feb/2030' + ... + Time:'Dec/2003'
CHILDREN( NULL )
= NULL
See also
ANCESTORS, FIND, LEAFS, NEIGHBOURS, PARENT, PEDIGREE
