Can anyone help me do something that I thougt would be very simple? I need to have the data show as in the example below:
Detail Section:
Item Count Item Price (Cost of item which is not shown)
2 20.00 10.00
1 10.00 10.00
3 15.00 5.00
Group Footer:
6 45.00
My problem is when the item count is greater than 1 how do I get the extended values into the Item Price column? Currently I have a sum field in the group footer that does calculate correctly:
Detail Section:
2 10.00 10.00
1 10.00 10.00
3 5.00 5.00
Group Footer:
6 45.00
Thanks to anyone that can point me in the right direction.
Corinne
Detail Section:
Item Count Item Price (Cost of item which is not shown)
2 20.00 10.00
1 10.00 10.00
3 15.00 5.00
Group Footer:
6 45.00
My problem is when the item count is greater than 1 how do I get the extended values into the Item Price column? Currently I have a sum field in the group footer that does calculate correctly:
Detail Section:
2 10.00 10.00
1 10.00 10.00
3 5.00 5.00
Group Footer:
6 45.00
Thanks to anyone that can point me in the right direction.
Corinne