Business Component Filters Example Syntax

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 Set Business Component Filters for Siebel Mobile.