You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

This function returns the number of available options in select or multi-select field with field code %{...somefield}. It's equivalent to count(availableItems(%{...somefield})) . Disabled options are discarded.

Syntax
numberOfAvailableItems(%{...somefield}) #Output: Number
Additional information

This function is equivalent to count(availableItems(%{...somefield}).

Disabled options are discarded.

Parameters used in this function

ParamaterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER