Hi,
i find problem in passing many values to the sap.ui.model.filter
for eg:
we can do a model filter for a single value
var oFilter=new sap.ui.model.Filter("column",sap.ui.model.FilterOperator.EQ,'30')
if i want to filter the model for a set of values how can i do it?
(i.e)
i have nearly three values 20,40,60
so if i want to do a model filter for all these values how should i pass it in the syntax?
or can we do a model filter for multiple values??
if not what's the other way to get it done?
Regards
Raghu M