GetDescendants

The GetDescendants() function returns all descendant 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

GetDescendants(concept)

GetDescendants('World regions') =>Result: APAC, EMEA, MENA, CIS, DACH, LATAM, NA

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

GetDescendants(unknownconcept) =>Result: unknown

Parameters

Name
Type
Required
Description

concept

concept

☑️

a single concept, either literal or as expression

Last updated

Was this helpful?