| RE: [birt-news] Modify value of global variables |
|
This mailing list is for notifications to BIRT users about
BIRT milestone and stable builds and other noteworthy
information.
Please post questions about using BIRT to the newsgroup at
news://news.eclipse.org/eclipse.birt.
Jane Tatchell. From: birt-news-bounces@xxxxxxxxxxx [mailto:birt-news-bounces@xxxxxxxxxxx] On Behalf Of Chandrika Chopra Sent: Thursday, January 26, 2006 11:24 AM To: birt-news@xxxxxxxxxxx Subject: [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.
|