The Ancestor Of keyword checks if a concept is the ancestor of another concept.
Ancestor 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 ancestor of concept_b.
concept_a
concept_b
ancestor of
'Europe' ancestor of 'Europe'.'the Netherlands'.'Amsterdam' => Yes.
'Europe'
'Europe'.'the Netherlands'.'Amsterdam'
Last updated 6 months ago
Was this helpful?