NameOf

The NameOf() function returns the name of an item from the data model.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns the name of an item from the data model (the value as entered in the Name-property of the data-model item).

Syntax

NameOf(data-item)

NameOf( [Locations.Long] ) => "Long"

NameOf( [Products] ) => "Products"

NameOf([ListFilter-SearchAvailable]) => "Search on Available"

NameOf("") => invalid parameter

Parameters

NameTypeRequiredDescription

data-item

field

☑️

a field from your data model

Last updated