GetChildren

The GetChildren() function returns all the child concepts of a concept.

Read general information about Concepts and Ontology

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

GetChildren(concept)

GetChildren('World regions'.'EMEA') =>Result: { MENA, CIS, DACH }

GetChildren('Color') =>Result: { Blue, Red, Yellow, Green, Orange, Purple, Amber, Magenta, Teal, Violet }

GetChildren('Color') where concept:'PrimaryColor' = true =>Result: { Blue, Red, Yellow }

GetChildren('Color'.'Green') =>Result: unknown

GetChildren(unknownconcept) =>Result: unknown

Parameters

Name
Type
Required
Description

concept

concept

☑️

a single concept, either literal or as expression

Last updated

Was this helpful?