getFieldValue()

The getFieldValue() function returns the value of the specified field for the row currently being processed. For the distinction between parameters, variables, and fields, see "Additional EGL JasperReport handler functions."

  getFieldValue(fieldName STRING in)
  returns (result ANY)
fieldName
The name of the specified field
result
The value of the specified field

Feedback