Issue
A calculated value control is put onto a form and configured but when the form is viewed in any mode the control does not appear.
Resolution
In general this issue occurs when the syntax of the formula is not correct in controls configuration.
An example is:
Bad:
= Qty*Cost
Good:
Qty*Cost
The equals sign is not required and will cause bad syntax and the control may not appear at all instead of showing #Value error.