This version is out of date, covering development from v6.0.0 to v6.6.5. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

TinderboxSix Icon

every(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]

 Non-query Boolean   [other Non-query Boolean operators]

 Baseline

 


every(group, value)

This Boolean operator examines a group of notes and determines whether the value of every note in the group meets a criterion.

group describes the notes to be examined and may be any of {children,descendants,sibling,ancestor,all}.

value may be any valid expression, but will usually be a reference to an attribute; short form Boolean attribute expressions are acceptable.

value must not be enclosed in quotes.

For example:

every(child,$Status=="Important") 

every(children,$Overdue==true) 

every(children,$Overdue) 

every(children,$Overdue==false) 

every(children,!$Overdue) 



A Tinderbox Reference File : Actions & Rules : Operators : Full Operator List : every(group,value)