Module Values_0.PivotTableTotalOptionsSource

The total options for a pivot table visual.

Sourcetype nonrec t = {
  1. rowSubtotalOptions : SubtotalOptions.t option;
    (*

    The row subtotal options.

    *)
  2. columnSubtotalOptions : SubtotalOptions.t option;
    (*

    The column subtotal options.

    *)
  3. rowTotalOptions : PivotTotalOptions.t option;
    (*

    The row total options.

    *)
  4. columnTotalOptions : PivotTotalOptions.t option;
    (*

    The column total options.

    *)
}
Sourceval make : ?rowSubtotalOptions:??? -> ?columnSubtotalOptions:??? -> ?rowTotalOptions:??? -> ?columnTotalOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of TableFieldHeight.t | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of HexColor.t ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t