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

Compare with Current View Page History

« Previous Version 10 Next »

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.