The Child Of keyword checks if a concept is a child of another concept.
Child Of
WIKI: https://en.wikipedia.org/wiki/Tree_(data_structure)#Terminology
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a Yes/No value that indicates if concept_a is an child of concept_b.
concept_a
concept_b
'Europe'.'Amsterdam' Child Of 'Europe' => Yes.
'Europe'.'Amsterdam'
'Europe'
Last updated 3 years ago
Was this helpful?