Hello.I’ve created the simple form which contains a table with 2 rows to show what is the problem.
In first row i put the following fields:
“Price” - number, editable, default value = 2
“Qty” - number, editable, default value = 1
“Cost” - number, computed for display (I’ve tried computed as well)
I use Price*Qty formula for Cost value. Hard to imagine anything simpler. And it works fine uless Price, Cost and Qty placed in one cell.
Then I move Qty to another cell(second row) don’t ask me why.
Now when I’m trying to run the form I’m getting
“Field “Cost” incorrect data type for operator or @Function Number expected”
I’ve tried @IsError and @TextToNumber, @GetField, @If and more and more difficult combinations of this functions in value formula, until I realized it’s waste of time. Computed field value formula just don’t see Qty field if it’s in another row.
Same for all arifmetic operations.
However, if I use computed field just to display value from another cell it works properly.
I can’t mention any point of documentation, which would say computed field should be in the same cell with fields it uses in value formula.
Form created with 8.5.1 designer and tested with 8.5.1 and 7.0.3
Correct me if it’s not 8.5.1 bug.