Sample Condition Statements

 

The following are sample condition statements and each of these can be used in combination with each other or with other not listed criteria.  


User that need more in depth help creating conditional statements, please contact Technical Support.

CTCODE='ABC'

DBALI<5000

FilingDate>0

Status='010'

(Copy(CTCODE,1,2)='AB')

(LActDate[FW]<=Date) and (LActDate[FW]>0)

CTCounty='Henrico'

UPPERCASE(CTCounty)='HENRICO'

DETYPE='RETAIL' and (status code='010' or status code='011' or status code='012') and CTCounty='Henrico'


For more in depth help in creating condition statements, please contact Technical Support.