0
edits
Changes
→Using a Level 3 Type Formula
* The advantage of using a Level 3 Type Formula instead of a Calculated field is that the calculations are done server side, rather than by the browser.<br /> Thus if you are doing a calculation on a value that needs to be populate or calculated on the same Level 3 item, this will avoid you having to save twice in order to get the final result.
The following example calculates the product of the values stored in fields named '''rate times ''' and '''quantity''', and saves it in a field called '''Total ''' with a field ID of 1731330:
'''@l3.#1731330#@=@level3.rate@*@level3.quantity@'''