This content has been marked as final.
Show 2 replies
-
1. Re: Date Filter shows times on Server
Blair Gibb Jul 12, 2012 2:20 PM (in response to Blair Gibb)A Quick Filter with this calculated field works correctly:
DATE(STR(DATEPART('month',[SessionDate])) + "/" + STR(DATEPART('day',[SessionDate])) + "/" + STR(DATEPART('year',[SessionDate])))
The DATETRUNC function retained the time (of 12:00 AM) after the truncation.
-
2. Re: Date Filter shows times on Server
Blair Gibb Jul 20, 2012 3:50 PM (in response to Blair Gibb)This worked on the development server, but not on the production server.