The Parent Of keyword checks if a concept is the parent of another concept.
Parent 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 the parent of concept_b.
concept_a
concept_b
'Europe' Parent Of 'Europe'.'the Netherlands' => Yes
'Europe'
'Europe'.'the Netherlands'
'Europe' Parent Of 'Europe'.'the Netherlands'.'Amsterdam' => No
'Europe'.'the Netherlands'.'Amsterdam'
Last updated 3 years ago
Was this helpful?