Select one of the following:
- Keep trailing zeroes
The number is stored and displayed as entered, with trailing zeroes preserved. - Suppress trailing zeroes
PhixFlow discards trailing zeroes, except the first after a decimal point. Examples of a number entered as:- 1.500 is stored as 1.5
- 23.00 is stored as 23.0