MFritts253
MIS
I have a report where i need to show total Number of Contracts for a particular week.
Lets say week ending 6/10/2005
and for that week i can get the total Contracts i've all computed the total number of contracts opened that week which are still open at the end of that week. But what i need some help with is how do i get all of the contracts
still open 1 week to N weeks from that week ending but just for that week of 6/10
What i know, is that i need to use my dateadd function to compute the weeks from my Week Ending date, i know all my computations, but what i could use help with is i do not know how to Print out in Crystal which would look like this
Weeks from
6/10 Still Open
1 Weeks 1000
2 Weeks 950
3 Weeks 875
and so on ...
I am using Parameter to get the number of weeks the user wants to process.
I'm figuring it has something to do with whileprintingrecords but i am just not sure how to get it to loop for weeks and what section of the report to place it.
Sincerely,
Michael
Lets say week ending 6/10/2005
and for that week i can get the total Contracts i've all computed the total number of contracts opened that week which are still open at the end of that week. But what i need some help with is how do i get all of the contracts
still open 1 week to N weeks from that week ending but just for that week of 6/10
What i know, is that i need to use my dateadd function to compute the weeks from my Week Ending date, i know all my computations, but what i could use help with is i do not know how to Print out in Crystal which would look like this
Weeks from
6/10 Still Open
1 Weeks 1000
2 Weeks 950
3 Weeks 875
and so on ...
I am using Parameter to get the number of weeks the user wants to process.
I'm figuring it has something to do with whileprintingrecords but i am just not sure how to get it to loop for weeks and what section of the report to place it.
Sincerely,
Michael