We have a form that has 2 number fields. Both are setup to use 2 decimals and the comma separator. After the form is submitted it goes to an exclusive gateway that has 2 conditions. The first one is /dataset/Approval/MT_1_3>/dataset/Order_Total and the second one is /dataset/Approval/MT_1_3</dataset/Order_Total. So it is basically comparing values from 2 different fields. Depending on if MT_1_3 is greater or less than Order_Total it goes a different route.
We have run several tests with the following values for the 2 fields mentioned above:
MT_1_3 Order_Total Outcome
$500.00 $700.00 Correct
$500.00 $40.00 Correct
$500.00 $90.00 Incorrect
$500.00 $70.00 Incorrect
So with the above outcomes, it seems as though the entire number is not being evaluated, but just the first digit. Has anyone else had this issue?
Using Forms 10.1.0.579