I wish there was better documentation of the Forms utilization of Open Formula. I have limited success with it, and end up going to javascript to make things work.
I currently am working on this:
=(((Value1*Value2)/12)*Value3)
which does not work and returns nothing. Values 1, 2 and 3, are most definitely number types.
If I change the formula to this
=(((6*4)/12)*8)
the field returns a value of 16, as I expect.
What am I missing?