Last updated 2 years ago
Was this helpful?
The LocalName() function returns the local name of a given concept.
LocalName()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
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('Misc'.'Data type'.'EntityReference')
LocalName('World regions'.'EMEA'.'CIS') =>Result: "CIS"
LocalName('World regions'.'EMEA'.'CIS')
LocalName( GetParent('World regions'.'EMEA'.'CIS') ) =>Result: "EMEA"
LocalName( GetParent('World regions'.'EMEA'.'CIS') )
LocalName(unknownconcept) =>Result: unknowntext
LocalName(unknownconcept)
a single concept, either literal or as expression