Values_0.ExplicitHierarchySourceThe option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
type nonrec t = {hierarchyId : HierarchyId.t;The hierarchy ID of the explicit hierarchy.
*)columns : ExplicitHierarchyColumnList.t;The list of columns that define the explicit hierarchy.
*)drillDownFilters : DrillDownFilterList.t option;The option that determines the drill down filters for the explicit hierarchy.
*)}val make :
?drillDownFilters:??? ->
hierarchyId:HierarchyId.t ->
columns:ExplicitHierarchyColumnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of DataSetIdentifier.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `List of [> `String of CategoryValue.t ] list
| `Structure of
(string * [> `String of DataSetIdentifier.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]
list
| `String of HierarchyId.t ])
list ]