Skip to content

Instantly share code, notes, and snippets.

@qmacro
Created October 7, 2013 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qmacro/6868850 to your computer and use it in GitHub Desktop.
Save qmacro/6868850 to your computer and use it in GitHub Desktop.
itembinding.filter(
new sap.ui.model.Filter([
new sap.ui.model.Filter([
new sap.ui.model.Filter("Category", "EQ", "AC"),
new sap.ui.model.Filter("Category", "EQ", "PR")
], false),
new sap.ui.model.Filter([
new sap.ui.model.Filter("SupplierName", "EQ", "Red Point Stores"),
new sap.ui.model.Filter("SupplierName", "EQ", "Technocom")
], false),
], true)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment