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.

Syntax

NameOf(data-item)

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

NameOf( [Products] ) => "Products"

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

NameOf("") => invalid parameter

Parameters

Name
Type
Required
Description

data-item

field

☑️

a field from your data model

Last updated

Was this helpful?