LocalName
Last updated
Was this helpful?
The LocalName() function returns the local name of a given concept.
Read general information about Concepts and Ontology
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a text that contains the local name of a concept.
An unknown value is returned if the concept is unknown.
LocalName(concept)LocalName('Misc'.'Data type'.'EntityReference')
=>Result: "EntityReference"
LocalName('World regions'.'EMEA'.'CIS')
=>Result: "CIS"
LocalName( GetParent('World regions'.'EMEA'.'CIS') )
=>Result: "EMEA"
LocalName(unknownconcept)
=>Result: unknowntext
concept
concept
☑️
a single concept, either literal or as expression
Last updated
Was this helpful?
Was this helpful?