lemonjuice
Programmer
I have created a table using sql. I also calculated a totals field in this table by using code(basically adding two fields together and determining the cummalative of that total). This calculation does not work correctly when i do it on the report so i have to use code. I then created a report and defined the fields as usual, but i added a Group band on the customer id. The problem is that i have to have the group on my report, but now the data lies differently in the table than on the report (because of the group). Now my total field does not display the amounts on the report according to the record.
for example:
amount amount total
a a c's total
b b a's total
c c b's total
Does anyone have advice on how to get the correct total next to the correct record?
Please help!!
~Lemon~
for example:
amount amount total
a a c's total
b b a's total
c c b's total
Does anyone have advice on how to get the correct total next to the correct record?
Please help!!
~Lemon~