Name property
The name, as assigned in Calcapp Creator.
Field names are normally assigned automatically by Calcapp Creator based on their labels, though a name can be provided manually as well.
Providing names manually makes it possible to find all number drop-down fields matching a certain naming pattern through properties like NumberDropDownFields of form screens. Below, an example returns the sum of all number drop-down field values in the app where the corresponding number drop-down field names include the text string "Weight".
Examples
Returns a comma-separated text string containing the names of all number drop-down fields of the app.
Returns the sum of all number drop-down field values in the app where the corresponding number drop-down field names include the text string "Weight".
Returns a text string containing the labels and values of all number drop-down fields whose names include the text string "Weight". Labels and values are separated from one another with hyphens, and fields are separated from one another with line breaks.