OPTION_SELECT (selection = ALL)
When an OPTIONS ITEM (V_CHECK, H_CHECK.) in a FORM TEMPLATE has the FORMULA "OPTION_SELECT()" in FORMULA or DEFAULT VALUE the options will be all selected.
If empty, OPTION_SELECT will mark all the Check options available.
NOTE: This FORMULA is not valid for RADIO or COMBO items. Check options allow "ALL".
DESCRIPTION
This formula select all the options by default | |
Calculated: | On first form open. |
Formula: | =OPTION_SELECT() |
Parameters: | SELECTION by default is ALL, which will select every options if the ANSWER is of type CHECK. Also it could be a LAST, LAST N, FIRST, FIRST N.
Otherwise it could be an option id (don't confuse with value id or order it), in that case only that option will be selected |
Calculation | Will check every options present if it's a V_CHECK or H_CHECK. |
, multiple selections available,