Last updated 3 months ago
Was this helpful?
The Description() function returns the description of a concept.
Description()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
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.
Unknown
Description(
concept
)
Description('Images'.'Piano') =>Result: "Which instruments do you want us to break?"
Description('Images'.'Piano')
Description(unknownconcept) =>Result: unknown
Description(unknownconcept)
a single concept, either literal or as expression