Percent display

Percent display
Good night everyone;
I have a little concern. I would like to automatically calculate the rate of change of values in my form, and I want to display the result as a percentage. This gives me a decimal value, but I want to display absolutely as a percentage. How should I go about it?
The mathematical formula for this calculation is very simple: ((Va-Vd) / Vd) * 100 where Va is the end value and Vd the start value.
Thank you

Have you gone through our post discussed previously (it should help you solve your issue):

1 Like