| [birt-news] Modify value of global variables |
|
I have a global variable gtotalMales set to 0 in
the initialize method. I need to update the value of this variable in the
datasets method beforeOpen.
gtotalMales = row[ "totalMaleExamined"] did not work.Thanks in advance.
|