Re: Setting Persistent Global Variable from DataSet [message #874884] |
Mon, 21 May 2012 13:45 |
Eclipse User |
|
|
|
Reference the value using dataSetRow syntax. Take a look at the
attached example.
Jason
On 5/19/2012 4:35 AM, TO C wrote:
> I'm trying to set a Persistent Global Variable from the column of a
> dataset.
> I've tried using OnFetch as below:
>
> var myvar = this.getDataRowData().getColumnValue("Variable");
> reportContext.setPersistentGlbalVariable("VariableData", myvar.toString());
>
> This isn't working though.
>
> I want a Persistent Global Variable set to the Value of the column
> Variable (it'll be the same across the dataset).
>
> Any ideas?
|
|
|
Powered by
FUDForum. Page generated in 0.26781 seconds