I would really like to get some information regarding declaring variables as "Global". I am trying to use a global variable that is incremented at regular intervals while printing the report. The incrementing seems to happen only once.
I have initialized the variable to 1 at the top of the report. then i am incrementing the variable in several sections and displaying the value in the report footer. I have used shared variables, but they don't seem to work properly.
What exactly are global variables. Where all can it be used?
I have initialized the variable to 1 at the top of the report. then i am incrementing the variable in several sections and displaying the value in the report footer. I have used shared variables, but they don't seem to work properly.
What exactly are global variables. Where all can it be used?