DataValue
Home > @gooddata/sdk-model > DataValue
DataValue type
Single calculated data value.
Signature:
export type DataValue = null | string | number;
Remarks
The data value may be null
- the semantics here are same as with SQL nulls. The calculated numeric value WILL be returned in string representation - this is to prevent float number precision errors.