0
edits
Changes
→Condition Construction
==Condition Construction==
Conditions consist of references to fields and aggregate functions and use the same syntax as the Level 1 [[Template|template/ Type Formulas]]. The following examples illustrate various examples of the '''submit logic''':
1. '''Criteria''': a '''minimum of three''' level 2 items (''of any type'') are required to submit the level 1 item.
'''@level2.count(*)@>2'''
3. '''Criteria''': a '''minimum of three''' level 2 items '''where the type is email''' and the '''status is closed''' (''for both items'').
'''@level2.count(*):typename='email' and statusname='closed'@>2'''
'''Additional examples''':