On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Accessing data in a data set's onFetch event

rmurphy
edited 2008 15 in DevShare Downloads #1
<p>Sometimes when designing a report, you need access to the individual data elements as they are being processed by the data set.  Maybe you want to set a persistent variable for use in the report, or perhaps instantiate a Java object to launch some business process.</p>
<p>row.COLUMN_NAME</p>
<p>This will give you the individual value for the specified column name for the data set row that is currently being processed.</p>