How can I show percentage fields as 99% rather than .99 as a decimal?

  • mamoros
    Asked on August 26, 2016 at 11:42 PM

    Thank you!

     

     

  • liyam
    Replied on August 27, 2016 at 1:02 AM

    Hello,

    I believe what you want to do is to ask the form user to enter a whole number instead of a decimal, is that correct?  If so, the formula of getting the percentage to decimal is [value] / 100. 

    So on your calculation, what you need to do is the formula to [clientDesiredIncome] * ([clientPercent]*100)

    But if this is not what you mean, please let us know.

    Thanks.