Changes

Jump to: navigation, search

Advanced Custom Fields

2 bytes added, 20:22, 13 November 2007
no edit summary
==Calculation Order on Page==
* Calculated field formulas are executed in the same order that the calculated fields are displayed on the page – left to right and top to bottom.* You must not place fields that perform summary calculations based on other calculated fields ABOVE the subordinate calculations. * If the fields are ordered in this manner saving the page will not update the summary calculation, as summary formula will be executed BEFORE the subordinate calculations are performed. ===Arithmetic Operators=== 
All values are treated as strings. For arithmetic operations, PARSEINT and PARSEFLOAT function are used to convert the string value to a numeric value. For example:
• PARSEINT([Salary]) + PARSEINT([Bonus]) + PARSEINT([Car Allowance]) - Add Salary to Bonus to Car Allowance and return an integer result.
4,401
edits

Navigation menu