IComputedAttributeMetadataObjectBase
Home > @gooddata/sdk-model > IComputedAttributeMetadataObjectBase
IComputedAttributeMetadataObjectBase interface
Signature:
export interface IComputedAttributeMetadataObjectBase
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Data type of the computed values. | |||
|
string |
MAQL expression computing the attribute values. | ||
|
string |
(Optional) Formatting of the computed values. If empty, a backend implementation-dependent default is used. | ||
|
boolean |
(Optional) Whether the computed values may contain nulls. | ||
|
string |
(Optional) Locale whose collation order the computed values are sorted by. | ||
|
(Optional) Categorizes the semantics of the computed values (e.g., currency). | |||
|
string |
(Optional) Value used in place of null computed values. | ||
|
"computedAttribute" |