Creating a formula property
Navigate to the New property definition page
- Sign in to Mingle as a project administrator and open the project you want to change (if you're not already working in the project).
-
Click the Project admin tab.
Mingle displays the Project settings page.
if you are logged in as a project team member, Mingle displays the Team page.

-
Click the Card properties link.
Mingle displays the Card properties page with all properties set up for this project.

-
Click the Create new card property link.
Mingle displays the New property definition page.
Define the formula property
-
Select the Formula radio button

-
Enter the formula to be used in setting the property value.
You will need to enclose in quotes any property name that includes spaces or arithmetic symbols (such as + or -)
for example if the property name is: Estimate - initial; then you would need to enter "Estimate - initial" or 'Estimate - initial'.
Formulas can reference the following:
- Any numeric or date property that is common to all of the Card Types that you want the formula property to apply to
- Any numeric constant e.g. 5, 1.25, and so on
Formulas may not reference the following:
- Date constants, so you cannot hard-code a date as part of a formula
- Card properties which are not numeric or date based
- Card properties which are not available to all of the selected card types
- Aggregate properties
- Other formula properties
- Project level variables
You can use the following arithmetic operators
- / division
- * multiplication
- + addition
- - subtraction
- operator precedence is /, *, +, - in this sequence
- you can use parenthesis ( ) to construct more complex expressions, e.g.: ((a + b) * (c + d)) / (e + f)
You might want to take a look at some examples
-
Select which card types the formula property should apply to
The card properties used in the formula must be common to all of the card types selected here

-
Click on the Create property link to save the formula property
