hello to all
My report skills are a bit rusty, so I need a bit of help.
The DETAIL section of my report has three columns of numbers for each GroupID from 1 to 200. I've shown the case where GroupID = 20.
[tt]
GroupID Header
GroupID = 20
Detail
P Q R
0 2 -1
-2 3 4
1 -2 3
3 -3 1
GroupID Footer
10 12 10
[/tt]
My problem is filling the text boxes in the GroupID Footer.
Here's how those values are determined:
Column P: ABS(1st value) + ABS(all of the differences) + ABS(last value)
= 0 + 2 + 3 + 2 + 3 = 10
Column Q: 2 + 1 + 5 + 1 + 3 = 12
Column R: 1 + 5 + 1 + 2 + 1 = 10
I can't get the correct values to show in the three text boxes in the GroupID Footer for each value of GroupID.
Thanks
Vicky C
My report skills are a bit rusty, so I need a bit of help.
The DETAIL section of my report has three columns of numbers for each GroupID from 1 to 200. I've shown the case where GroupID = 20.
[tt]
GroupID Header
GroupID = 20
Detail
P Q R
0 2 -1
-2 3 4
1 -2 3
3 -3 1
GroupID Footer
10 12 10
[/tt]
My problem is filling the text boxes in the GroupID Footer.
Here's how those values are determined:
Column P: ABS(1st value) + ABS(all of the differences) + ABS(last value)
= 0 + 2 + 3 + 2 + 3 = 10
Column Q: 2 + 1 + 5 + 1 + 3 = 12
Column R: 1 + 5 + 1 + 2 + 1 = 10
I can't get the correct values to show in the three text boxes in the GroupID Footer for each value of GroupID.
Thanks
Vicky C