Description
Last updated
Was this helpful?
The Description() function returns the description 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.
Returns the description of a concept. This description can be edited in the properties of the concept.
Returns Unknown if the parameter is unknown, or if the description property is empty.
Description(concept)Description('Images'.'Piano')
=>Result: "Which instruments do you want us to break?"
Description(unknownconcept)
=>Result: unknown
concept
concept
☑️
a single concept, either literal or as expression
Last updated
Was this helpful?
Was this helpful?