Values_0.DateDimensionFieldSourceThe dimension type field with date type columns.
type nonrec t = {fieldId : FieldId.t;The custom field ID.
*)column : ColumnIdentifier.t;The column that is used in the DateDimensionField.
*)dateGranularity : TimeGranularity.t option;The date granularity of the DateDimensionField. Choose one of the following options: YEAR QUARTER MONTH WEEK DAY HOUR MINUTE SECOND MILLISECOND
*)hierarchyId : HierarchyId.t option;The custom hierarchy ID.
*)formatConfiguration : DateTimeFormatConfiguration.t option;The format configuration of the field.
*)}val make :
?dateGranularity:??? ->
?hierarchyId:??? ->
?formatConfiguration:??? ->
fieldId:FieldId.t ->
column:ColumnIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FieldId.t
| `Structure of
(string
* [> `String of DataSetIdentifier.t
| `Structure of
(string
* [> `String of NullString.t
| `Structure of
(string
* [> `Enum of string
| `String of Prefix.t
| `Structure of
(string
* [> `Enum of string
| `Long of DecimalPlaces.t
| `String of NullString.t
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ])
list ]