Hi everybody.
What I basically want to do is, to pass the value in a field to the subreport to use it in a formula that is used in a running total in the subreport.
I created a shared variable. The formula works fine, but when I ran the subreport the message "A running total cannot refer to a print time formula / Details: @MyFunction" comes up.
I used BeforeReadingRecords and WhileReadingRecords but the formula, apparently, has to be WhilePrintingRecords.
I cannot link this field. I just want to send the value I accept in my parameter form.
Also, I'm doing this with Oracle 9i and PeopleSoft but I don't think this is a problem.
Any Suggestions?
Thanks.
What I basically want to do is, to pass the value in a field to the subreport to use it in a formula that is used in a running total in the subreport.
I created a shared variable. The formula works fine, but when I ran the subreport the message "A running total cannot refer to a print time formula / Details: @MyFunction" comes up.
I used BeforeReadingRecords and WhileReadingRecords but the formula, apparently, has to be WhilePrintingRecords.
I cannot link this field. I just want to send the value I accept in my parameter form.
Also, I'm doing this with Oracle 9i and PeopleSoft but I don't think this is a problem.
Any Suggestions?
Thanks.