Hi Thairi,
can you please check where you have defined from_dt which you have used to filter.
here i can see only to_dt is defined.
var to_dt = to_dat.toISOString();
var oFilter = new sap.ui.model.Filter("CreatedAt",sap.ui.model.FilterOperator.BT,from_dt,to_dt);
Hi ITHRI,
Could you please open the console in the browser and check if any errors return or not?
Thanks
Tri
Add comment