Returns the name of an item from the data model (the value as entered in the Name-property of the data-model item).
NameOf(
data-item
)
NameOf( [Locations.Long] )
=> "Long"
NameOf( [Products] )
=> "Products"
NameOf([ListFilter-SearchAvailable])
=> "Search on Available"
NameOf("")
=> invalid parameter