IResultMeasureHeaderItem
Home > @gooddata/sdk-model > IResultMeasureHeaderItem
IResultMeasureHeaderItem interface
Measure header specifies name of the measure to which the calculated values in the particular data view slice belong.
Signature:
export interface IResultMeasureHeaderItem
Remarks
Measure header also specifies 'order' - this is essentially an index into measure group descriptor's item array; it can be used to obtain further information about the measure.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
name | string | Measure name - equals to the measure name contained in the respective measure descriptor, included here for convenience and easy access. Note: check out the contract for measure name as described in IMeasureDescriptor - it is somewhat more convoluted than one would expect. | |
order | number | Index of this measure's descriptor within the measure group description. The measure group descriptor is included in the execution result. |