See attached xlsx form.
When I add 1 to a field set to type integer I get the expected result of 1 more than the integer value
e.g: 1 + ${int}....if int = 2 the result is 3
However if I change the integer field to calculate or hidden and 1 to the value of the field I get an unexpected result of a the calculate or hidden value with a leading 1. In this case I also have the field type set to Integer
e.g: 1 + ${calc}....if calc = 2 the result is 12
Am I doing something wrong here or is this a bug?