This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

sum(group, value)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Function   [other Function type actions]

 Group   [operators of similar scope]

 Mathematical   [other Mathematical operators]

 Already in v5.0.0

 


sum(group,value)

This computes the arithmetic sum of every value in a group. See sum_if() for a related conditional operator.

group may be any of {children,descendants,siblings,ancestors,all}.

In addition, group may be argument that designates a particular (single) note other than this.

value can be any expression, but is typically an attribute value.

For example,

sum(children,$WordCount) 

constructs the current word count of the children of the note.


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Functional Types : Function actions : sum(group, value)