...
This is only for those fields whose values are a result of some computation. For instance if we had three fields: Weight1, Weight2, Weight3.
Where Weight3 = Weight2 - Weight1.
Then the calculation property would be only for the Weight3 field and would be: /form/obs/weight2/value - /form/obs/weight1./value
You can use the "add field" link on the right hand side which lets you select a form field and it inserts the xpath expression for each field.
...