Global Variables
Hello!
I have tried defining a global variable on a main report to accumulate a
value from a sub report. However, the global variable shows only one value
(One detail) from the Subreport. How can I get this to work right. Note: I
have also tried changing the Timing options of the variable.
I have tried defining a global variable on a main report to accumulate a
value from a sub report. However, the global variable shows only one value
(One detail) from the Subreport. How can I get this to work right. Note: I
have also tried changing the Timing options of the variable.
This discussion has been closed.
Comments
Are you using RAP (i.e. the code tab in the report designer)? For future
reference it is best to post all RAP questions in the RAP newsgroup. This
helps us understand the nature of the question easier and allow us to give
you a more accurate answer quicker.
What exactly are you trying to accomplish? Where are you updating the value
of the global variable and where do you plan to display the final value?
Take a look at the following example of keeping a running total in RAP.
http://www.digital-metaphors.com/tips/TotalsFromSubreportWithRAP.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you! It was very helpful
Sanjay