I have a report that I am developing. I have a couple of problems. I am trying to do a formula on purchased capacity. Here is my table layout. I have created a group on name: Here is what my report looks like. There are around 62 names. Each group has the same dates.
Group 1: Name:Angelica
Details:
Date BaseCapacity adjustedloadings Purchase capac.
2/15/2003 311 95
4/15/2003 311 0
6/15/2003 311 85
8/15/2003 311 0
10/15/2003 311 100
12/15/2003 311 0
The formula for purchased capacity should be something like this. This is Psuedo....
Previous (BaseCapacity}) + (Previous(AdjustedLoadings)/18)
The problem with this is first of all, I need it to reset for each group to get the basecapacity. Second, it is not keeping the values. I can only get it to calculate for one field. I didn't know if I need the whileprintingrecords. I tried that, and it didn't seem to do anything.
Please help
Group 1: Name:Angelica
Details:
Date BaseCapacity adjustedloadings Purchase capac.
2/15/2003 311 95
4/15/2003 311 0
6/15/2003 311 85
8/15/2003 311 0
10/15/2003 311 100
12/15/2003 311 0
The formula for purchased capacity should be something like this. This is Psuedo....
Previous (BaseCapacity}) + (Previous(AdjustedLoadings)/18)
The problem with this is first of all, I need it to reset for each group to get the basecapacity. Second, it is not keeping the values. I can only get it to calculate for one field. I didn't know if I need the whileprintingrecords. I tried that, and it didn't seem to do anything.
Please help