Crystal 8 - SQL Server/SQL database
I need to group the data on my report by Month, mgmt wants change requests to fall under Jan, Feb, March, etc. based upon need by date on the change ticket.
The need_by date is of course a 10 digit number that I convert to a human readable date and to do that a proprietary (I believe it is) formula is used - PDMTimeToDateTime. At this point the report looks like:
04/17/2007 Upgrade XYZ Server - Scheduled
01/15/2007 Install ABC Software - Still in progress
06/25/2007 Security patcehs 123 - Waiting for apprl
If I try to Group the data off "need_by date" Crystal doesn't see this as a date it still sees need_by as a 10 digit string so the options given are ascending, descending, etc. and the group headers are like 1,166,801,760. Trying to figure out how to setup a formula to accomplish Grouping by Month.
PS - I did try to search the knowledge base for this solutions but it appears this feature is not working currently.
I need to group the data on my report by Month, mgmt wants change requests to fall under Jan, Feb, March, etc. based upon need by date on the change ticket.
The need_by date is of course a 10 digit number that I convert to a human readable date and to do that a proprietary (I believe it is) formula is used - PDMTimeToDateTime. At this point the report looks like:
04/17/2007 Upgrade XYZ Server - Scheduled
01/15/2007 Install ABC Software - Still in progress
06/25/2007 Security patcehs 123 - Waiting for apprl
If I try to Group the data off "need_by date" Crystal doesn't see this as a date it still sees need_by as a 10 digit string so the options given are ascending, descending, etc. and the group headers are like 1,166,801,760. Trying to figure out how to setup a formula to accomplish Grouping by Month.
PS - I did try to search the knowledge base for this solutions but it appears this feature is not working currently.