Example Syntax of Business Component Filter
Business component filters are used to limit the extraction of a business component for every context in which it is extracted. Business component filters use query by example (QBE) syntax:
[Status] = "Not Started" OR [Status] = "In Progress" OR ([Status] IS NULL) OR 
[Status] = "On Hold" OR ([Status] = "Done" AND [Done] >= Today() - 7)
For more information about QBE syntax, see Siebel Developer's Reference. Example business component filters, specific to the Siebel Mobile application for Siebel Pharma, are shown in the tables in Setting Business Component Filters for Siebel Mobile.