Row

Row

This represents the Analytics Results

Constructor

new Row(row, headers, metaData)

Source:

Creates ana Analytics Object

Parameters:
Name Type Description
row Array

The analytics row

headers Array

The analytics headers

metaData Object

The analytics metadata

Members

dx

Source:

Gets the data details of the analytics row

ou

Source:

Gets the organisation unit details of the analytics row

pe

Source:

Gets the period details of the analytics row

value

Source:

Gets the value in a row

Methods

dimension(id) → {Object|Object}

Source:

Gets the dimension details of the analytics row

Parameters:
Name Type Description
id string

The id of the dimension

Returns:
  • The data object with name and id
Type
Object | Object