| Filling array in BIRT [message #555149] |
Wed, 25 August 2010 11:34  |
mkrivic Missing name Messages: 30 Registered: May 2010 |
Member |
|
|
How can I fill array in BIRT?
For example, I want to fetch some values from rows in dataset and fill them in array. I tried with next:
myArray = [];
m = new Object();
m.value1 = row["ONE"];
m.value2 = row["TWO"];
m.value3 = row["THREE"];
myArray.push(m);
Is this correct?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02063 seconds