My report contains many, many detail lines, per Group. In each of those detail lines, I have a currency field called "Returnable Value", a currency field called "Non-Returnable Value" and a string field called "Non-Returnable Code".
Now, we needed running totals on a pretty straight forward basis for the "Returnable Value" field, I got that one ok. The hard part is, the report needs to show a running total of the "Non-Returnable Value" FOR EACH VALUE of the string field "Non-Returnable Code". Ok, I got that part too, now, I need to have fields that show me the "Non-returnable Code" + corresponding Running Total field + Code definition text, and that field should not display at all if the running total field for that code is empty, or zero.
I tried doing this in a formula:
"1" + {RunningTotalField1} + "blah blah description"
I keep getting an error saying that a string is expected just before that running total field. Does that mean you cannot refer to these types of fields in separate formula's?
Please help!
Tanya
Now, we needed running totals on a pretty straight forward basis for the "Returnable Value" field, I got that one ok. The hard part is, the report needs to show a running total of the "Non-Returnable Value" FOR EACH VALUE of the string field "Non-Returnable Code". Ok, I got that part too, now, I need to have fields that show me the "Non-returnable Code" + corresponding Running Total field + Code definition text, and that field should not display at all if the running total field for that code is empty, or zero.
I tried doing this in a formula:
"1" + {RunningTotalField1} + "blah blah description"
I keep getting an error saying that a string is expected just before that running total field. Does that mean you cannot refer to these types of fields in separate formula's?
Please help!
Tanya