Last updated 2 years ago
Was this helpful?
The NameOf() function returns the name of an item from the data model.
NameOf()
This function is SQL compatible. For more information about SQL compatibility, see our .
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( [Locations.Long] )
NameOf( [Products] ) => "Products"
NameOf( [Products] )
NameOf([ListFilter-SearchAvailable]) => "Search on Available"
NameOf([ListFilter-SearchAvailable])
NameOf("") => invalid parameter
NameOf("")
field
a field from your data model