getFieldValue(name )

Returns the locale-neutral value of the specified field.

Parameters:

  • name (String): full field name;


Example:

Use a field value from a column report to set the panel title:

var projectName = report.getFieldValue('project.project_id');
report.setTitle(projectName);