Numeric input

A numeric input control is employed when the user needs to provide numeric information, either manually (using a keyboard) or with the aid of a barcode scanner. Numeric inputs recognize both points (.) and commas (,) as decimal separators.

  • Target Variable The name of the new variable where the entered number is stored.

  • Prompt The label to be displayed above the numeric input field.

  • Default Value The default number that will be entered when the user first encounters the control.

  • Condition To Hide

    Specify the condition that must be fulfilled for the control to be hidden. If left unspecified, the control will remain visible in the user step. Note that when controls are hidden, empty variables will be generated unless default values or pre-defined data exist.

  • Allow Empty Input If set to True, the user is permitted to proceed in the app without entering anything into the numeric field.

  • Merge behavior The control behavior at reloading, see User step reloading.

Last updated