Changes

Submit Logic

39 bytes added, 22:17, 14 July 2009
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'''
'''@level2.count(*)@>2''' 2. '''Criteria''': a '''minimum of three''' level 2 items '''where the type is email'''are required to submit the level 1 item.   '''@level2.count(*):typename='email'@>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''':
0
edits