How to change the decimal place of a number field?

  • kzc_badania
    Asked on January 17, 2017 at 7:43 PM

    Hi, I have a problem with question about weight (kg) in my form. I would like to give answers with precision to first decrimal place (...,0 format required) and allow only values from 30,0 up to 250,0 kg? How to solve it? Thx in advance.

  • Kiran Support Team Lead
    Replied on January 18, 2017 at 1:13 AM

    I would like to give answers with precision to first decimal place (...,0 format required)

     

    If you want to have a specified format input, you may consider using TextBox field and enable Input Mask option from the toolbar. Unfortunately, it is not possible to set maximum and minimum values since it is a text field.

    How to change the decimal place of a number field? Image 1 Screenshot 30

    Allow only values from 30,0 up to 250,0 kg?

    However, the max and minimum values can be set on the number field from the field properites.

    How to change the decimal place of a number field? Image 2 Screenshot 41

    If you can provide us with a scenario on your form, we may be able to provide you with necessary assistance.