Calculated Field
        2017-10-30
        
        
  
    
    
    The 'Calculated' field type supports presenting calculated values based on related tasks.
  At the moment, we support a 'sum' function with few permutations as listed below. More functions will be added over time.
   
  
    - 
      '=sum()':
      
        - 
        =sum()  - will present the sum of all the values of the same filed of the direct sub-tasks of the selected task, regardless if those tasks are filtered out or not.
 
        - 
        =sum({"filter_aware": true})  - will make the 'sum()' function filter aware.
 
        - 
        =sum({"direct_children_only": false})  - will make the 'sum()' function calculate the sum not only of the direct sub-tasks, but rather - all the sub-tasks within the subtree.
 
        - 
        =sum({"filter_aware": true,"direct_children_only": false})  - will make the 'sum()' function be filter aware and sum the entire subtree.