I am working with Crystal XI, I'm fairly experienced with the program itself but have no experience with Stored Procedures or advanced programming like that so I'm not sure there's an answer for me or not.
I am linking to a Btrieve database table that has 3 distinct dates and I need to get a monthly count for each one summarizing how many records have a date that falls in each month for a user selected year. It would look something like this:
Lease Exp Move Out Renewal Renewal %
January 5 3 2 40%
February 3 5 1 33%
.
.
.
Totals
The problem is I have no idea how to get all three of these independant dates to summarize off of any defined dates in the database and I have no ability to add tables to the dataset. I know you can't group based on parameter values. Is there any answer for this that doesn't involve a knowledge of SQL programming of is it possible for somebody to provide sample code with an explanation of how to incorporate it into my report to make this work? I'm desperate as I have a client who needs this and I committed to it before realizing this problem existed. Any help would be greatly appreciated.
I am linking to a Btrieve database table that has 3 distinct dates and I need to get a monthly count for each one summarizing how many records have a date that falls in each month for a user selected year. It would look something like this:
Lease Exp Move Out Renewal Renewal %
January 5 3 2 40%
February 3 5 1 33%
.
.
.
Totals
The problem is I have no idea how to get all three of these independant dates to summarize off of any defined dates in the database and I have no ability to add tables to the dataset. I know you can't group based on parameter values. Is there any answer for this that doesn't involve a knowledge of SQL programming of is it possible for somebody to provide sample code with an explanation of how to incorporate it into my report to make this work? I'm desperate as I have a client who needs this and I committed to it before realizing this problem existed. Any help would be greatly appreciated.