DataValue
Home > @gooddata/sdk-backend-spi > DataValue
DataValue type
Warning: This API is now obsolete.
Use DataValue
Single calculated data value.
Signature:
export declare type DataValue = m.DataValue;
References: DataValue
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.