Newer Version Available

This content describes an older version of this product. View Latest

FlatListRow Class

Represents a Real Time Reporting (RTR) report UI Flatlist component single rows.

Namespace

CGCloud

FlatListRow Methods

The following are methods for FlatListRow.

getColumnValue(String columnName)

Extracts the column value specified for the column name Row type filters can be used to filter the dataset.

Signature

public RTRReportResult.FlatListRow getColumnValue(String columnName)

Parameters

columnName
Type:String
The name of the column whose value is to be retrieved.
The column name has the following format:
  • Dimension attributes—Include the name of the dimension and a report field separated by a dot. For example, productdimension.id, promotiondimension.id, and promotiondimension.phase.
  • KPI columns—Include the KPI name. For example, ProPlanIncrVolume.

Return Value

Type:Object