NEIGHBOURS
Syntax
<neighbours-expression> := 'NEIGHBOURS(' <Key> ')'
Since
1.2
Return-type
Key
Description
Determines all "neighbours" of the keys which are passed as argument. The "neighbours" of a key are all other keys of the dimension with the same father, without key itself.
If the argument is NULL, the function returns NULL.
Examples
NEIGHBOURS( Time:'May/2003' )
E.g. returns Time:'Apr/2003' + Time:'Jun/2003'
See also
CHILDREN, LEVEL, PARENT
