Tuesday, November 27, 2018

Number Control


Introduction

Number control allows capturing numeric value with validations and format the captured value using a pre-defined format string.

Features

  • Allows end-user to enter a numeric value only
  • Supports validation with a minimum and a maximum value (inclusive). 
  • Support default value which is the initial value when a document is created
  • Support number formatting according to http://numeraljs.com/#format
  • All of the other standard functionalities of a field in Rethink Workflow
  • Provide placeholders to be used in the workflow including: 
    • value: the value the end-user entered
    • formatted: the formatted value

How to design

To add Number control to your form, simply drag and drop it from the control panel to the form-design area.



To adjust the properties specifically for address, click on NUMBER OPTIONS tab on the properties panel below the control


How to use

The end-user can enter a numeric value to this input. Number control uses the pre-defined validation rules set during the workflow design step to ensure correct value is captured.

Using Number field in reporting

Include Number in columns

To include Number field in the list of columns of the report, click COLUMNS button and select the field from the pop-up:

To export Number values, click on EXPORT button and select the desired formats. Number field provides the following attributes:
  • value: the value entered
  • formatted: the formatted value according to the format during the workflow design step.

Filter documents using Number field

To filter documents using User Dropdown field, click on FILTERS and select it from the list of filters. On filter popup, enter a condition for filtering.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.