A Tinderbox Reference File : Actions & Rules : Operators : Full Operator List : sum() operator |
sum() operator |
The operator sum() adds lists. (See sum_if() for a related new operator)
sum(where,attribute)
visits each note described by where and adds the value of the designated attribute to the total.
where may be any of {child,descendent,sibling,ancestor,all}.
In addition, where may be argument that designates a particular (single) note other than this.
what can be any expression, but is typically an attribute.
For example,
sum(child,$WordCount)
constructs the current word count of the children of the note.
Up: Full Operator List | |
Previous: sqrt(argument) | Next: sum_if() operator |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]