Hi,
Using CR 2008 or XI, SQL database. I need to be able to group on a datetime field. This is the data that i am currently getting:
03/05/2010 5:31:28 PM
03/05/2010 3:33:15 PM
03/05/2010 3:55:10 PM
Week ending 3/1/2010 5:31:28PM # of validations 3
The 03/05/2010 activity is grouped under weekending 03/01/2010. I am using a formula to group on:{CallLog.call_date}-dayofweek({CallLog.call_date})+2
The section is being printed for each week. What i want to see is:
03/05/2010 5:31:28 PM
03/05/2010 3:33:15 PM
03/05/2010 3:55:10 PM
Week ending 3/7/2010 23:59:59PM # of validations 3
Any help will be greatly appreciated! Thank you.
Using CR 2008 or XI, SQL database. I need to be able to group on a datetime field. This is the data that i am currently getting:
03/05/2010 5:31:28 PM
03/05/2010 3:33:15 PM
03/05/2010 3:55:10 PM
Week ending 3/1/2010 5:31:28PM # of validations 3
The 03/05/2010 activity is grouped under weekending 03/01/2010. I am using a formula to group on:{CallLog.call_date}-dayofweek({CallLog.call_date})+2
The section is being printed for each week. What i want to see is:
03/05/2010 5:31:28 PM
03/05/2010 3:33:15 PM
03/05/2010 3:55:10 PM
Week ending 3/7/2010 23:59:59PM # of validations 3
Any help will be greatly appreciated! Thank you.