Hi all,
Crystal Reports 10... MS SQL DB,
I have in a detail line these fields:
Date1 and Money .... then to the right a couple of date columns. These columns are generated by taking the CURRENT date, then adding a week to 1st column, 2 weeks to the 2nd, and so on. It looks like this:
Date1 Money 03/15/07 03/22/07 03/29/07
03/16/07 $150 - X X X
03/25/07 $500
Now, where the X's are I am working on a formula to take the dollar amount (Money) and place it under one of the three Date columns based on Date1. This is being done to "forecast" money.
Obviously, the three date columns will change each new day the report is ran.... I need some help writing a formula to look at Date1 and put it under the correct week on the right. Make sense?
Crystal Reports 10... MS SQL DB,
I have in a detail line these fields:
Date1 and Money .... then to the right a couple of date columns. These columns are generated by taking the CURRENT date, then adding a week to 1st column, 2 weeks to the 2nd, and so on. It looks like this:
Date1 Money 03/15/07 03/22/07 03/29/07
03/16/07 $150 - X X X
03/25/07 $500
Now, where the X's are I am working on a formula to take the dollar amount (Money) and place it under one of the three Date columns based on Date1. This is being done to "forecast" money.
Obviously, the three date columns will change each new day the report is ran.... I need some help writing a formula to look at Date1 and put it under the correct week on the right. Make sense?