ComputedAttribute
Home > @gooddata/sdk-code-schemas > v1 > ComputedAttribute
v1.ComputedAttribute interface
Signature:
export interface ComputedAttribute
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) An optional description of the computed attribute. | ||
|
string |
(Optional) An optional locale whose collation order the computed values are sorted by. | ||
|
string |
Define MAQL syntax for the computed attribute. Values are assigned with break points written as CASE WHEN branches over a metric, and the first matching branch wins. | ||
|
(Optional) | |||
|
string |
(Optional) An optional human readable title for the computed attribute. Will be derived from id if not provided explicitly. | ||
|
"computed_attribute" |