/ Forums / Advansys Formativ / Creating Solutions with Formativ / Set a costum filter / Reply To: Set a costum filter
June 14, 2006 at 7:01 pm
#7641
See the Filter Expressions in Object API for more information about the filter expression. See below a sample of the filter syntax:
(<MyType, STRING> CONTAINS “1”) OR (<MyType, STRING> CONTAINS “2”) OR (<MyType, STRING> CONTAINS “3”) AND (MAIL) AND (BOX_TYPE = INCOMING OR BOX_TYPE = PERSONAL)
Hope this helps.
Regards,
Advansys Support