S
Sanjeev Reddy
Guest
Hi Shira, Here is the link to an example what you are looking for: jsfiddle.net/.../ I tried to filter between two Oder Dates and Ship City from the above URL and it works fine. Here is the filter code from debug console: (OrderDate gt datetime'1996-07-04T00:00:00' and OrderDate lt datetime'1996-08-04T00:00:00' and ShipCity eq 'Graz') Hope this helps, Sanjeev.
Continue reading...
Continue reading...