Number:

Number variables are important for things like fees, asset values, loan amounts, and any other numeric information you would want to be able to manipulate mathematically. Number variables have the following options:

Intake style: You can choose whether to present the user with a box to type the number into (the default), or if you'd rather, the input can be a spinbox (a type of entry where the user can either key in numbers or use up and down arrows) or a slider.

 

Decimal places: You can determine how many decimal places you want the input number to have – useful for monetary amounts and places where precise amounts are necessary.

Minimum: You can set the lowest number the user may input.

Maximum: You can also set the highest number the user may input.