Help

Creating a formula property

Navigate to the New property definition page

New card property definition page

Define the formula property

  1. Select the Formula radio button

    Formula property definition field
  2. 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"

    Numeric results will be a decimal number, and will display with the chosen numeric precision.

    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, eg: ((a + b) * (c + d)) / (e + f)

    You might want to take a look at some examples

  3. 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

    Card property page - make property available on card types
  4. Click on the Create property link to save the formula property

    Create property link