I came across a little something that appears like a bug and wanted to get some feedback on it.
Below are 2 tables in layout view:
Both tables are multiplying the Number column by 2 and putting the result in the Output Test/Multiply columns. It appears that when the field is null, Forms considers it to be 1 rather than 0.
In the top table (Test if Zero), I placed a logical test in the Output Test column to see if it is null or not. If it is not null, then perform the multiplication:
I looked around the answers site and found some something similar where a less than 0 evaluation was taking place. I tried the below formula and it kills the formula:
Here is the output which is concerning. Below is how the form starts out with a default value of 0 in the Number column:
When I clear out the default value I get the following:
Has anyone else seen this? There are easy workarounds such as the logical test above and making the field required, but they are still workarounds.
Thanks!