any(group,value)

Tinderbox Icon


Operator Type:   Function
Operator Scope of Action:   Group
Operator Purpose:   Boolean

any(group, value)

A Boolean operator examines a group of notes and determines whether any note in the group meets a criterion.

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

value may be any valid expression, but will usually be a reference to an attribute; short form Boolean attribute expressions are acceptable. From v5.10.2, value must not be enclosed in quotes.

For example:

any(children,$Status=="Important") 

any(children,$Overdue==true) 

any(children,$Overdue) 

any(children,$Overdue==false) 

any(children,!$Overdue) 


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

Up: Non-query Boolean operators

A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Types : Non-query Boolean operators : any(group,value)

Quicklinks: Attributes | Action Codes | Export Codes | Designators | Date Formats | aTbRef Site Map

[Last updated: 16 May 2012, using v5.11.1]


Search:

Google search aTbRef for:  


Creative Commons Licence

aTbRef by Mark Anderson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

[See aTbRef CC licence Attribution & Waiver info]

Made with Tinderbox