Viewing 4 posts - 1 through 4 (of 4 total)
Yeah, I got carried away with my brackets. Thank you, it's working now.
November 19, 2015 at 6:13 pm
This works when I apply it to the query, no need to filter in ssrs.
AND (OrderDate BETWEEN (@StartDate ) AND (@EndDate + '23:59:59'))
October 21, 2014 at 2:17 pm
It works through query, but how can I apply 23:59:59 to @enddate in ssrs 2008?
October 21, 2014 at 12:40 pm
SQLRNNR (5/20/2011)
Your group by is causing that. Remove comments.create_date from the group by.
I tried that and it yielded these results:
Case ...
May 20, 2011 at 3:22 pm
Viewing 4 posts - 1 through 4 (of 4 total)