cousinconley
MIS
I am creating a crystal report. This is what you would see in the crystal report. This is NOT a database table. I can show you better than I can explain:
type_of_deduction YDT_deductions Selected_deductions
a 20
b 30 30
c 40
d 50 50
I am using an If then statement to get the "selected_deductions". I just want certain deductions in this field...not all of them. The problem I am having is I can't total those selected deductions. I have used the sum expression but get the message "running total cannot be created. ANY SUGGESTIONS?
type_of_deduction YDT_deductions Selected_deductions
a 20
b 30 30
c 40
d 50 50
I am using an If then statement to get the "selected_deductions". I just want certain deductions in this field...not all of them. The problem I am having is I can't total those selected deductions. I have used the sum expression but get the message "running total cannot be created. ANY SUGGESTIONS?