Values_0.ComparisonConfigurationSourceThe comparison display configuration of a KPI or gauge chart.
type nonrec t = {comparisonMethod : ComparisonMethod.t option;The method of the comparison. Choose from the following options: DIFFERENCE PERCENT_DIFFERENCE PERCENT
*)comparisonFormat : ComparisonFormatConfiguration.t option;The format of the comparison.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `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 ]