Hi,the percentage fields often confuses users, as it internally
calcultes with floating numbers between 0 and 1.For example: If a users
enters 0.77 it will display 77%.When you want users to enter the same
values that should represent the percentage value, then you can use a
numeric pattern with a string for the %.Num{999.8'%'}To calculate a
summary of fields you can use FormCalc ind the percentage fields
calculate event.var summary = Sum(field1, field2, field3, field4,
field5)if (summary gt 100...