[ aws . quicksight ]

update-dashboard

Description

Updates a dashboard in an Amazon Web Services account.

Note

Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the `` UpdateDashboardPublishedVersion `` API operation.

See also: AWS API Documentation

Synopsis

  update-dashboard
--aws-account-id <value>
--dashboard-id <value>
--name <value>
[--source-entity <value>]
[--parameters <value>]
[--version-description <value>]
[--dashboard-publish-options <value>]
[--theme-arn <value>]
[--definition <value>]
[--validation-strategy <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]

Options

--aws-account-id (string)

The ID of the Amazon Web Services account that contains the dashboard that you’re updating.

--dashboard-id (string)

The ID for the dashboard.

--name (string)

The display name of the dashboard.

--source-entity (structure)

The entity that you are using as a source when you update the dashboard. In SourceEntity , you specify the type of object you’re using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the `` CreateTemplate `` API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.

Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

SourceTemplate -> (structure)

Source template.

DataSetReferences -> (list)

Dataset references.

(structure)

Dataset reference.

DataSetPlaceholder -> (string)

Dataset placeholder.

DataSetArn -> (string)

Dataset Amazon Resource Name (ARN).

Arn -> (string)

The Amazon Resource Name (ARN) of the resource.

JSON Syntax:

{
  "SourceTemplate": {
    "DataSetReferences": [
      {
        "DataSetPlaceholder": "string",
        "DataSetArn": "string"
      }
      ...
    ],
    "Arn": "string"
  }
}

--parameters (structure)

A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.

StringParameters -> (list)

The parameters that have a data type of string.

(structure)

A string parameter.

Name -> (string)

A display name for a string parameter.

Values -> (list)

The values of a string parameter.

(string)

IntegerParameters -> (list)

The parameters that have a data type of integer.

(structure)

An integer parameter.

Name -> (string)

The name of the integer parameter.

Values -> (list)

The values for the integer parameter.

(long)

DecimalParameters -> (list)

The parameters that have a data type of decimal.

(structure)

A decimal parameter.

Name -> (string)

A display name for the decimal parameter.

Values -> (list)

The values for the decimal parameter.

(double)

DateTimeParameters -> (list)

The parameters that have a data type of date-time.

(structure)

A date-time parameter.

Name -> (string)

A display name for the date-time parameter.

Values -> (list)

The values for the date-time parameter.

(timestamp)

JSON Syntax:

{
  "StringParameters": [
    {
      "Name": "string",
      "Values": ["string", ...]
    }
    ...
  ],
  "IntegerParameters": [
    {
      "Name": "string",
      "Values": [long, ...]
    }
    ...
  ],
  "DecimalParameters": [
    {
      "Name": "string",
      "Values": [double, ...]
    }
    ...
  ],
  "DateTimeParameters": [
    {
      "Name": "string",
      "Values": [timestamp, ...]
    }
    ...
  ]
}

--version-description (string)

A description for the first version of the dashboard being created.

--dashboard-publish-options (structure)

Options for publishing the dashboard when you create it:

  • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
  • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn’t enabled when this is set to DISABLED . This option is ENABLED by default.
  • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.

AdHocFilteringOption -> (structure)

Ad hoc (one-time) filtering option.

AvailabilityStatus -> (string)

Availability status.

ExportToCSVOption -> (structure)

Export to .csv option.

AvailabilityStatus -> (string)

Availability status.

SheetControlsOption -> (structure)

Sheet controls option.

VisibilityState -> (string)

Visibility state.

VisualPublishOptions -> (structure)

The visual publish options of a visual in a dashboard.

ExportHiddenFieldsOption -> (structure)

Determines if hidden fields are included in an exported dashboard.

AvailabilityStatus -> (string)

The status of the export hidden fields options of a dashbaord.

SheetLayoutElementMaximizationOption -> (structure)

The sheet layout maximization options of a dashbaord.

AvailabilityStatus -> (string)

The status of the sheet layout maximization options of a dashbaord.

VisualMenuOption -> (structure)

The menu options of a visual in a dashboard.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

VisualAxisSortOption -> (structure)

The axis sort options of a dashboard.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s axis sort options.

ExportWithHiddenFieldsOption -> (structure)

Determines if hidden fields are exported with a dashboard.

AvailabilityStatus -> (string)

The status of the export with hidden fields options.

DataPointDrillUpDownOption -> (structure)

The drill-down options of data points in a dashboard.

AvailabilityStatus -> (string)

The status of the drill down options of data points.

DataPointMenuLabelOption -> (structure)

The data point menu label options of a dashboard.

AvailabilityStatus -> (string)

The status of the data point menu options.

DataPointTooltipOption -> (structure)

The data point tool tip options of a dashboard.

AvailabilityStatus -> (string)

The status of the data point tool tip options.

Shorthand Syntax:

AdHocFilteringOption={AvailabilityStatus=string},ExportToCSVOption={AvailabilityStatus=string},SheetControlsOption={VisibilityState=string},VisualPublishOptions={ExportHiddenFieldsOption={AvailabilityStatus=string}},SheetLayoutElementMaximizationOption={AvailabilityStatus=string},VisualMenuOption={AvailabilityStatus=string},VisualAxisSortOption={AvailabilityStatus=string},ExportWithHiddenFieldsOption={AvailabilityStatus=string},DataPointDrillUpDownOption={AvailabilityStatus=string},DataPointMenuLabelOption={AvailabilityStatus=string},DataPointTooltipOption={AvailabilityStatus=string}

JSON Syntax:

{
  "AdHocFilteringOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "ExportToCSVOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "SheetControlsOption": {
    "VisibilityState": "EXPANDED"|"COLLAPSED"
  },
  "VisualPublishOptions": {
    "ExportHiddenFieldsOption": {
      "AvailabilityStatus": "ENABLED"|"DISABLED"
    }
  },
  "SheetLayoutElementMaximizationOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "VisualMenuOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "VisualAxisSortOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "ExportWithHiddenFieldsOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "DataPointDrillUpDownOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "DataPointMenuLabelOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  },
  "DataPointTooltipOption": {
    "AvailabilityStatus": "ENABLED"|"DISABLED"
  }
}

--theme-arn (string)

The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that was originally associated with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.

--definition (structure)

The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

DataSetIdentifierDeclarations -> (list)

An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard’s sub-structures.

(structure)

A data set.

Identifier -> (string)

The identifier of the data set, typically the data set’s name.

DataSetArn -> (string)

The Amazon Resource Name (ARN) of the data set.

Sheets -> (list)

An array of sheet definitions for a dashboard.

(structure)

A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.

SheetId -> (string)

The unique identifier of a sheet.

Title -> (string)

The title of the sheet.

Description -> (string)

A description of the sheet.

Name -> (string)

The name of the sheet. This name is displayed on the sheet’s tab in the Amazon QuickSight console.

ParameterControls -> (list)

The list of parameter controls that are on a sheet.

For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide .

(structure)

The control of a parameter that users can interact with in a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

DateTimePicker -> (structure)

A control from a date parameter that specifies date and time.

ParameterControlId -> (string)

The ID of the ParameterDateTimePickerControl .

Title -> (string)

The title of the ParameterDateTimePickerControl .

SourceParameterName -> (string)

The name of the ParameterDateTimePickerControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

DateTimeFormat -> (string)

Customize how dates are formatted in controls.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

List -> (structure)

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

ParameterControlId -> (string)

The ID of the ParameterListControl .

Title -> (string)

The title of the ParameterListControl .

SourceParameterName -> (string)

The source parameter name of the ParameterListControl .

DisplayOptions -> (structure)

The display options of a control.

SearchOptions -> (structure)

The configuration of the search options in a list control.

Visibility -> (string)

The visibility configuration of the search options in a list control.

SelectAllOptions -> (structure)

The configuration of the Select all options in a list control.

Visibility -> (string)

The visibility configuration of the Select all options in a list control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Type -> (string)

The type of ParameterListControl .

SelectableValues -> (structure)

A list of selectable values that are used in a control.

Values -> (list)

The values that are used in ParameterSelectableValues .

(string)

LinkToDataSetColumn -> (structure)

The column identifier that fetches values from the data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CascadingControlConfiguration -> (structure)

The values that are displayed in a control can be configured to only show values that are valid based on what’s selected in other controls.

SourceControls -> (list)

A list of source controls that determine the values that are used in the current control.

(structure)

The source controls that are used in a CascadingControlConfiguration .

SourceSheetControlId -> (string)

The source sheet control ID of a CascadingControlSource .

ColumnToMatch -> (structure)

The column identifier that determines which column to look up for the source sheet control.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Dropdown -> (structure)

A control to display a dropdown list with buttons that are used to select a single value.

ParameterControlId -> (string)

The ID of the ParameterDropDownControl .

Title -> (string)

The title of the ParameterDropDownControl .

SourceParameterName -> (string)

The source parameter name of the ParameterDropDownControl .

DisplayOptions -> (structure)

The display options of a control.

SelectAllOptions -> (structure)

The configuration of the Select all options in a dropdown control.

Visibility -> (string)

The visibility configuration of the Select all options in a list control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Type -> (string)

The type parameter name of the ParameterDropDownControl .

SelectableValues -> (structure)

A list of selectable values that are used in a control.

Values -> (list)

The values that are used in ParameterSelectableValues .

(string)

LinkToDataSetColumn -> (structure)

The column identifier that fetches values from the data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CascadingControlConfiguration -> (structure)

The values that are displayed in a control can be configured to only show values that are valid based on what’s selected in other controls.

SourceControls -> (list)

A list of source controls that determine the values that are used in the current control.

(structure)

The source controls that are used in a CascadingControlConfiguration .

SourceSheetControlId -> (string)

The source sheet control ID of a CascadingControlSource .

ColumnToMatch -> (structure)

The column identifier that determines which column to look up for the source sheet control.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TextField -> (structure)

A control to display a text box that is used to enter a single entry.

ParameterControlId -> (string)

The ID of the ParameterTextFieldControl .

Title -> (string)

The title of the ParameterTextFieldControl .

SourceParameterName -> (string)

The source parameter name of the ParameterTextFieldControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

PlaceholderOptions -> (structure)

The configuration of the placeholder options in a text field control.

Visibility -> (string)

The visibility configuration of the placeholder options in a text control.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

TextArea -> (structure)

A control to display a text box that is used to enter multiple entries.

ParameterControlId -> (string)

The ID of the ParameterTextAreaControl .

Title -> (string)

The title of the ParameterTextAreaControl .

SourceParameterName -> (string)

The source parameter name of the ParameterTextAreaControl .

Delimiter -> (string)

The delimiter that is used to separate the lines in text.

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

PlaceholderOptions -> (structure)

The configuration of the placeholder options in a text area control.

Visibility -> (string)

The visibility configuration of the placeholder options in a text control.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Slider -> (structure)

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

ParameterControlId -> (string)

The ID of the ParameterSliderControl .

Title -> (string)

The title of the ParameterSliderControl .

SourceParameterName -> (string)

The source parameter name of the ParameterSliderControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

MaximumValue -> (double)

The smaller value that is displayed at the left of the slider.

MinimumValue -> (double)

The larger value that is displayed at the right of the slider.

StepSize -> (double)

The number of increments that the slider bar is divided into.

FilterControls -> (list)

The list of filter controls that are on a sheet.

For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .

(structure)

The control of a filter that is used to interact with a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

DateTimePicker -> (structure)

A control from a date filter that is used to specify date and time.

FilterControlId -> (string)

The ID of the FilterDateTimePickerControl .

Title -> (string)

The title of the FilterDateTimePickerControl .

SourceFilterId -> (string)

The source filter ID of the FilterDateTimePickerControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

DateTimeFormat -> (string)

Customize how dates are formatted in controls.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Type -> (string)

The date time picker type of a FilterDateTimePickerControl . Choose one of the following options:

  • SINGLE_VALUED : The filter condition is a fixed date.
  • DATE_RANGE : The filter condition is a date time range.

List -> (structure)

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

FilterControlId -> (string)

The ID of the FilterListControl .

Title -> (string)

The title of the FilterListControl .

SourceFilterId -> (string)

The source filter ID of the FilterListControl .

DisplayOptions -> (structure)

The display options of a control.

SearchOptions -> (structure)

The configuration of the search options in a list control.

Visibility -> (string)

The visibility configuration of the search options in a list control.

SelectAllOptions -> (structure)

The configuration of the Select all options in a list control.

Visibility -> (string)

The visibility configuration of the Select all options in a list control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Type -> (string)

The type of FilterListControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from the list.
  • SINGLE_SELECT : The user can select a single entry from the list.

SelectableValues -> (structure)

A list of selectable values that are used in a control.

Values -> (list)

The values that are used in the FilterSelectableValues .

(string)

CascadingControlConfiguration -> (structure)

The values that are displayed in a control can be configured to only show values that are valid based on what’s selected in other controls.

SourceControls -> (list)

A list of source controls that determine the values that are used in the current control.

(structure)

The source controls that are used in a CascadingControlConfiguration .

SourceSheetControlId -> (string)

The source sheet control ID of a CascadingControlSource .

ColumnToMatch -> (structure)

The column identifier that determines which column to look up for the source sheet control.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Dropdown -> (structure)

A control to display a dropdown list with buttons that are used to select a single value.

FilterControlId -> (string)

The ID of the FilterDropDownControl .

Title -> (string)

The title of the FilterDropDownControl .

SourceFilterId -> (string)

The source filter ID of the FilterDropDownControl .

DisplayOptions -> (structure)

The display options of the FilterDropDownControl .

SelectAllOptions -> (structure)

The configuration of the Select all options in a dropdown control.

Visibility -> (string)

The visibility configuration of the Select all options in a list control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Type -> (string)

The type of the FilterDropDownControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT : The user can select a single entry from a dropdown menu.

SelectableValues -> (structure)

A list of selectable values that are used in a control.

Values -> (list)

The values that are used in the FilterSelectableValues .

(string)

CascadingControlConfiguration -> (structure)

The values that are displayed in a control can be configured to only show values that are valid based on what’s selected in other controls.

SourceControls -> (list)

A list of source controls that determine the values that are used in the current control.

(structure)

The source controls that are used in a CascadingControlConfiguration .

SourceSheetControlId -> (string)

The source sheet control ID of a CascadingControlSource .

ColumnToMatch -> (structure)

The column identifier that determines which column to look up for the source sheet control.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TextField -> (structure)

A control to display a text box that is used to enter a single entry.

FilterControlId -> (string)

The ID of the FilterTextFieldControl .

Title -> (string)

The title of the FilterTextFieldControl .

SourceFilterId -> (string)

The source filter ID of the FilterTextFieldControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

PlaceholderOptions -> (structure)

The configuration of the placeholder options in a text field control.

Visibility -> (string)

The visibility configuration of the placeholder options in a text control.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

TextArea -> (structure)

A control to display a text box that is used to enter multiple entries.

FilterControlId -> (string)

The ID of the FilterTextAreaControl .

Title -> (string)

The title of the FilterTextAreaControl .

SourceFilterId -> (string)

The source filter ID of the FilterTextAreaControl .

Delimiter -> (string)

The delimiter that is used to separate the lines in text.

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

PlaceholderOptions -> (structure)

The configuration of the placeholder options in a text area control.

Visibility -> (string)

The visibility configuration of the placeholder options in a text control.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Slider -> (structure)

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

FilterControlId -> (string)

The ID of the FilterSliderControl .

Title -> (string)

The title of the FilterSliderControl .

SourceFilterId -> (string)

The source filter ID of the FilterSliderControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Type -> (string)

The type of FilterSliderControl . Choose one of the following options:

  • SINGLE_POINT : Filter against(equals) a single data point.
  • RANGE : Filter data that is in a specified range.

MaximumValue -> (double)

The smaller value that is displayed at the left of the slider.

MinimumValue -> (double)

The larger value that is displayed at the right of the slider.

StepSize -> (double)

The number of increments that the slider bar is divided into.

RelativeDateTime -> (structure)

A control from a date filter that is used to specify the relative date.

FilterControlId -> (string)

The ID of the FilterTextAreaControl .

Title -> (string)

The title of the FilterTextAreaControl .

SourceFilterId -> (string)

The source filter ID of the FilterTextAreaControl .

DisplayOptions -> (structure)

The display options of a control.

TitleOptions -> (structure)

The options to configure the title visibility, name, and font size.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

DateTimeFormat -> (string)

Customize how dates are formatted in controls.

InfoIconLabelOptions -> (structure)

The configuration of info icon label options.

Visibility -> (string)

The visibility configuration of info icon label options.

InfoIconText -> (string)

The text content of info icon.

Visuals -> (list)

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.

(structure)

A visual displayed on a sheet in an analysis, dashboard, or template.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

TableVisual -> (structure)

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

TableAggregatedFieldWells -> (structure)

The aggregated field well for the table.

GroupBy -> (list)

The group by field well for a pivot table. Values are grouped by group by fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The values field well for a pivot table. Values are aggregated based on group by fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

TableUnaggregatedFieldWells -> (structure)

The unaggregated field well for the table.

Values -> (list)

The values field well for a pivot table. Values are unaggregated for an unaggregated table.

(structure)

The unaggregated field for a table.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the UnaggregatedField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

FormatConfiguration -> (structure)

The format configuration of the field.

StringFormatConfiguration -> (structure)

Formatting configuration for string fields.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumberFormatConfiguration -> (structure)

Formatting configuration for number fields.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateTimeFormatConfiguration -> (structure)

Formatting configuration for DateTime fields.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration for a TableVisual .

RowSort -> (list)

The field sort options for rows in the table.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

PaginationConfiguration -> (structure)

The pagination configuration (page size, page number) for the table.

PageSize -> (long)

Indicates how many items render in one page.

PageNumber -> (long)

Indicates the page number.

TableOptions -> (structure)

The table options for a table visual.

Orientation -> (string)

The orientation (vertical, horizontal) for a table.

HeaderStyle -> (structure)

The table cell style of a table header.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

CellStyle -> (structure)

The table cell style of table cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

RowAlternateColorOptions -> (structure)

The row alternate color options (widget status, row alternate colors) for a table.

Status -> (string)

Determines the widget status.

RowAlternateColors -> (list)

Determines the list of row alternate colors.

(string)

UsePrimaryBackgroundColor -> (string)

The primary background color options for alternate rows.

TotalOptions -> (structure)

The total options for a table visual.

TotalsVisibility -> (string)

The visibility configuration for the total cells.

Placement -> (string)

The placement (start, end) for the total cells.

ScrollStatus -> (string)

The scroll status (pinned, scrolled) for the total cells.

CustomLabel -> (string)

The custom label string for the total cells.

TotalCellStyle -> (structure)

Cell styling options for the total cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

TotalAggregationOptions -> (list)

The total aggregation settings for each value field.

(structure)

The total aggregation settings map of a field id.

FieldId -> (string)

The field id that’s associated with the total aggregation option.

TotalAggregationFunction -> (structure)

The total aggregation function that you want to set for a specified field id.

SimpleTotalAggregationFunction -> (string)

A built in aggregation function for total values.

FieldOptions -> (structure)

The field options for a table visual.

SelectedFieldOptions -> (list)

The field options to be configured to a table.

(structure)

The options for a table field.

FieldId -> (string)

The field ID for a table field.

Width -> (string)

The width for a table field.

CustomLabel -> (string)

The custom label for a table field.

Visibility -> (string)

The visibility of a table field.

URLStyling -> (structure)

The URL configuration for a table field.

LinkConfiguration -> (structure)

The link configuration of a table field URL.

Target -> (string)

The URL target (new tab, new window, same tab) for the table link configuration.

Content -> (structure)

The URL content (text, icon) for the table link configuration.

CustomTextContent -> (structure)

The custom text content (value, font configuration) for the table link content configuration.

Value -> (string)

The string value of the custom text content for the table URL link content.

FontConfiguration -> (structure)

The font configuration of the custom text content for the table URL link content.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomIconContent -> (structure)

The custom icon content for the table link content configuration.

Icon -> (string)

The icon set type (link) of the custom icon content for table URL link content.

ImageConfiguration -> (structure)

The image configuration of a table field URL.

SizingOptions -> (structure)

The sizing options for the table image configuration.

TableCellImageScalingConfiguration -> (string)

The cell scaling configuration of the sizing options for the table image configuration.

Order -> (list)

The order of the field IDs that are configured as field options for a table visual.

(string)

PinnedFieldOptions -> (structure)

The settings for the pinned columns of a table visual.

PinnedLeftFields -> (list)

A list of columns to be pinned to the left of a table visual.

(string)

PaginatedReportOptions -> (structure)

The paginated report options for a table visual.

VerticalOverflowVisibility -> (string)

The visibility of printing table overflow across pages.

OverflowColumnHeaderVisibility -> (string)

The visibility of repeating header rows on each page.

TableInlineVisualizations -> (list)

A collection of inline visualizations to display within a chart.

(structure)

The inline visualization of a specific type to display within a chart.

DataBars -> (structure)

The configuration of the inline visualization of the data bars within a chart.

FieldId -> (string)

The field ID for the data bars options.

PositiveColor -> (string)

The color of the positive data bar.

NegativeColor -> (string)

The color of the negative data bar.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ConditionalFormatting -> (structure)

The conditional formatting for a PivotTableVisual .

ConditionalFormattingOptions -> (list)

Conditional formatting options for a PivotTableVisual .

(structure)

Conditional formatting options for a PivotTableVisual .

Cell -> (structure)

The cell conditional formatting option for a table.

FieldId -> (string)

The field ID of the cell for conditional formatting.

TextFormat -> (structure)

The text format of the cell for conditional formatting.

BackgroundColor -> (structure)

The conditional formatting for the text background color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

TextColor -> (structure)

The conditional formatting for the text color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Icon -> (structure)

The conditional formatting for the icon.

IconSet -> (structure)

Formatting configuration for icon set.

Expression -> (string)

The expression that determines the formatting configuration for the icon set.

IconSetType -> (string)

Determines the icon set type.

CustomCondition -> (structure)

Determines the custom condition for an icon set.

Expression -> (string)

The expression that determines the condition of the icon set.

IconOptions -> (structure)

Custom icon options for an icon set.

Icon -> (string)

Determines the type of icon.

UnicodeIcon -> (string)

Determines the Unicode icon type.

Color -> (string)

Determines the color of the icon.

DisplayConfiguration -> (structure)

Determines the icon display configuration.

IconDisplayOption -> (string)

Determines the icon display configuration.

Row -> (structure)

The row conditional formatting option for a table.

BackgroundColor -> (structure)

The conditional formatting color (solid, gradient) of the background for a table row.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

TextColor -> (structure)

The conditional formatting color (solid, gradient) of the text for a table row.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

PivotTableVisual -> (structure)

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

PivotTableAggregatedFieldWells -> (structure)

The aggregated field well for the pivot table.

Rows -> (list)

The rows field well for a pivot table. Values are grouped by rows fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Columns -> (list)

The columns field well for a pivot table. Values are grouped by columns fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The values field well for a pivot table. Values are aggregated based on rows and columns fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration for a PivotTableVisual .

FieldSortOptions -> (list)

The field sort options for a pivot table sort configuration.

(structure)

The field sort options for a pivot table sort configuration.

FieldId -> (string)

The field ID for the field sort options.

SortBy -> (structure)

The sort by field for the field sort options.

Field -> (structure)

The field sort (field id, direction) for the pivot table sort by options.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

Column -> (structure)

The column sort (field id, direction) for the pivot table sort by options.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

DataPath -> (structure)

The data path sort (data path value, direction) for the pivot table sort by options.

Direction -> (string)

Determines the sort direction.

SortPaths -> (list)

The list of data paths that need to be sorted.

(structure)

The data path that needs to be sorted.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

TableOptions -> (structure)

The table options for a pivot table visual.

MetricPlacement -> (string)

The metric placement (row, column) options.

SingleMetricVisibility -> (string)

The visibility of the single metric options.

ColumnNamesVisibility -> (string)

The visibility of the column names.

ToggleButtonsVisibility -> (string)

Determines the visibility of the pivot table.

ColumnHeaderStyle -> (structure)

The table cell style of the column header.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

RowHeaderStyle -> (structure)

The table cell style of the row headers.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

CellStyle -> (structure)

The table cell style of cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

RowFieldNamesStyle -> (structure)

The table cell style of row field names.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

RowAlternateColorOptions -> (structure)

The row alternate color options (widget status, row alternate colors).

Status -> (string)

Determines the widget status.

RowAlternateColors -> (list)

Determines the list of row alternate colors.

(string)

UsePrimaryBackgroundColor -> (string)

The primary background color options for alternate rows.

CollapsedRowDimensionsVisibility -> (string)

The visibility setting of a pivot table’s collapsed row dimension fields. If the value of this structure is HIDDEN , all collapsed columns in a pivot table are automatically hidden. The default value is VISIBLE .

RowsLayout -> (string)

The layout for the row dimension headers of a pivot table. Choose one of the following options.

  • TABULAR : (Default) Each row field is displayed in a separate column.
  • HIERARCHY : All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.

RowsLabelOptions -> (structure)

The options for the label that is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY .

Visibility -> (string)

The visibility of the rows label.

CustomLabel -> (string)

The custom label string for the rows label.

DefaultCellWidth -> (string)

The default cell width of the pivot table.

TotalOptions -> (structure)

The total options for a pivot table visual.

RowSubtotalOptions -> (structure)

The row subtotal options.

TotalsVisibility -> (string)

The visibility configuration for the subtotal cells.

CustomLabel -> (string)

The custom label string for the subtotal cells.

FieldLevel -> (string)

The field level (all, custom, last) for the subtotal cells.

FieldLevelOptions -> (list)

The optional configuration of subtotal cells.

(structure)

The optional configuration of subtotals cells.

FieldId -> (string)

The field ID of the subtotal options.

TotalCellStyle -> (structure)

The cell styling options for the subtotal cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

ValueCellStyle -> (structure)

The cell styling options for the subtotals of value cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

MetricHeaderCellStyle -> (structure)

The cell styling options for the subtotals of header cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

StyleTargets -> (list)

The style targets options for subtotals.

(structure)

The table style target.

CellType -> (string)

The cell type of the table style target.

ColumnSubtotalOptions -> (structure)

The column subtotal options.

TotalsVisibility -> (string)

The visibility configuration for the subtotal cells.

CustomLabel -> (string)

The custom label string for the subtotal cells.

FieldLevel -> (string)

The field level (all, custom, last) for the subtotal cells.

FieldLevelOptions -> (list)

The optional configuration of subtotal cells.

(structure)

The optional configuration of subtotals cells.

FieldId -> (string)

The field ID of the subtotal options.

TotalCellStyle -> (structure)

The cell styling options for the subtotal cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

ValueCellStyle -> (structure)

The cell styling options for the subtotals of value cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

MetricHeaderCellStyle -> (structure)

The cell styling options for the subtotals of header cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

StyleTargets -> (list)

The style targets options for subtotals.

(structure)

The table style target.

CellType -> (string)

The cell type of the table style target.

RowTotalOptions -> (structure)

The row total options.

TotalsVisibility -> (string)

The visibility configuration for the total cells.

Placement -> (string)

The placement (start, end) for the total cells.

ScrollStatus -> (string)

The scroll status (pinned, scrolled) for the total cells.

CustomLabel -> (string)

The custom label string for the total cells.

TotalCellStyle -> (structure)

The cell styling options for the total cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

ValueCellStyle -> (structure)

The cell styling options for the totals of value cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

MetricHeaderCellStyle -> (structure)

The cell styling options for the total of header cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

TotalAggregationOptions -> (list)

The total aggregation options for each value field.

(structure)

The total aggregation settings map of a field id.

FieldId -> (string)

The field id that’s associated with the total aggregation option.

TotalAggregationFunction -> (structure)

The total aggregation function that you want to set for a specified field id.

SimpleTotalAggregationFunction -> (string)

A built in aggregation function for total values.

ColumnTotalOptions -> (structure)

The column total options.

TotalsVisibility -> (string)

The visibility configuration for the total cells.

Placement -> (string)

The placement (start, end) for the total cells.

ScrollStatus -> (string)

The scroll status (pinned, scrolled) for the total cells.

CustomLabel -> (string)

The custom label string for the total cells.

TotalCellStyle -> (structure)

The cell styling options for the total cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

ValueCellStyle -> (structure)

The cell styling options for the totals of value cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

MetricHeaderCellStyle -> (structure)

The cell styling options for the total of header cells.

Visibility -> (string)

The visibility of the table cells.

FontConfiguration -> (structure)

The font configuration of the table cells.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

TextWrap -> (string)

The text wrap (none, wrap) for the table cells.

HorizontalTextAlignment -> (string)

The horizontal text alignment (left, center, right, auto) for the table cells.

VerticalTextAlignment -> (string)

The vertical text alignment (top, middle, bottom) for the table cells.

BackgroundColor -> (string)

The background color for the table cells.

Height -> (integer)

The height color for the table cells.

Border -> (structure)

The borders for the table cells.

UniformBorder -> (structure)

Determines the options for uniform border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

SideSpecificBorder -> (structure)

Determines the options for side specific border.

InnerVertical -> (structure)

The table border options of the inner vertical border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

InnerHorizontal -> (structure)

The table border options of the inner horizontal border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Left -> (structure)

The table border options of the left border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Right -> (structure)

The table border options of the right border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Top -> (structure)

The table border options of the top border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

Bottom -> (structure)

The table border options of the bottom border.

Color -> (string)

The color of a table border.

Thickness -> (integer)

The thickness of a table border.

Style -> (string)

The style (none, solid) of a table border.

TotalAggregationOptions -> (list)

The total aggregation options for each value field.

(structure)

The total aggregation settings map of a field id.

FieldId -> (string)

The field id that’s associated with the total aggregation option.

TotalAggregationFunction -> (structure)

The total aggregation function that you want to set for a specified field id.

SimpleTotalAggregationFunction -> (string)

A built in aggregation function for total values.

FieldOptions -> (structure)

The field options for a pivot table visual.

SelectedFieldOptions -> (list)

The selected field options for the pivot table field options.

(structure)

The selected field options for the pivot table field options.

FieldId -> (string)

The field ID of the pivot table field.

CustomLabel -> (string)

The custom label of the pivot table field.

Visibility -> (string)

The visibility of the pivot table field.

DataPathOptions -> (list)

The data path options for the pivot table field options.

(structure)

The data path options for the pivot table field options.

DataPathList -> (list)

The list of data path values for the data path options.

(structure)

The data path that needs to be sorted.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Width -> (string)

The width of the data path option.

CollapseStateOptions -> (list)

The collapse state options for the pivot table field options.

(structure)

The collapse state options for the pivot table field options.

Target -> (structure)

A tagged-union object that sets the collapse state.

FieldId -> (string)

The field ID of the pivot table that the collapse state needs to be set to.

FieldDataPathValues -> (list)

The data path of the pivot table’s header. Used to set the collapse state.

(structure)

The data path that needs to be sorted.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

State -> (string)

The state of the field target of a pivot table. Choose one of the following options:

  • COLLAPSED
  • EXPANDED

PaginatedReportOptions -> (structure)

The paginated report options for a pivot table visual.

VerticalOverflowVisibility -> (string)

The visibility of the printing table overflow across pages.

OverflowColumnHeaderVisibility -> (string)

The visibility of the repeating header rows on each page.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ConditionalFormatting -> (structure)

The conditional formatting for a PivotTableVisual .

ConditionalFormattingOptions -> (list)

Conditional formatting options for a PivotTableVisual .

(structure)

Conditional formatting options for a PivotTableVisual .

Cell -> (structure)

The cell conditional formatting option for a pivot table.

FieldId -> (string)

The field ID of the cell for conditional formatting.

TextFormat -> (structure)

The text format of the cell for conditional formatting.

BackgroundColor -> (structure)

The conditional formatting for the text background color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

TextColor -> (structure)

The conditional formatting for the text color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Icon -> (structure)

The conditional formatting for the icon.

IconSet -> (structure)

Formatting configuration for icon set.

Expression -> (string)

The expression that determines the formatting configuration for the icon set.

IconSetType -> (string)

Determines the icon set type.

CustomCondition -> (structure)

Determines the custom condition for an icon set.

Expression -> (string)

The expression that determines the condition of the icon set.

IconOptions -> (structure)

Custom icon options for an icon set.

Icon -> (string)

Determines the type of icon.

UnicodeIcon -> (string)

Determines the Unicode icon type.

Color -> (string)

Determines the color of the icon.

DisplayConfiguration -> (structure)

Determines the icon display configuration.

IconDisplayOption -> (string)

Determines the icon display configuration.

Scope -> (structure)

The scope of the cell for conditional formatting.

Role -> (string)

The role (field, field total, grand total) of the cell for conditional formatting.

Scopes -> (list)

A list of cell scopes for conditional formatting.

(structure)

The scope of the cell for conditional formatting.

Role -> (string)

The role (field, field total, grand total) of the cell for conditional formatting.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

BarChartVisual -> (structure)

A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

BarChartAggregatedFieldWells -> (structure)

The aggregated field wells of a bar chart.

Category -> (list)

The category (y-axis) field well of a bar chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The value field wells of a bar chart. Values are aggregated by category.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Colors -> (list)

The color (group/color) field well of a bar chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SmallMultiples -> (list)

The small multiples field well of a bar chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration of a BarChartVisual .

CategorySort -> (list)

The sort configuration of category fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryItemsLimit -> (structure)

The limit on the number of categories displayed in a bar chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

ColorSort -> (list)

The sort configuration of color fields in a bar chart.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

ColorItemsLimit -> (structure)

The limit on the number of values displayed in a bar chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

SmallMultiplesSort -> (list)

The sort configuration of the small multiples field.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

SmallMultiplesLimitConfiguration -> (structure)

The limit on the number of small multiples panels that are displayed.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

Orientation -> (string)

The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.

BarsArrangement -> (string)

Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.

VisualPalette -> (structure)

The palette (chart color) display setup of the visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

SmallMultiplesOptions -> (structure)

The small multiples setup for the visual.

MaxVisibleRows -> (long)

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto , which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

MaxVisibleColumns -> (long)

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto , which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

PanelConfiguration -> (structure)

Configures the display options for each small multiples panel.

Title -> (structure)

Configures the title display within each small multiples panel.

Visibility -> (string)

Determines whether or not panel titles are displayed.

FontConfiguration -> (structure)

Configures the display properties of the given text.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

HorizontalTextAlignment -> (string)

Sets the horizontal text alignment of the title within each panel.

BorderVisibility -> (string)

Determines whether or not each panel displays a border.

BorderThickness -> (string)

Sets the line thickness of panel borders.

BorderStyle -> (string)

Sets the line style of panel borders.

BorderColor -> (string)

Sets the line color of panel borders.

GutterVisibility -> (string)

Determines whether or not negative space between sibling panels is rendered.

GutterSpacing -> (string)

Sets the total amount of negative space to display between sibling panels.

BackgroundVisibility -> (string)

Determines whether or not a background for each small multiples panel is rendered.

BackgroundColor -> (string)

Sets the background color for each panel.

XAxis -> (structure)

The properties of a small multiples X axis.

Scale -> (string)

Determines whether scale of the axes are shared or independent. The default value is SHARED .

Placement -> (string)

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

YAxis -> (structure)

The properties of a small multiples Y axis.

Scale -> (string)

Determines whether scale of the axes are shared or independent. The default value is SHARED .

Placement -> (string)

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

CategoryAxis -> (structure)

The label display options (grid line, range, scale, axis step) for bar chart category.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

CategoryLabelOptions -> (structure)

The label options (label text, label visibility and sort icon visibility) for a bar chart.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ValueAxis -> (structure)

The label display options (grid line, range, scale, axis step) for a bar chart value.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

ValueLabelOptions -> (structure)

The label options (label text, label visibility and sort icon visibility) for a bar chart value.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColorLabelOptions -> (structure)

The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The options that determine if visual data labels are displayed.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

ReferenceLines -> (list)

The reference line setup of the visual.

(structure)

The reference line visual display options.

Status -> (string)

The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

DataConfiguration -> (structure)

The data configuration of the reference line.

StaticConfiguration -> (structure)

The static data configuration of the reference line data configuration.

Value -> (double)

The double input of the static data.

DynamicConfiguration -> (structure)

The dynamic configuration of the reference line data configuration.

Column -> (structure)

The column that the dynamic data targets.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

MeasureAggregationFunction -> (structure)

The aggregation function that is used in the dynamic data.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

Calculation -> (structure)

The calculation that is used in the dynamic data.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

AxisBinding -> (string)

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

SeriesType -> (string)

The series type of the reference line data configuration. Choose one of the following options:

  • BAR
  • LINE

StyleConfiguration -> (structure)

The style configuration of the reference line.

Pattern -> (string)

The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

Color -> (string)

The hex color of the reference line.

LabelConfiguration -> (structure)

The label configuration of the reference line.

ValueLabelConfiguration -> (structure)

The value label configuration of the label in a reference line.

RelativePosition -> (string)

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

FormatConfiguration -> (structure)

The format configuration of the value label.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CustomLabelConfiguration -> (structure)

The custom label configuration of the label in a reference line.

CustomLabel -> (string)

The string text of the custom label.

FontConfiguration -> (structure)

The font configuration of the label in a reference line.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

FontColor -> (string)

The font color configuration of the label in a reference line.

HorizontalPosition -> (string)

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

VerticalPosition -> (string)

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

ContributionAnalysisDefaults -> (list)

The contribution analysis (anomaly configuration) setup of the visual.

(structure)

The contribution analysis visual display for a line, pie, or bar chart.

MeasureFieldId -> (string)

The measure field that is used in the contribution analysis.

ContributorDimensions -> (list)

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

KPIVisual -> (structure)

A key performance indicator (KPI).

For more information, see Using KPIs in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a KPI visual.

FieldWells -> (structure)

The field well configuration of a KPI visual.

Values -> (list)

The value field wells of a KPI visual.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

TargetValues -> (list)

The target value field wells of a KPI visual.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

TrendGroups -> (list)

The trend group field wells of a KPI visual.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration of a KPI visual.

TrendGroupSort -> (list)

The sort configuration of the trend group fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

KPIOptions -> (structure)

The options that determine the presentation of a KPI visual.

ProgressBar -> (structure)

The options that determine the presentation of the progress bar of a KPI visual.

Visibility -> (string)

The visibility of the progress bar.

TrendArrows -> (structure)

The options that determine the presentation of trend arrows in a KPI visual.

Visibility -> (string)

The visibility of the trend arrows.

SecondaryValue -> (structure)

The options that determine the presentation of the secondary value of a KPI visual.

Visibility -> (string)

Determines the visibility of the secondary value.

Comparison -> (structure)

The comparison configuration of a KPI visual.

ComparisonMethod -> (string)

The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT

ComparisonFormat -> (structure)

The format of the comparison.

NumberDisplayFormatConfiguration -> (structure)

The number display format.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The percentage display format.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PrimaryValueDisplayType -> (string)

The options that determine the primary value display type.

PrimaryValueFontConfiguration -> (structure)

The options that determine the primary value font configuration.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

SecondaryValueFontConfiguration -> (structure)

The options that determine the secondary value font configuration.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

Sparkline -> (structure)

The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.

Visibility -> (string)

The visibility of the sparkline.

Type -> (string)

The type of the sparkline.

Color -> (string)

The color of the sparkline.

TooltipVisibility -> (string)

The tooltip visibility of the sparkline.

VisualLayoutOptions -> (structure)

The options that determine the layout a KPI visual.

StandardLayout -> (structure)

The standard layout of the KPI visual.

Type -> (string)

The standard layout type.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ConditionalFormatting -> (structure)

The conditional formatting of a KPI visual.

ConditionalFormattingOptions -> (list)

The conditional formatting options of a KPI visual.

(structure)

The conditional formatting options of a KPI visual.

PrimaryValue -> (structure)

The conditional formatting for the primary value of a KPI visual.

TextColor -> (structure)

The conditional formatting of the primary value’s text color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Icon -> (structure)

The conditional formatting of the primary value’s icon.

IconSet -> (structure)

Formatting configuration for icon set.

Expression -> (string)

The expression that determines the formatting configuration for the icon set.

IconSetType -> (string)

Determines the icon set type.

CustomCondition -> (structure)

Determines the custom condition for an icon set.

Expression -> (string)

The expression that determines the condition of the icon set.

IconOptions -> (structure)

Custom icon options for an icon set.

Icon -> (string)

Determines the type of icon.

UnicodeIcon -> (string)

Determines the Unicode icon type.

Color -> (string)

Determines the color of the icon.

DisplayConfiguration -> (structure)

Determines the icon display configuration.

IconDisplayOption -> (string)

Determines the icon display configuration.

ProgressBar -> (structure)

The conditional formatting for the progress bar of a KPI visual.

ForegroundColor -> (structure)

The conditional formatting of the progress bar’s foreground color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

ActualValue -> (structure)

The conditional formatting for the actual value of a KPI visual.

TextColor -> (structure)

The conditional formatting of the actual value’s text color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Icon -> (structure)

The conditional formatting of the actual value’s icon.

IconSet -> (structure)

Formatting configuration for icon set.

Expression -> (string)

The expression that determines the formatting configuration for the icon set.

IconSetType -> (string)

Determines the icon set type.

CustomCondition -> (structure)

Determines the custom condition for an icon set.

Expression -> (string)

The expression that determines the condition of the icon set.

IconOptions -> (structure)

Custom icon options for an icon set.

Icon -> (string)

Determines the type of icon.

UnicodeIcon -> (string)

Determines the Unicode icon type.

Color -> (string)

Determines the color of the icon.

DisplayConfiguration -> (structure)

Determines the icon display configuration.

IconDisplayOption -> (string)

Determines the icon display configuration.

ComparisonValue -> (structure)

The conditional formatting for the comparison value of a KPI visual.

TextColor -> (structure)

The conditional formatting of the comparison value’s text color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Icon -> (structure)

The conditional formatting of the comparison value’s icon.

IconSet -> (structure)

Formatting configuration for icon set.

Expression -> (string)

The expression that determines the formatting configuration for the icon set.

IconSetType -> (string)

Determines the icon set type.

CustomCondition -> (structure)

Determines the custom condition for an icon set.

Expression -> (string)

The expression that determines the condition of the icon set.

IconOptions -> (structure)

Custom icon options for an icon set.

Icon -> (string)

Determines the type of icon.

UnicodeIcon -> (string)

Determines the Unicode icon type.

Color -> (string)

Determines the color of the icon.

DisplayConfiguration -> (structure)

Determines the icon display configuration.

IconDisplayOption -> (string)

Determines the icon display configuration.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PieChartVisual -> (structure)

A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a pie chart.

FieldWells -> (structure)

The field wells of the visual.

PieChartAggregatedFieldWells -> (structure)

The field well configuration of a pie chart.

Category -> (list)

The category (group/color) field wells of a pie chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The value field wells of a pie chart. Values are aggregated based on categories.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SmallMultiples -> (list)

The small multiples field well of a pie chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration of a pie chart.

CategorySort -> (list)

The sort configuration of the category fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryItemsLimit -> (structure)

The limit on the number of categories that are displayed in a pie chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

SmallMultiplesSort -> (list)

The sort configuration of the small multiples field.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

SmallMultiplesLimitConfiguration -> (structure)

The limit on the number of small multiples panels that are displayed.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

DonutOptions -> (structure)

The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.

ArcOptions -> (structure)

The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL - A small-sized donut chart
  • MEDIUM - A medium-sized donut chart
  • LARGE - A large-sized donut chart

ArcThickness -> (string)

The arc thickness of a GaugeChartVisual .

DonutCenterOptions -> (structure)

The label options of the label that is displayed in the center of a donut chart. This option isn’t available for pie charts.

LabelVisibility -> (string)

Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .

SmallMultiplesOptions -> (structure)

The small multiples setup for the visual.

MaxVisibleRows -> (long)

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto , which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

MaxVisibleColumns -> (long)

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto , which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

PanelConfiguration -> (structure)

Configures the display options for each small multiples panel.

Title -> (structure)

Configures the title display within each small multiples panel.

Visibility -> (string)

Determines whether or not panel titles are displayed.

FontConfiguration -> (structure)

Configures the display properties of the given text.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

HorizontalTextAlignment -> (string)

Sets the horizontal text alignment of the title within each panel.

BorderVisibility -> (string)

Determines whether or not each panel displays a border.

BorderThickness -> (string)

Sets the line thickness of panel borders.

BorderStyle -> (string)

Sets the line style of panel borders.

BorderColor -> (string)

Sets the line color of panel borders.

GutterVisibility -> (string)

Determines whether or not negative space between sibling panels is rendered.

GutterSpacing -> (string)

Sets the total amount of negative space to display between sibling panels.

BackgroundVisibility -> (string)

Determines whether or not a background for each small multiples panel is rendered.

BackgroundColor -> (string)

Sets the background color for each panel.

XAxis -> (structure)

The properties of a small multiples X axis.

Scale -> (string)

Determines whether scale of the axes are shared or independent. The default value is SHARED .

Placement -> (string)

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

YAxis -> (structure)

The properties of a small multiples Y axis.

Scale -> (string)

Determines whether scale of the axes are shared or independent. The default value is SHARED .

Placement -> (string)

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

CategoryLabelOptions -> (structure)

The label options of the group/color that is displayed in a pie chart.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ValueLabelOptions -> (structure)

The label options for the value that is displayed in a pie chart.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The options that determine if visual data labels are displayed.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

VisualPalette -> (structure)

The palette (chart color) display setup of the visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

ContributionAnalysisDefaults -> (list)

The contribution analysis (anomaly configuration) setup of the visual.

(structure)

The contribution analysis visual display for a line, pie, or bar chart.

MeasureFieldId -> (string)

The measure field that is used in the contribution analysis.

ContributorDimensions -> (list)

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

GaugeChartVisual -> (structure)

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a GaugeChartVisual .

FieldWells -> (structure)

The field well configuration of a GaugeChartVisual .

Values -> (list)

The value field wells of a GaugeChartVisual .

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

TargetValues -> (list)

The target value field wells of a GaugeChartVisual .

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

GaugeChartOptions -> (structure)

The options that determine the presentation of the GaugeChartVisual .

PrimaryValueDisplayType -> (string)

The options that determine the primary value display type.

Comparison -> (structure)

The comparison configuration of a GaugeChartVisual .

ComparisonMethod -> (string)

The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT

ComparisonFormat -> (structure)

The format of the comparison.

NumberDisplayFormatConfiguration -> (structure)

The number display format.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The percentage display format.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

ArcAxis -> (structure)

The arc axis configuration of a GaugeChartVisual .

Range -> (structure)

The arc axis range of a GaugeChartVisual .

Min -> (double)

The minimum value of the arc axis range.

Max -> (double)

The maximum value of the arc axis range.

ReserveRange -> (integer)

The reserved range of the arc axis.

Arc -> (structure)

The arc configuration of a GaugeChartVisual .

ArcAngle -> (double)

The option that determines the arc angle of a GaugeChartVisual .

ArcThickness -> (string)

The options that determine the arc thickness of a GaugeChartVisual .

PrimaryValueFontConfiguration -> (structure)

The options that determine the primary value font configuration.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

DataLabels -> (structure)

The data label configuration of a GaugeChartVisual .

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

TooltipOptions -> (structure)

The tooltip configuration of a GaugeChartVisual .

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

VisualPalette -> (structure)

The visual palette configuration of a GaugeChartVisual .

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ConditionalFormatting -> (structure)

The conditional formatting of a GaugeChartVisual .

ConditionalFormattingOptions -> (list)

Conditional formatting options of a GaugeChartVisual .

(structure)

Conditional formatting options of a GaugeChartVisual .

PrimaryValue -> (structure)

The conditional formatting for the primary value of a GaugeChartVisual .

TextColor -> (structure)

The conditional formatting of the primary value text color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Icon -> (structure)

The conditional formatting of the primary value icon.

IconSet -> (structure)

Formatting configuration for icon set.

Expression -> (string)

The expression that determines the formatting configuration for the icon set.

IconSetType -> (string)

Determines the icon set type.

CustomCondition -> (structure)

Determines the custom condition for an icon set.

Expression -> (string)

The expression that determines the condition of the icon set.

IconOptions -> (structure)

Custom icon options for an icon set.

Icon -> (string)

Determines the type of icon.

UnicodeIcon -> (string)

Determines the Unicode icon type.

Color -> (string)

Determines the color of the icon.

DisplayConfiguration -> (structure)

Determines the icon display configuration.

IconDisplayOption -> (string)

Determines the icon display configuration.

Arc -> (structure)

The options that determine the presentation of the arc of a GaugeChartVisual .

ForegroundColor -> (structure)

The conditional formatting of the arc foreground color.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

LineChartVisual -> (structure)

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a line chart.

FieldWells -> (structure)

The field well configuration of a line chart.

LineChartAggregatedFieldWells -> (structure)

The field well configuration of a line chart.

Category -> (list)

The category field wells of a line chart. Values are grouped by category fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The value field wells of a line chart. Values are aggregated based on categories.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Colors -> (list)

The color field wells of a line chart. Values are grouped by category fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SmallMultiples -> (list)

The small multiples field well of a line chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration of a line chart.

CategorySort -> (list)

The sort configuration of the category fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryItemsLimitConfiguration -> (structure)

The limit on the number of categories that are displayed in a line chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

ColorItemsLimitConfiguration -> (structure)

The limit on the number of lines that are displayed in a line chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

SmallMultiplesSort -> (list)

The sort configuration of the small multiples field.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

SmallMultiplesLimitConfiguration -> (structure)

The limit on the number of small multiples panels that are displayed.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

ForecastConfigurations -> (list)

The forecast configuration of a line chart.

(structure)

The forecast configuration that is used in a line chart’s display properties.

ForecastProperties -> (structure)

The forecast properties setup of a forecast in the line chart.

PeriodsForward -> (integer)

The periods forward setup of a forecast computation.

PeriodsBackward -> (integer)

The periods backward setup of a forecast computation.

UpperBoundary -> (double)

The upper boundary setup of a forecast computation.

LowerBoundary -> (double)

The lower boundary setup of a forecast computation.

PredictionInterval -> (integer)

The prediction interval setup of a forecast computation.

Seasonality -> (integer)

The seasonality setup of a forecast computation. Choose one of the following options:

  • NULL : The input is set to NULL .
  • NON_NULL : The input is set to a custom value.

Scenario -> (structure)

The forecast scenario of a forecast in the line chart.

WhatIfPointScenario -> (structure)

The what-if analysis forecast setup with the target date.

Date -> (timestamp)

The date that you need the forecast results for.

Value -> (double)

The target value that you want to meet for the provided date.

WhatIfRangeScenario -> (structure)

The what-if analysis forecast setup with the date range.

StartDate -> (timestamp)

The start date in the date range that you need the forecast results for.

EndDate -> (timestamp)

The end date in the date range that you need the forecast results for.

Value -> (double)

The target value that you want to meet for the provided date range.

Type -> (string)

Determines the type of the line chart.

SmallMultiplesOptions -> (structure)

The small multiples setup for the visual.

MaxVisibleRows -> (long)

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto , which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

MaxVisibleColumns -> (long)

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto , which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

PanelConfiguration -> (structure)

Configures the display options for each small multiples panel.

Title -> (structure)

Configures the title display within each small multiples panel.

Visibility -> (string)

Determines whether or not panel titles are displayed.

FontConfiguration -> (structure)

Configures the display properties of the given text.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

HorizontalTextAlignment -> (string)

Sets the horizontal text alignment of the title within each panel.

BorderVisibility -> (string)

Determines whether or not each panel displays a border.

BorderThickness -> (string)

Sets the line thickness of panel borders.

BorderStyle -> (string)

Sets the line style of panel borders.

BorderColor -> (string)

Sets the line color of panel borders.

GutterVisibility -> (string)

Determines whether or not negative space between sibling panels is rendered.

GutterSpacing -> (string)

Sets the total amount of negative space to display between sibling panels.

BackgroundVisibility -> (string)

Determines whether or not a background for each small multiples panel is rendered.

BackgroundColor -> (string)

Sets the background color for each panel.

XAxis -> (structure)

The properties of a small multiples X axis.

Scale -> (string)

Determines whether scale of the axes are shared or independent. The default value is SHARED .

Placement -> (string)

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

YAxis -> (structure)

The properties of a small multiples Y axis.

Scale -> (string)

Determines whether scale of the axes are shared or independent. The default value is SHARED .

Placement -> (string)

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

XAxisDisplayOptions -> (structure)

The options that determine the presentation of the x-axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

XAxisLabelOptions -> (structure)

The options that determine the presentation of the x-axis label.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

PrimaryYAxisDisplayOptions -> (structure)

The series axis configuration of a line chart.

AxisOptions -> (structure)

The options that determine the presentation of the line series axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

MissingDataConfigurations -> (list)

The configuration options that determine how missing data is treated during the rendering of a line chart.

(structure)

The configuration options that determine how missing data is treated during the rendering of a line chart.

TreatmentOption -> (string)

The treatment option that determines how missing data should be rendered. Choose from the following options:

  • INTERPOLATE : Interpolate missing values between the prior and the next known value.
  • SHOW_AS_ZERO : Show missing values as the value 0 .
  • SHOW_AS_BLANK : Display a blank space when rendering missing data.

PrimaryYAxisLabelOptions -> (structure)

The options that determine the presentation of the y-axis label.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

SecondaryYAxisDisplayOptions -> (structure)

The series axis configuration of a line chart.

AxisOptions -> (structure)

The options that determine the presentation of the line series axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

MissingDataConfigurations -> (list)

The configuration options that determine how missing data is treated during the rendering of a line chart.

(structure)

The configuration options that determine how missing data is treated during the rendering of a line chart.

TreatmentOption -> (string)

The treatment option that determines how missing data should be rendered. Choose from the following options:

  • INTERPOLATE : Interpolate missing values between the prior and the next known value.
  • SHOW_AS_ZERO : Show missing values as the value 0 .
  • SHOW_AS_BLANK : Display a blank space when rendering missing data.

SecondaryYAxisLabelOptions -> (structure)

The options that determine the presentation of the secondary y-axis label.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

SingleAxisOptions -> (structure)

The settings of a chart’s single axis configuration.

YAxisOptions -> (structure)

The Y axis options of a single axis configuration.

YAxis -> (string)

The Y axis type to be used in the chart.

If you choose PRIMARY_Y_AXIS , the primary Y Axis is located on the leftmost vertical axis of the chart.

DefaultSeriesSettings -> (structure)

The options that determine the default presentation of all line series in LineChartVisual .

AxisBinding -> (string)

The axis to which you are binding all line series to.

LineStyleSettings -> (structure)

Line styles options for all line series in the visual.

LineVisibility -> (string)

Configuration option that determines whether to show the line for the series.

LineInterpolation -> (string)

Interpolation style for line series.

  • LINEAR : Show as default, linear style.
  • SMOOTH : Show as a smooth curve.
  • STEPPED : Show steps in line.

LineStyle -> (string)

Line style for line series.

  • SOLID : Show as a solid line.
  • DOTTED : Show as a dotted line.
  • DASHED : Show as a dashed line.

LineWidth -> (string)

Width that determines the line thickness.

MarkerStyleSettings -> (structure)

Marker styles options for all line series in the visual.

MarkerVisibility -> (string)

Configuration option that determines whether to show the markers in the series.

MarkerShape -> (string)

Shape option for markers in the series.

  • CIRCLE : Show marker as a circle.
  • TRIANGLE : Show marker as a triangle.
  • SQUARE : Show marker as a square.
  • DIAMOND : Show marker as a diamond.
  • ROUNDED_SQUARE : Show marker as a rounded square.

MarkerSize -> (string)

Size of marker in the series.

MarkerColor -> (string)

Color of marker in the series.

Series -> (list)

The series item configuration of a line chart.

(structure)

The series item configuration of a line chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldSeriesItem -> (structure)

The field series item configuration of a line chart.

FieldId -> (string)

The field ID of the field for which you are setting the axis binding.

AxisBinding -> (string)

The axis that you are binding the field to.

Settings -> (structure)

The options that determine the presentation of line series associated to the field.

LineStyleSettings -> (structure)

Line styles options for a line series in LineChartVisual .

LineVisibility -> (string)

Configuration option that determines whether to show the line for the series.

LineInterpolation -> (string)

Interpolation style for line series.

  • LINEAR : Show as default, linear style.
  • SMOOTH : Show as a smooth curve.
  • STEPPED : Show steps in line.

LineStyle -> (string)

Line style for line series.

  • SOLID : Show as a solid line.
  • DOTTED : Show as a dotted line.
  • DASHED : Show as a dashed line.

LineWidth -> (string)

Width that determines the line thickness.

MarkerStyleSettings -> (structure)

Marker styles options for a line series in LineChartVisual .

MarkerVisibility -> (string)

Configuration option that determines whether to show the markers in the series.

MarkerShape -> (string)

Shape option for markers in the series.

  • CIRCLE : Show marker as a circle.
  • TRIANGLE : Show marker as a triangle.
  • SQUARE : Show marker as a square.
  • DIAMOND : Show marker as a diamond.
  • ROUNDED_SQUARE : Show marker as a rounded square.

MarkerSize -> (string)

Size of marker in the series.

MarkerColor -> (string)

Color of marker in the series.

DataFieldSeriesItem -> (structure)

The data field series item configuration of a line chart.

FieldId -> (string)

The field ID of the field that you are setting the axis binding to.

FieldValue -> (string)

The field value of the field that you are setting the axis binding to.

AxisBinding -> (string)

The axis that you are binding the field to.

Settings -> (structure)

The options that determine the presentation of line series associated to the field.

LineStyleSettings -> (structure)

Line styles options for a line series in LineChartVisual .

LineVisibility -> (string)

Configuration option that determines whether to show the line for the series.

LineInterpolation -> (string)

Interpolation style for line series.

  • LINEAR : Show as default, linear style.
  • SMOOTH : Show as a smooth curve.
  • STEPPED : Show steps in line.

LineStyle -> (string)

Line style for line series.

  • SOLID : Show as a solid line.
  • DOTTED : Show as a dotted line.
  • DASHED : Show as a dashed line.

LineWidth -> (string)

Width that determines the line thickness.

MarkerStyleSettings -> (structure)

Marker styles options for a line series in LineChartVisual .

MarkerVisibility -> (string)

Configuration option that determines whether to show the markers in the series.

MarkerShape -> (string)

Shape option for markers in the series.

  • CIRCLE : Show marker as a circle.
  • TRIANGLE : Show marker as a triangle.
  • SQUARE : Show marker as a square.
  • DIAMOND : Show marker as a diamond.
  • ROUNDED_SQUARE : Show marker as a rounded square.

MarkerSize -> (string)

Size of marker in the series.

MarkerColor -> (string)

Color of marker in the series.

Legend -> (structure)

The legend configuration of a line chart.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The data label configuration of a line chart.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

ReferenceLines -> (list)

The reference lines configuration of a line chart.

(structure)

The reference line visual display options.

Status -> (string)

The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

DataConfiguration -> (structure)

The data configuration of the reference line.

StaticConfiguration -> (structure)

The static data configuration of the reference line data configuration.

Value -> (double)

The double input of the static data.

DynamicConfiguration -> (structure)

The dynamic configuration of the reference line data configuration.

Column -> (structure)

The column that the dynamic data targets.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

MeasureAggregationFunction -> (structure)

The aggregation function that is used in the dynamic data.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

Calculation -> (structure)

The calculation that is used in the dynamic data.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

AxisBinding -> (string)

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

SeriesType -> (string)

The series type of the reference line data configuration. Choose one of the following options:

  • BAR
  • LINE

StyleConfiguration -> (structure)

The style configuration of the reference line.

Pattern -> (string)

The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

Color -> (string)

The hex color of the reference line.

LabelConfiguration -> (structure)

The label configuration of the reference line.

ValueLabelConfiguration -> (structure)

The value label configuration of the label in a reference line.

RelativePosition -> (string)

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

FormatConfiguration -> (structure)

The format configuration of the value label.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CustomLabelConfiguration -> (structure)

The custom label configuration of the label in a reference line.

CustomLabel -> (string)

The string text of the custom label.

FontConfiguration -> (structure)

The font configuration of the label in a reference line.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

FontColor -> (string)

The font color configuration of the label in a reference line.

HorizontalPosition -> (string)

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

VerticalPosition -> (string)

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

Tooltip -> (structure)

The tooltip configuration of a line chart.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

ContributionAnalysisDefaults -> (list)

The default configuration of a line chart’s contribution analysis.

(structure)

The contribution analysis visual display for a line, pie, or bar chart.

MeasureFieldId -> (string)

The measure field that is used in the contribution analysis.

ContributorDimensions -> (list)

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

VisualPalette -> (structure)

The visual palette configuration of a line chart.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

HeatMapVisual -> (structure)

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a heat map.

FieldWells -> (structure)

The field wells of the visual.

HeatMapAggregatedFieldWells -> (structure)

The aggregated field wells of a heat map.

Rows -> (list)

The rows field well of a heat map.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Columns -> (list)

The columns field well of a heat map.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The values field well of a heat map.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a heat map.

HeatMapRowSort -> (list)

The field sort configuration of the rows fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

HeatMapColumnSort -> (list)

The column sort configuration for heat map for columns that aren’t a part of a field well.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

HeatMapRowItemsLimitConfiguration -> (structure)

The limit on the number of rows that are displayed in a heat map.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

HeatMapColumnItemsLimitConfiguration -> (structure)

The limit on the number of columns that are displayed in a heat map.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

RowLabelOptions -> (structure)

The label options of the row that is displayed in a heat map .

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnLabelOptions -> (structure)

The label options of the column that is displayed in a heat map.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColorScale -> (structure)

The color options (gradient color, point of divergence) in a heat map.

Colors -> (list)

Determines the list of colors that are applied to the visual.

(structure)

Determines the color that is applied to a particular data value.

Color -> (string)

The color that is applied to the data value.

DataValue -> (double)

The data value that the color is applied to.

ColorFillType -> (string)

Determines the color fill type.

NullValueColor -> (structure)

Determines the color that is applied to null values.

Color -> (string)

The color that is applied to the data value.

DataValue -> (double)

The data value that the color is applied to.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The options that determine if visual data labels are displayed.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TreeMapVisual -> (structure)

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

TreeMapAggregatedFieldWells -> (structure)

The aggregated field wells of a tree map.

Groups -> (list)

The group by field well of a tree map. Values are grouped based on group by fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Sizes -> (list)

The size field well of a tree map. Values are aggregated based on group by fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Colors -> (list)

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a tree map.

TreeMapSort -> (list)

The sort configuration of group by fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TreeMapGroupItemsLimitConfiguration -> (structure)

The limit on the number of groups that are displayed.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

GroupLabelOptions -> (structure)

The label options (label text, label visibility) of the groups that are displayed in a tree map.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

SizeLabelOptions -> (structure)

The label options (label text, label visibility) of the sizes that are displayed in a tree map.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColorLabelOptions -> (structure)

The label options (label text, label visibility) for the colors displayed in a tree map.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColorScale -> (structure)

The color options (gradient color, point of divergence) of a tree map.

Colors -> (list)

Determines the list of colors that are applied to the visual.

(structure)

Determines the color that is applied to a particular data value.

Color -> (string)

The color that is applied to the data value.

DataValue -> (double)

The data value that the color is applied to.

ColorFillType -> (string)

Determines the color fill type.

NullValueColor -> (structure)

Determines the color that is applied to null values.

Color -> (string)

The color that is applied to the data value.

DataValue -> (double)

The data value that the color is applied to.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The options that determine if visual data labels are displayed.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

GeospatialMapVisual -> (structure)

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

GeospatialMapAggregatedFieldWells -> (structure)

The aggregated field well for a geospatial map.

Geospatial -> (list)

The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The size field wells of a geospatial map. Values are aggregated based on geospatial fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Colors -> (list)

The color field wells of a geospatial map.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

WindowOptions -> (structure)

The window options of the geospatial map.

Bounds -> (structure)

The bounds options (north, south, west, east) of the geospatial window options.

North -> (double)

The latitude of the north bound of the geospatial coordinate bounds.

South -> (double)

The latitude of the south bound of the geospatial coordinate bounds.

West -> (double)

The longitude of the west bound of the geospatial coordinate bounds.

East -> (double)

The longitude of the east bound of the geospatial coordinate bounds.

MapZoomMode -> (string)

The map zoom modes (manual, auto) of the geospatial window options.

MapStyleOptions -> (structure)

The map style options of the geospatial map.

BaseMapStyle -> (string)

The base map style of the geospatial map.

PointStyleOptions -> (structure)

The point style options of the geospatial map.

SelectedPointStyle -> (string)

The selected point styles (point, cluster) of the geospatial map.

ClusterMarkerConfiguration -> (structure)

The cluster marker configuration of the geospatial point style.

ClusterMarker -> (structure)

The cluster marker that is a part of the cluster marker configuration.

SimpleClusterMarker -> (structure)

The simple cluster marker of the cluster marker.

Color -> (string)

The color of the simple cluster marker.

HeatmapConfiguration -> (structure)

The heatmap configuration of the geospatial point style.

HeatmapColor -> (structure)

The color scale specification for the heatmap point style.

Colors -> (list)

The list of colors to be used in heatmap point style.

(structure)

The color to be used in the heatmap point style.

Color -> (string)

The hex color to be used in the heatmap point style.

VisualPalette -> (structure)

The visual display options for the visual palette.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

FilledMapVisual -> (structure)

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

FilledMapAggregatedFieldWells -> (structure)

The aggregated field well of the filled map.

Geospatial -> (list)

The aggregated location field well of the filled map. Values are grouped by location fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The aggregated color field well of a filled map. Values are aggregated based on location fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a FilledMapVisual .

CategorySort -> (list)

The sort configuration of the location fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

WindowOptions -> (structure)

The window options of the filled map visual.

Bounds -> (structure)

The bounds options (north, south, west, east) of the geospatial window options.

North -> (double)

The latitude of the north bound of the geospatial coordinate bounds.

South -> (double)

The latitude of the south bound of the geospatial coordinate bounds.

West -> (double)

The longitude of the west bound of the geospatial coordinate bounds.

East -> (double)

The longitude of the east bound of the geospatial coordinate bounds.

MapZoomMode -> (string)

The map zoom modes (manual, auto) of the geospatial window options.

MapStyleOptions -> (structure)

The map style options of the filled map visual.

BaseMapStyle -> (string)

The base map style of the geospatial map.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

ConditionalFormatting -> (structure)

The conditional formatting of a FilledMapVisual .

ConditionalFormattingOptions -> (list)

Conditional formatting options of a FilledMapVisual .

(structure)

Conditional formatting options of a FilledMapVisual .

Shape -> (structure)

The conditional formatting that determines the shape of the filled map.

FieldId -> (string)

The field ID of the filled map shape.

Format -> (structure)

The conditional formatting that determines the background color of a filled map’s shape.

BackgroundColor -> (structure)

The conditional formatting for the shape background color of a filled map visual.

Solid -> (structure)

Formatting configuration for solid color.

Expression -> (string)

The expression that determines the formatting configuration for solid color.

Color -> (string)

Determines the color.

Gradient -> (structure)

Formatting configuration for gradient color.

Expression -> (string)

The expression that determines the formatting configuration for gradient color.

Color -> (structure)

Determines the color.

Stops -> (list)

The list of gradient color stops.

(structure)

Determines the gradient stop configuration.

GradientOffset -> (double)

Determines gradient offset value.

DataValue -> (double)

Determines the data value.

Color -> (string)

Determines the color.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

FunnelChartVisual -> (structure)

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a FunnelChartVisual .

FieldWells -> (structure)

The field well configuration of a FunnelChartVisual .

FunnelChartAggregatedFieldWells -> (structure)

The field well configuration of a FunnelChartVisual .

Category -> (list)

The category field wells of a funnel chart. Values are grouped by category fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The value field wells of a funnel chart. Values are aggregated based on categories.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a FunnelChartVisual .

CategorySort -> (list)

The sort configuration of the category fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryItemsLimit -> (structure)

The limit on the number of categories displayed.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

CategoryLabelOptions -> (structure)

The label options of the categories that are displayed in a FunnelChartVisual .

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ValueLabelOptions -> (structure)

The label options for the values that are displayed in a FunnelChartVisual .

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Tooltip -> (structure)

The tooltip configuration of a FunnelChartVisual .

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

DataLabelOptions -> (structure)

The options that determine the presentation of the data labels.

Visibility -> (string)

The visibility option that determines if data labels are displayed.

CategoryLabelVisibility -> (string)

The visibility of the category labels within the data labels.

MeasureLabelVisibility -> (string)

The visibility of the measure labels within the data labels.

Position -> (string)

Determines the positioning of the data label relative to a section of the funnel.

LabelFontConfiguration -> (structure)

The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

The color of the data label text.

MeasureDataLabelStyle -> (string)

Determines the style of the metric labels.

VisualPalette -> (structure)

The visual palette configuration of a FunnelChartVisual .

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

ScatterPlotVisual -> (structure)

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

ScatterPlotCategoricallyAggregatedFieldWells -> (structure)

The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.

XAxis -> (list)

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

YAxis -> (list)

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Category -> (list)

The category field well of a scatter plot.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Size -> (list)

The size field well of a scatter plot.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Label -> (list)

The label field well of a scatter plot.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

ScatterPlotUnaggregatedFieldWells -> (structure)

The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.

XAxis -> (list)

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

YAxis -> (list)

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Size -> (list)

The size field well of a scatter plot.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Category -> (list)

The category field well of a scatter plot.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Label -> (list)

The label field well of a scatter plot.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration of a scatter plot.

ScatterPlotLimitConfiguration -> (structure)

The limit configuration of the visual display for an axis.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

XAxisLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) of the scatter plot’s x-axis.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

XAxisDisplayOptions -> (structure)

The label display options (grid line, range, scale, and axis step) of the scatter plot’s x-axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

YAxisLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) of the scatter plot’s y-axis.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

YAxisDisplayOptions -> (structure)

The label display options (grid line, range, scale, and axis step) of the scatter plot’s y-axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The options that determine if visual data labels are displayed.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The legend display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

VisualPalette -> (structure)

The palette (chart color) display setup of the visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

ComboChartVisual -> (structure)

A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

ComboChartAggregatedFieldWells -> (structure)

The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

Category -> (list)

The aggregated category field wells of a combo chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

BarValues -> (list)

The aggregated BarValues field well of a combo chart.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Colors -> (list)

The aggregated colors field well of a combo chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

LineValues -> (list)

The aggregated LineValues field well of a combo chart.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a ComboChartVisual .

CategorySort -> (list)

The sort configuration of the category field well in a combo chart.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryItemsLimit -> (structure)

The item limit configuration for the category field well of a combo chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

ColorSort -> (list)

The sort configuration of the color field well in a combo chart.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

ColorItemsLimit -> (structure)

The item limit configuration of the color field well in a combo chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

BarsArrangement -> (string)

Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED : For clustered bar combo charts.
  • STACKED : For stacked bar combo charts.
  • STACKED_PERCENT : Do not use. If you use this value, the operation returns a validation error.

CategoryAxis -> (structure)

The category axis of a combo chart.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

CategoryLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

PrimaryYAxisDisplayOptions -> (structure)

The label display options (grid line, range, scale, and axis step) of a combo chart’s primary y-axis (bar) field well.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

PrimaryYAxisLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) of a combo chart’s primary y-axis (bar) field well.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

SecondaryYAxisDisplayOptions -> (structure)

The label display options (grid line, range, scale, axis step) of a combo chart’s secondary y-axis (line) field well.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

SecondaryYAxisLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) of a combo chart’s secondary y-axis(line) field well.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

SingleAxisOptions -> (structure)

The settings of a chart’s single axis configuration.

YAxisOptions -> (structure)

The Y axis options of a single axis configuration.

YAxis -> (string)

The Y axis type to be used in the chart.

If you choose PRIMARY_Y_AXIS , the primary Y Axis is located on the leftmost vertical axis of the chart.

ColorLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) of a combo chart’s color field well.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

BarDataLabels -> (structure)

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

LineDataLabels -> (structure)

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The legend display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

ReferenceLines -> (list)

The reference line setup of the visual.

(structure)

The reference line visual display options.

Status -> (string)

The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

DataConfiguration -> (structure)

The data configuration of the reference line.

StaticConfiguration -> (structure)

The static data configuration of the reference line data configuration.

Value -> (double)

The double input of the static data.

DynamicConfiguration -> (structure)

The dynamic configuration of the reference line data configuration.

Column -> (structure)

The column that the dynamic data targets.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

MeasureAggregationFunction -> (structure)

The aggregation function that is used in the dynamic data.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

Calculation -> (structure)

The calculation that is used in the dynamic data.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

AxisBinding -> (string)

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

SeriesType -> (string)

The series type of the reference line data configuration. Choose one of the following options:

  • BAR
  • LINE

StyleConfiguration -> (structure)

The style configuration of the reference line.

Pattern -> (string)

The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

Color -> (string)

The hex color of the reference line.

LabelConfiguration -> (structure)

The label configuration of the reference line.

ValueLabelConfiguration -> (structure)

The value label configuration of the label in a reference line.

RelativePosition -> (string)

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

FormatConfiguration -> (structure)

The format configuration of the value label.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CustomLabelConfiguration -> (structure)

The custom label configuration of the label in a reference line.

CustomLabel -> (string)

The string text of the custom label.

FontConfiguration -> (structure)

The font configuration of the label in a reference line.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

FontColor -> (string)

The font color configuration of the label in a reference line.

HorizontalPosition -> (string)

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

VerticalPosition -> (string)

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

VisualPalette -> (structure)

The palette (chart color) display setup of the visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

BoxPlotVisual -> (structure)

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

BoxPlotAggregatedFieldWells -> (structure)

The aggregated field wells of a box plot.

GroupBy -> (list)

The group by field well of a box plot chart. Values are grouped based on group by fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The value field well of a box plot chart. Values are aggregated based on group by fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a BoxPlotVisual .

CategorySort -> (list)

The sort configuration of a group by fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

PaginationConfiguration -> (structure)

The pagination configuration of a table visual or box plot.

PageSize -> (long)

Indicates how many items render in one page.

PageNumber -> (long)

Indicates the page number.

BoxPlotOptions -> (structure)

The box plot chart options for a box plot visual

StyleOptions -> (structure)

The style options of the box plot.

FillStyle -> (string)

The fill styles (solid, transparent) of the box plot.

OutlierVisibility -> (string)

Determines the visibility of the outlier in a box plot.

AllDataPointsVisibility -> (string)

Determines the visibility of all data points of the box plot.

CategoryAxis -> (structure)

The label display options (grid line, range, scale, axis step) of a box plot category.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

CategoryLabelOptions -> (structure)

The label options (label text, label visibility and sort Icon visibility) of a box plot category.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

PrimaryYAxisDisplayOptions -> (structure)

The label display options (grid line, range, scale, axis step) of a box plot category.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

PrimaryYAxisLabelOptions -> (structure)

The label options (label text, label visibility and sort icon visibility) of a box plot value.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Legend -> (structure)

The options for the legend setup of a visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

Tooltip -> (structure)

The tooltip display setup of the visual.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

ReferenceLines -> (list)

The reference line setup of the visual.

(structure)

The reference line visual display options.

Status -> (string)

The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

DataConfiguration -> (structure)

The data configuration of the reference line.

StaticConfiguration -> (structure)

The static data configuration of the reference line data configuration.

Value -> (double)

The double input of the static data.

DynamicConfiguration -> (structure)

The dynamic configuration of the reference line data configuration.

Column -> (structure)

The column that the dynamic data targets.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

MeasureAggregationFunction -> (structure)

The aggregation function that is used in the dynamic data.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

Calculation -> (structure)

The calculation that is used in the dynamic data.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

AxisBinding -> (string)

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

SeriesType -> (string)

The series type of the reference line data configuration. Choose one of the following options:

  • BAR
  • LINE

StyleConfiguration -> (structure)

The style configuration of the reference line.

Pattern -> (string)

The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

Color -> (string)

The hex color of the reference line.

LabelConfiguration -> (structure)

The label configuration of the reference line.

ValueLabelConfiguration -> (structure)

The value label configuration of the label in a reference line.

RelativePosition -> (string)

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

FormatConfiguration -> (structure)

The format configuration of the value label.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CustomLabelConfiguration -> (structure)

The custom label configuration of the label in a reference line.

CustomLabel -> (string)

The string text of the custom label.

FontConfiguration -> (structure)

The font configuration of the label in a reference line.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

FontColor -> (string)

The font color configuration of the label in a reference line.

HorizontalPosition -> (string)

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

VerticalPosition -> (string)

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

VisualPalette -> (structure)

The palette (chart color) display setup of the visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

WaterfallVisual -> (structure)

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration for a waterfall visual.

FieldWells -> (structure)

The field well configuration of a waterfall visual.

WaterfallChartAggregatedFieldWells -> (structure)

The field well configuration of a waterfall visual.

Categories -> (list)

The category field wells of a waterfall visual.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The value field wells of a waterfall visual.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Breakdowns -> (list)

The breakdown field wells of a waterfall visual.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

SortConfiguration -> (structure)

The sort configuration of a waterfall visual.

CategorySort -> (list)

The sort configuration of the category fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

BreakdownItemsLimit -> (structure)

The limit on the number of bar groups that are displayed.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

WaterfallChartOptions -> (structure)

The options that determine the presentation of a waterfall visual.

TotalBarLabel -> (string)

This option determines the total bar label of a waterfall visual.

CategoryAxisLabelOptions -> (structure)

The options that determine the presentation of the category axis label.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryAxisDisplayOptions -> (structure)

The options that determine the presentation of the category axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

PrimaryYAxisLabelOptions -> (structure)

The options that determine the presentation of the y-axis label.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

PrimaryYAxisDisplayOptions -> (structure)

The options that determine the presentation of the y-axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

Legend -> (structure)

The legend configuration of a waterfall visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

DataLabels -> (structure)

The data label configuration of a waterfall visual.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

VisualPalette -> (structure)

The visual palette configuration of a waterfall visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

ColorConfiguration -> (structure)

The color configuration of a waterfall visual.

GroupColorConfiguration -> (structure)

The color configuration for individual groups within a waterfall visual.

PositiveBarColor -> (string)

Defines the color for the positive bars of a waterfall chart.

NegativeBarColor -> (string)

Defines the color for the negative bars of a waterfall chart.

TotalBarColor -> (string)

Defines the color for the total bars of a waterfall chart.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

HistogramVisual -> (structure)

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration for a HistogramVisual .

FieldWells -> (structure)

The field well configuration of a histogram.

HistogramAggregatedFieldWells -> (structure)

The field well configuration of a histogram.

Values -> (list)

The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT .

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

XAxisDisplayOptions -> (structure)

The options that determine the presentation of the x-axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

XAxisLabelOptions -> (structure)

The options that determine the presentation of the x-axis label.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

YAxisDisplayOptions -> (structure)

The options that determine the presentation of the y-axis.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

BinOptions -> (structure)

The options that determine the presentation of histogram bins.

SelectedBinType -> (string)

The options that determine the selected bin type.

BinCount -> (structure)

The options that determine the bin count of a histogram.

Value -> (integer)

The options that determine the bin count value.

BinWidth -> (structure)

The options that determine the bin width of a histogram.

Value -> (double)

The options that determine the bin width value.

BinCountLimit -> (long)

The options that determine the bin count limit.

StartValue -> (double)

The options that determine the bin start value.

DataLabels -> (structure)

The data label configuration of a histogram.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Tooltip -> (structure)

The tooltip configuration of a histogram.

TooltipVisibility -> (string)

Determines whether or not the tooltip is visible.

SelectedTooltipType -> (string)

The selected type for the tooltip. Choose one of the following options:

  • BASIC : A basic tooltip.
  • DETAILED : A detailed tooltip.

FieldBasedTooltip -> (structure)

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

AggregationVisibility -> (string)

The visibility of Show aggregations .

TooltipTitleType -> (string)

The type for the >tooltip title. Choose one of the following options:

  • NONE : Doesn’t use the primary value as the title.
  • PRIMARY_VALUE : Uses primary value as the title.

TooltipFields -> (list)

The fields configuration in the tooltip.

(structure)

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldTooltipItem -> (structure)

The tooltip item for the fields.

FieldId -> (string)

The unique ID of the field that is targeted by the tooltip.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

TooltipTarget -> (string)

Determines the target of the field tooltip item in a combo chart visual.

ColumnTooltipItem -> (structure)

The tooltip item for the columns that are not part of a field well.

Column -> (structure)

The target column of the tooltip item.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Label -> (string)

The label of the tooltip item.

Visibility -> (string)

The visibility of the tooltip item.

Aggregation -> (structure)

The aggregation function of the column tooltip item.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TooltipTarget -> (string)

Determines the target of the column tooltip item in a combo chart visual.

VisualPalette -> (structure)

The visual palette configuration of a histogram.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

WordCloudVisual -> (structure)

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field wells of the visual.

WordCloudAggregatedFieldWells -> (structure)

The aggregated field wells of a word cloud.

GroupBy -> (list)

The group by field well of a word cloud. Values are grouped by group by fields.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Size -> (list)

The size field well of a word cloud. Values are aggregated based on group by fields.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a word cloud visual.

CategoryItemsLimit -> (structure)

The limit on the number of groups that are displayed in a word cloud.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

CategorySort -> (list)

The sort configuration of group by fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryLabelOptions -> (structure)

The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

WordCloudOptions -> (structure)

The options for a word cloud visual.

WordOrientation -> (string)

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

WordScaling -> (string)

The word scaling options (emphasize, normal) for the words in a word cloud.

CloudLayout -> (string)

The cloud layout options (fluid, normal) of a word cloud.

WordCasing -> (string)

The word casing options (lower_case, existing_case) for the words in a word cloud.

WordPadding -> (string)

The word padding options (none, small, medium, large) for the words in a word cloud.

MaximumStringLength -> (integer)

The length limit of each word from 1-100.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

InsightVisual -> (structure)

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

InsightConfiguration -> (structure)

The configuration of an insight visual.

Computations -> (list)

The computations configurations of the insight visual

(structure)

The computation union that is used in an insight visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

TopBottomRanked -> (structure)

The top ranked and bottom ranked computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Category -> (structure)

The category field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

ResultSize -> (integer)

The result size of a top and bottom ranked computation.

Type -> (string)

The computation type. Choose one of the following options:

  • TOP: A top ranked computation.
  • BOTTOM: A bottom ranked computation.

TopBottomMovers -> (structure)

The top movers and bottom movers computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Category -> (structure)

The category field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

MoverSize -> (integer)

The mover size setup of the top and bottom movers computation.

SortOrder -> (string)

The sort order setup of the top and bottom movers computation.

Type -> (string)

The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.

TotalAggregation -> (structure)

The total aggregation computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

MaximumMinimum -> (structure)

The maximum and minimum computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

Type -> (string)

The type of computation. Choose one of the following options:

  • MAXIMUM: A maximum computation.
  • MINIMUM: A minimum computation.

MetricComparison -> (structure)

The metric comparison computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

FromValue -> (structure)

The field that is used in a metric comparison from value setup.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

TargetValue -> (structure)

The field that is used in a metric comparison to value setup.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

PeriodOverPeriod -> (structure)

The period over period computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

PeriodToDate -> (structure)

The period to DataSetIdentifier computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

PeriodTimeGranularity -> (string)

The time granularity setup of period to date computation. Choose from the following options:

  • YEAR: Year to date.
  • MONTH: Month to date.

GrowthRate -> (structure)

The growth rate computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

PeriodSize -> (integer)

The period size setup of a growth rate computation.

UniqueValues -> (structure)

The unique values computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Category -> (structure)

The category field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Forecast -> (structure)

The forecast computation configuration.

ComputationId -> (string)

The ID for a computation.

Name -> (string)

The name of a computation.

Time -> (structure)

The time field that is used in a computation.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Value -> (structure)

The value field that is used in a computation.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

PeriodsForward -> (integer)

The periods forward setup of a forecast computation.

PeriodsBackward -> (integer)

The periods backward setup of a forecast computation.

UpperBoundary -> (double)

The upper boundary setup of a forecast computation.

LowerBoundary -> (double)

The lower boundary setup of a forecast computation.

PredictionInterval -> (integer)

The prediction interval setup of a forecast computation.

Seasonality -> (string)

The seasonality setup of a forecast computation. Choose one of the following options:

  • AUTOMATIC
  • CUSTOM : Checks the custom seasonality value.

CustomSeasonalityValue -> (integer)

The custom seasonality value setup of a forecast computation.

CustomNarrative -> (structure)

The custom narrative of the insight visual.

Narrative -> (string)

The string input of custom narrative.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DataSetIdentifier -> (string)

The dataset that is used in the insight visual.

SankeyDiagramVisual -> (structure)

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a sankey diagram.

FieldWells -> (structure)

The field well configuration of a sankey diagram.

SankeyDiagramAggregatedFieldWells -> (structure)

The field well configuration of a sankey diagram.

Source -> (list)

The source field wells of a sankey diagram.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Destination -> (list)

The destination field wells of a sankey diagram.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Weight -> (list)

The weight field wells of a sankey diagram.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a sankey diagram.

WeightSort -> (list)

The sort configuration of the weight fields.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

SourceItemsLimit -> (structure)

The limit on the number of source nodes that are displayed in a sankey diagram.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

DestinationItemsLimit -> (structure)

The limit on the number of destination nodes that are displayed in a sankey diagram.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

DataLabels -> (structure)

The data label configuration of a sankey diagram.

Visibility -> (string)

Determines the visibility of the data labels.

CategoryLabelVisibility -> (string)

Determines the visibility of the category field labels.

MeasureLabelVisibility -> (string)

Determines the visibility of the measure field labels.

DataLabelTypes -> (list)

The option that determines the data label type.

(structure)

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FieldLabelType -> (structure)

Determines the label configuration for the entire field.

FieldId -> (string)

Indicates the field that is targeted by the field label.

Visibility -> (string)

The visibility of the field label.

DataPathLabelType -> (structure)

The option that specifies individual data values for labels.

FieldId -> (string)

The field ID of the field that the data label needs to be applied to.

FieldValue -> (string)

The actual value of the field that is labeled.

Visibility -> (string)

The visibility of the data label.

RangeEndsLabelType -> (structure)

Determines the label configuration for range end value in a visual.

Visibility -> (string)

The visibility of the range ends label.

MinimumLabelType -> (structure)

Determines the label configuration for the minimum value in a visual.

Visibility -> (string)

The visibility of the minimum label.

MaximumLabelType -> (structure)

Determines the label configuration for the maximum value in a visual.

Visibility -> (string)

The visibility of the maximum label.

Position -> (string)

Determines the position of the data labels.

LabelContent -> (string)

Determines the content of the data labels.

LabelFontConfiguration -> (structure)

Determines the font configuration of the data labels.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

LabelColor -> (string)

Determines the color of the data labels.

Overlap -> (string)

Determines whether overlap is enabled or disabled for the data labels.

TotalsVisibility -> (string)

Determines the visibility of the total.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CustomContentVisual -> (structure)

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration of a CustomContentVisual .

ContentUrl -> (string)

The input URL that links to the custom content that you want in the custom visual.

ContentType -> (string)

The content type of the custom content visual. You can use this to have the visual render as an image.

ImageScaling -> (string)

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DataSetIdentifier -> (string)

The dataset that is used to create the custom content visual. You can’t create a visual without a dataset.

EmptyVisual -> (structure)

An empty visual.

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

DataSetIdentifier -> (string)

The data set that is used in the empty visual. Every visual requires a dataset to render.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RadarChartVisual -> (structure)

A radar chart visual.

For more information, see Using radar charts in the Amazon QuickSight User Guide .

VisualId -> (string)

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Title -> (structure)

The title that is displayed on the visual.

Visibility -> (string)

The visibility of the title label.

FormatText -> (structure)

The short text format of the title label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

Subtitle -> (structure)

The subtitle that is displayed on the visual.

Visibility -> (string)

The visibility of the subtitle label.

FormatText -> (structure)

The long text format of the subtitle label, such as plain text or rich text.

PlainText -> (string)

Plain text format.

RichText -> (string)

Rich text. Examples of rich text include bold, underline, and italics.

ChartConfiguration -> (structure)

The configuration settings of the visual.

FieldWells -> (structure)

The field well configuration of a RadarChartVisual .

RadarChartAggregatedFieldWells -> (structure)

The aggregated field wells of a radar chart visual.

Category -> (list)

The aggregated field well categories of a radar chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Color -> (list)

The color that are assigned to the aggregated field wells of a radar chart.

(structure)

The dimension type field.

NumericalDimensionField -> (structure)

The dimension type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalDimensionField -> (structure)

The dimension type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateDimensionField -> (structure)

The dimension type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateDimensionField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DateGranularity -> (string)

The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

HierarchyId -> (string)

The custom hierarchy ID.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Values -> (list)

The values that are assigned to the aggregated field wells of a radar chart.

(structure)

The measure (metric) type field.

NumericalMeasureField -> (structure)

The measure type field with numerical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the NumericalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (structure)

The aggregation function of the measure field.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

FormatConfiguration -> (structure)

The format configuration of the field.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CategoricalMeasureField -> (structure)

The measure type field with categorical type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the CategoricalMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateMeasureField -> (structure)

The measure type field with date type columns.

FieldId -> (string)

The custom field ID.

Column -> (structure)

The column that is used in the DateMeasureField .

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AggregationFunction -> (string)

The aggregation function of the measure field.

FormatConfiguration -> (structure)

The format configuration of the field.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CalculatedMeasureField -> (structure)

The calculated measure field only used in pivot tables.

FieldId -> (string)

The custom field ID.

Expression -> (string)

The expression in the table calculation.

SortConfiguration -> (structure)

The sort configuration of a RadarChartVisual .

CategorySort -> (list)

The category sort options of a radar chart.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

CategoryItemsLimit -> (structure)

The category items limit for a radar chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

ColorSort -> (list)

The color sort configuration of a radar chart.

(structure)

The field sort options in a chart configuration.

FieldSort -> (structure)

The sort configuration for a field in a field well.

FieldId -> (string)

The sort configuration target field.

Direction -> (string)

The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending

ColumnSort -> (structure)

The sort configuration for a column that is not used in a field well.

SortBy -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Direction -> (string)

The sort direction.

AggregationFunction -> (structure)

The aggregation function that is defined in the column sort.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

ColorItemsLimit -> (structure)

The color items limit of a radar chart.

ItemsLimit -> (long)

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

OtherCategories -> (string)

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

Shape -> (string)

The shape of the radar chart.

BaseSeriesSettings -> (structure)

The base sreies settings of a radar chart.

AreaStyleSettings -> (structure)

The area style settings of a radar chart.

Visibility -> (string)

The visibility settings of a radar chart.

StartAngle -> (double)

The start angle of a radar chart’s axis.

VisualPalette -> (structure)

The palette (chart color) display setup of the visual.

ChartColor -> (string)

The chart color options for the visual palette.

ColorMap -> (list)

The color map options for the visual palette.

(structure)

The color map that determines the color options for a particular element.

Element -> (structure)

The element that the color needs to be applied to.

FieldId -> (string)

The field ID of the field that needs to be sorted.

FieldValue -> (string)

The actual value of the field that needs to be sorted.

DataPathType -> (structure)

The type configuration of the field.

PivotTableDataPathType -> (string)

The type of data path value utilized in a pivot table. Choose one of the following options:

  • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
  • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
  • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

Color -> (string)

The color that needs to be applied to the element.

TimeGranularity -> (string)

The time granularity of the field that the color needs to be applied to.

AlternateBandColorsVisibility -> (string)

Determines the visibility of the colors of alternatign bands in a radar chart.

AlternateBandEvenColor -> (string)

The color of the even-numbered alternate bands of a radar chart.

AlternateBandOddColor -> (string)

The color of the odd-numbered alternate bands of a radar chart.

CategoryAxis -> (structure)

The category axis of a radar chart.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

CategoryLabelOptions -> (structure)

The category label options of a radar chart.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColorAxis -> (structure)

The color axis of a radar chart.

TickLabelOptions -> (structure)

The tick label options of an axis.

LabelOptions -> (structure)

Determines whether or not the axis ticks are visible.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

RotationAngle -> (double)

The rotation angle of the axis tick labels.

AxisLineVisibility -> (string)

Determines whether or not the axis line is visible.

GridLineVisibility -> (string)

Determines whether or not the grid line is visible.

DataOptions -> (structure)

The data options for an axis.

NumericAxisOptions -> (structure)

The options for an axis with a numeric field.

Scale -> (structure)

The scale setup of a numeric axis.

Linear -> (structure)

The linear axis scale setup.

StepCount -> (integer)

The step count setup of a linear axis.

StepSize -> (double)

The step size setup of a linear axis.

Logarithmic -> (structure)

The logarithmic axis scale setup.

Base -> (double)

The base setup of a logarithmic axis scale.

Range -> (structure)

The range setup of a numeric axis.

MinMax -> (structure)

The minimum and maximum setup of an axis display range.

Minimum -> (double)

The minimum setup for an axis display range.

Maximum -> (double)

The maximum setup for an axis display range.

DataDriven -> (structure)

The data-driven setup of an axis display range.

DateAxisOptions -> (structure)

The options for an axis with a date field.

MissingDateVisibility -> (string)

Determines whether or not missing dates are displayed.

ScrollbarOptions -> (structure)

The scroll bar options for an axis.

Visibility -> (string)

The visibility of the data zoom scroll bar.

VisibleRange -> (structure)

The visibility range for the data zoom scroll bar.

PercentRange -> (structure)

The percent range in the visible range.

From -> (double)

The lower bound of the range.

To -> (double)

The top bound of the range.

AxisOffset -> (string)

The offset value that determines the starting placement of the axis within a visual’s bounds.

ColorLabelOptions -> (structure)

The color label options of a radar chart.

Visibility -> (string)

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

SortIconVisibility -> (string)

The visibility configuration of the sort icon on a chart’s axis label.

AxisLabelOptions -> (list)

The label options for a chart axis.

(structure)

The label options for a chart axis. You must specify the field that the label is targeted to.

FontConfiguration -> (structure)

The font configuration of the axis label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the axis label.

ApplyTo -> (structure)

The options that indicate which field the label belongs to.

FieldId -> (string)

The field that the axis label is targeted to.

Column -> (structure)

The column that the axis label is targeted to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Legend -> (structure)

The legend display setup of the visual.

Visibility -> (string)

Determines whether or not the legend is visible.

Title -> (structure)

The custom title for the legend.

Visibility -> (string)

Determines whether or not the label is visible.

FontConfiguration -> (structure)

The font configuration of the label.

FontSize -> (structure)

The option that determines the text display size.

Relative -> (string)

The lexical name for the text size, proportional to its surrounding context.

FontDecoration -> (string)

Determines the appearance of decorative lines on the text.

FontColor -> (string)

Determines the color of the text.

FontWeight -> (structure)

The option that determines the text display weight, or boldness.

Name -> (string)

The lexical name for the level of boldness of the text display.

FontStyle -> (string)

Determines the text display face that is inherited by the given font family.

CustomLabel -> (string)

The text for the label.

Position -> (string)

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

Width -> (string)

The width of the legend. If this value is omitted, a default width is used when rendering.

Height -> (string)

The height of the legend. If this value is omitted, a default height is used when rendering.

AxesRangeScale -> (string)

The axis behavior options of a radar chart.

Interactions -> (structure)

The general visual interactions setup for a visual.

VisualMenuOption -> (structure)

The on-visual menu options for a visual.

AvailabilityStatus -> (string)

The availaiblity status of a visual’s menu options.

ContextMenuOption -> (structure)

The context menu options for a visual.

AvailabilityStatus -> (string)

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Actions -> (list)

The list of custom actions that are configured for a visual.

(structure)

A custom action defined on a visual.

CustomActionId -> (string)

The ID of the VisualCustomAction .

Name -> (string)

The name of the VisualCustomAction .

Status -> (string)

The status of the VisualCustomAction .

Trigger -> (string)

The trigger of the VisualCustomAction .

Valid values are defined as follows:

  • DATA_POINT_CLICK : Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU : Initiates a custom action by right pointer click from the menu.

ActionOperations -> (list)

A list of VisualCustomActionOperations .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

(structure)

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

FilterOperation -> (structure)

The filter operation that filters data included in a visual or in an entire sheet.

SelectedFieldsConfiguration -> (structure)

The configuration that chooses the fields to be filtered.

SelectedFields -> (list)

Chooses the fields that are filtered in CustomActionFilterOperation .

(string)

SelectedFieldOptions -> (string)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

SelectedColumns -> (list)

The selected columns of a dataset.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

TargetVisualsConfiguration -> (structure)

The configuration that chooses the target visuals to be filtered.

SameSheetTargetVisualConfiguration -> (structure)

The configuration of the same-sheet target visuals that you want to be filtered.

TargetVisuals -> (list)

A list of the target visual IDs that are located in the same sheet of the analysis.

(string)

TargetVisualOptions -> (string)

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS : Applies the filter operation to all visuals in the same sheet.

NavigationOperation -> (structure)

The navigation operation that navigates between different sheets in the same analysis.

LocalNavigationConfiguration -> (structure)

The configuration that chooses the navigation target.

TargetSheetId -> (string)

The sheet that is targeted for navigation in the same analysis.

URLOperation -> (structure)

The URL operation that opens a link to another webpage.

URLTemplate -> (string)

THe URL link of the CustomActionURLOperation .

URLTarget -> (string)

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

SetParametersOperation -> (structure)

The set parameter operation that sets parameters in custom action.

ParameterValueConfigurations -> (list)

The parameter that determines the value configuration.

(structure)

The configuration of adding parameters in action.

DestinationParameterName -> (string)

The destination parameter name of the SetParameterValueConfiguration .

Value -> (structure)

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CustomValuesConfiguration -> (structure)

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .

IncludeNullValue -> (boolean)

Includes the null value in custom action parameter values.

CustomValues -> (structure)

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringValues -> (list)

A list of string-type parameter values.

(string)

IntegerValues -> (list)

A list of integer-type parameter values.

(long)

DecimalValues -> (list)

A list of decimal-type parameter values.

(double)

DateTimeValues -> (list)

A list of datetime-type parameter values.

(timestamp)

SelectAllValueOptions -> (string)

The configuration that selects all options.

SourceParameterName -> (string)

The source parameter name of the destination parameter.

SourceField -> (string)

The source field ID of the destination parameter.

SourceColumn -> (structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

ColumnHierarchies -> (list)

The column hierarchy that is used during drill-downs and drill-ups.

(structure)

The option that determines the hierarchy of the fields for a visual element.

ExplicitHierarchy -> (structure)

The 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.

HierarchyId -> (string)

The hierarchy ID of the explicit hierarchy.

Columns -> (list)

The list of columns that define the explicit hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the explicit hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

DateTimeHierarchy -> (structure)

The option that determines the hierarchy of any DateTime fields.

HierarchyId -> (string)

The hierarchy ID of the DateTime hierarchy.

DrillDownFilters -> (list)

The option that determines the drill down filters for the DateTime hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

PredefinedHierarchy -> (structure)

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

HierarchyId -> (string)

The hierarchy ID of the predefined hierarchy.

Columns -> (list)

The list of columns that define the predefined hierarchy.

(structure)

A column of a data set.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DrillDownFilters -> (list)

The option that determines the drill down filters for the predefined hierarchy.

(structure)

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

NumericEqualityFilter -> (structure)

The numeric equality type drill down filter. This filter is used for number type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The value of the double input numeric drill down filter.

CategoryFilter -> (structure)

The category type drill down filter. This filter is used for string type columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

CategoryValues -> (list)

A list of the string inputs that are the values of the category drill down filter.

(string)

TimeRangeFilter -> (structure)

The time range drill down filter. This filter is used for date time columns.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

RangeMinimum -> (timestamp)

The minimum value for the filter value range.

RangeMaximum -> (timestamp)

The maximum value for the filter value range.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

TextBoxes -> (list)

The text boxes that are on a sheet.

(structure)

A text box.

SheetTextBoxId -> (string)

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Content -> (string)

The content that is displayed in the text box.

Layouts -> (list)

Layouts define how the components of a sheet are arranged.

For more information, see Types of layout in the Amazon QuickSight User Guide .

(structure)

A Layout defines the placement of elements within a sheet.

For more information, see Types of layout in the Amazon QuickSight User Guide .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Configuration -> (structure)

The configuration that determines what the type of layout for a sheet.

GridLayout -> (structure)

A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE .

Elements -> (list)

The elements that are included in a grid layout.

(structure)

An element within a grid layout.

ElementId -> (string)

A unique identifier for an element within a grid layout.

ElementType -> (string)

The type of element.

ColumnIndex -> (integer)

The column index for the upper left corner of an element.

ColumnSpan -> (integer)

The width of a grid element expressed as a number of grid columns.

RowIndex -> (integer)

The row index for the upper left corner of an element.

RowSpan -> (integer)

The height of a grid element expressed as a number of grid rows.

CanvasSizeOptions -> (structure)

Configuration options for the canvas of a grid layout.

ScreenCanvasSizeOptions -> (structure)

The options that determine the sizing of the canvas used in a grid layout.

ResizeOption -> (string)

This value determines the layout behavior when the viewport is resized.

  • FIXED : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic .
  • RESPONSIVE : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled .

OptimizedViewPortWidth -> (string)

The width that the view port will be optimized for when the layout renders.

FreeFormLayout -> (structure)

A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.

Elements -> (list)

The elements that are included in a free-form layout.

(structure)

An element within a free-form layout.

ElementId -> (string)

A unique identifier for an element within a free-form layout.

ElementType -> (string)

The type of element.

XAxisLocation -> (string)

The x-axis coordinate of the element.

YAxisLocation -> (string)

The y-axis coordinate of the element.

Width -> (string)

The width of an element within a free-form layout.

Height -> (string)

The height of an element within a free-form layout.

Visibility -> (string)

The visibility of an element within a free-form layout.

RenderingRules -> (list)

The rendering rules that determine when an element should be displayed within a free-form layout.

(structure)

The rendering rules of a sheet that uses a free-form layout.

Expression -> (string)

The expression of the rendering rules of a sheet.

ConfigurationOverrides -> (structure)

The override configuration of the rendering rules of a sheet.

Visibility -> (string)

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

BorderStyle -> (structure)

The border style configuration of a free-form layout element.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

SelectedBorderStyle -> (structure)

The border style configuration of a free-form layout element. This border style is used when the element is selected.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

BackgroundStyle -> (structure)

The background style configuration of a free-form layout element.

Visibility -> (string)

The background visibility of a free-form layout element.

Color -> (string)

The background color of a free-form layout element.

LoadingAnimation -> (structure)

The loading animation configuration of a free-form layout element.

Visibility -> (string)

The visibility configuration of LoadingAnimation .

CanvasSizeOptions -> (structure)

Configuration options for the canvas of a free-form layout.

ScreenCanvasSizeOptions -> (structure)

The options that determine the sizing of the canvas used in a free-form layout.

OptimizedViewPortWidth -> (string)

The width that the view port will be optimized for when the layout renders.

SectionBasedLayout -> (structure)

A section based layout organizes visuals into multiple sections and has customized header, footer and page break.

HeaderSections -> (list)

A list of header section configurations.

(structure)

The configuration of a header or footer section.

SectionId -> (string)

The unique identifier of the header or footer section.

Layout -> (structure)

The layout configuration of the header or footer section.

FreeFormLayout -> (structure)

The free-form layout configuration of a section.

Elements -> (list)

The elements that are included in the free-form layout.

(structure)

An element within a free-form layout.

ElementId -> (string)

A unique identifier for an element within a free-form layout.

ElementType -> (string)

The type of element.

XAxisLocation -> (string)

The x-axis coordinate of the element.

YAxisLocation -> (string)

The y-axis coordinate of the element.

Width -> (string)

The width of an element within a free-form layout.

Height -> (string)

The height of an element within a free-form layout.

Visibility -> (string)

The visibility of an element within a free-form layout.

RenderingRules -> (list)

The rendering rules that determine when an element should be displayed within a free-form layout.

(structure)

The rendering rules of a sheet that uses a free-form layout.

Expression -> (string)

The expression of the rendering rules of a sheet.

ConfigurationOverrides -> (structure)

The override configuration of the rendering rules of a sheet.

Visibility -> (string)

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

BorderStyle -> (structure)

The border style configuration of a free-form layout element.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

SelectedBorderStyle -> (structure)

The border style configuration of a free-form layout element. This border style is used when the element is selected.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

BackgroundStyle -> (structure)

The background style configuration of a free-form layout element.

Visibility -> (string)

The background visibility of a free-form layout element.

Color -> (string)

The background color of a free-form layout element.

LoadingAnimation -> (structure)

The loading animation configuration of a free-form layout element.

Visibility -> (string)

The visibility configuration of LoadingAnimation .

Style -> (structure)

The style options of a header or footer section.

Height -> (string)

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

Padding -> (structure)

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

Top -> (string)

Define the top spacing.

Bottom -> (string)

Define the bottom spacing.

Left -> (string)

Define the left spacing.

Right -> (string)

Define the right spacing.

BodySections -> (list)

A list of body section configurations.

(structure)

The configuration of a body section.

SectionId -> (string)

The unique identifier of a body section.

Content -> (structure)

The configuration of content in a body section.

Layout -> (structure)

The layout configuration of a body section.

FreeFormLayout -> (structure)

The free-form layout configuration of a section.

Elements -> (list)

The elements that are included in the free-form layout.

(structure)

An element within a free-form layout.

ElementId -> (string)

A unique identifier for an element within a free-form layout.

ElementType -> (string)

The type of element.

XAxisLocation -> (string)

The x-axis coordinate of the element.

YAxisLocation -> (string)

The y-axis coordinate of the element.

Width -> (string)

The width of an element within a free-form layout.

Height -> (string)

The height of an element within a free-form layout.

Visibility -> (string)

The visibility of an element within a free-form layout.

RenderingRules -> (list)

The rendering rules that determine when an element should be displayed within a free-form layout.

(structure)

The rendering rules of a sheet that uses a free-form layout.

Expression -> (string)

The expression of the rendering rules of a sheet.

ConfigurationOverrides -> (structure)

The override configuration of the rendering rules of a sheet.

Visibility -> (string)

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

BorderStyle -> (structure)

The border style configuration of a free-form layout element.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

SelectedBorderStyle -> (structure)

The border style configuration of a free-form layout element. This border style is used when the element is selected.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

BackgroundStyle -> (structure)

The background style configuration of a free-form layout element.

Visibility -> (string)

The background visibility of a free-form layout element.

Color -> (string)

The background color of a free-form layout element.

LoadingAnimation -> (structure)

The loading animation configuration of a free-form layout element.

Visibility -> (string)

The visibility configuration of LoadingAnimation .

Style -> (structure)

The style options of a body section.

Height -> (string)

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

Padding -> (structure)

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

Top -> (string)

Define the top spacing.

Bottom -> (string)

Define the bottom spacing.

Left -> (string)

Define the left spacing.

Right -> (string)

Define the right spacing.

PageBreakConfiguration -> (structure)

The configuration of a page break for a section.

After -> (structure)

The configuration of a page break after a section.

Status -> (string)

The option that enables or disables a page break at the end of a section.

FooterSections -> (list)

A list of footer section configurations.

(structure)

The configuration of a header or footer section.

SectionId -> (string)

The unique identifier of the header or footer section.

Layout -> (structure)

The layout configuration of the header or footer section.

FreeFormLayout -> (structure)

The free-form layout configuration of a section.

Elements -> (list)

The elements that are included in the free-form layout.

(structure)

An element within a free-form layout.

ElementId -> (string)

A unique identifier for an element within a free-form layout.

ElementType -> (string)

The type of element.

XAxisLocation -> (string)

The x-axis coordinate of the element.

YAxisLocation -> (string)

The y-axis coordinate of the element.

Width -> (string)

The width of an element within a free-form layout.

Height -> (string)

The height of an element within a free-form layout.

Visibility -> (string)

The visibility of an element within a free-form layout.

RenderingRules -> (list)

The rendering rules that determine when an element should be displayed within a free-form layout.

(structure)

The rendering rules of a sheet that uses a free-form layout.

Expression -> (string)

The expression of the rendering rules of a sheet.

ConfigurationOverrides -> (structure)

The override configuration of the rendering rules of a sheet.

Visibility -> (string)

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

BorderStyle -> (structure)

The border style configuration of a free-form layout element.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

SelectedBorderStyle -> (structure)

The border style configuration of a free-form layout element. This border style is used when the element is selected.

Visibility -> (string)

The border visibility of a free-form layout element.

Color -> (string)

The border color of a free-form layout element.

BackgroundStyle -> (structure)

The background style configuration of a free-form layout element.

Visibility -> (string)

The background visibility of a free-form layout element.

Color -> (string)

The background color of a free-form layout element.

LoadingAnimation -> (structure)

The loading animation configuration of a free-form layout element.

Visibility -> (string)

The visibility configuration of LoadingAnimation .

Style -> (structure)

The style options of a header or footer section.

Height -> (string)

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

Padding -> (structure)

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

Top -> (string)

Define the top spacing.

Bottom -> (string)

Define the bottom spacing.

Left -> (string)

Define the left spacing.

Right -> (string)

Define the right spacing.

CanvasSizeOptions -> (structure)

The options for the canvas of a section-based layout.

PaperCanvasSizeOptions -> (structure)

The options for a paper canvas of a section-based layout.

PaperSize -> (string)

The paper size that is used to define canvas dimensions.

PaperOrientation -> (string)

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT
  • LANDSCAPE

PaperMargin -> (structure)

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

Top -> (string)

Define the top spacing.

Bottom -> (string)

Define the bottom spacing.

Left -> (string)

Define the left spacing.

Right -> (string)

Define the right spacing.

SheetControlLayouts -> (list)

The control layouts of the sheet.

(structure)

A grid layout to define the placement of sheet control.

Configuration -> (structure)

The configuration that determines the elements and canvas size options of sheet control.

GridLayout -> (structure)

The configuration that determines the elements and canvas size options of sheet control.

Elements -> (list)

The elements that are included in a grid layout.

(structure)

An element within a grid layout.

ElementId -> (string)

A unique identifier for an element within a grid layout.

ElementType -> (string)

The type of element.

ColumnIndex -> (integer)

The column index for the upper left corner of an element.

ColumnSpan -> (integer)

The width of a grid element expressed as a number of grid columns.

RowIndex -> (integer)

The row index for the upper left corner of an element.

RowSpan -> (integer)

The height of a grid element expressed as a number of grid rows.

CanvasSizeOptions -> (structure)

Configuration options for the canvas of a grid layout.

ScreenCanvasSizeOptions -> (structure)

The options that determine the sizing of the canvas used in a grid layout.

ResizeOption -> (string)

This value determines the layout behavior when the viewport is resized.

  • FIXED : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic .
  • RESPONSIVE : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled .

OptimizedViewPortWidth -> (string)

The width that the view port will be optimized for when the layout renders.

ContentType -> (string)

The layout content type of the sheet. Choose one of the following options:

  • PAGINATED : Creates a sheet for a paginated report.
  • INTERACTIVE : Creates a sheet for an interactive dashboard.

CalculatedFields -> (list)

An array of calculated field definitions for the dashboard.

(structure)

The calculated field of an analysis.

DataSetIdentifier -> (string)

The data set that is used in this calculated field.

Name -> (string)

The name of the calculated field.

Expression -> (string)

The expression of the calculated field.

ParameterDeclarations -> (list)

The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

(structure)

The declaration definition of a parameter.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

StringParameterDeclaration -> (structure)

A parameter declaration for the String data type.

ParameterValueType -> (string)

The value type determines whether the parameter is a single-value or multi-value parameter.

Name -> (string)

The name of the parameter that is being declared.

DefaultValues -> (structure)

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

DynamicValue -> (structure)

The dynamic value of the StringDefaultValues . Different defaults displayed according to users, groups, and values mapping.

UserNameColumn -> (structure)

The column that contains the username.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

GroupNameColumn -> (structure)

The column that contains the group name.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DefaultValueColumn -> (structure)

The column that contains the default value of each user or group.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

StaticValues -> (list)

The static values of the DecimalDefaultValues .

(string)

ValueWhenUnset -> (structure)

The configuration that defines the default value of a String parameter when a value has not been set.

ValueWhenUnsetOption -> (string)

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.

CustomValue -> (string)

A custom value that’s used when the value of a parameter isn’t set.

MappedDataSetParameters -> (list)

A list of dataset parameters that are mapped to an analysis parameter.

(structure)

A dataset parameter that is mapped to an analysis parameter.

DataSetIdentifier -> (string)

A unique name that identifies a dataset within the analysis or dashboard.

DataSetParameterName -> (string)

The name of the dataset parameter.

DecimalParameterDeclaration -> (structure)

A parameter declaration for the Decimal data type.

ParameterValueType -> (string)

The value type determines whether the parameter is a single-value or multi-value parameter.

Name -> (string)

The name of the parameter that is being declared.

DefaultValues -> (structure)

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

DynamicValue -> (structure)

The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.

UserNameColumn -> (structure)

The column that contains the username.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

GroupNameColumn -> (structure)

The column that contains the group name.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DefaultValueColumn -> (structure)

The column that contains the default value of each user or group.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

StaticValues -> (list)

The static values of the DecimalDefaultValues .

(double)

ValueWhenUnset -> (structure)

The configuration that defines the default value of a Decimal parameter when a value has not been set.

ValueWhenUnsetOption -> (string)

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.

CustomValue -> (double)

A custom value that’s used when the value of a parameter isn’t set.

MappedDataSetParameters -> (list)

A list of dataset parameters that are mapped to an analysis parameter.

(structure)

A dataset parameter that is mapped to an analysis parameter.

DataSetIdentifier -> (string)

A unique name that identifies a dataset within the analysis or dashboard.

DataSetParameterName -> (string)

The name of the dataset parameter.

IntegerParameterDeclaration -> (structure)

A parameter declaration for the Integer data type.

ParameterValueType -> (string)

The value type determines whether the parameter is a single-value or multi-value parameter.

Name -> (string)

The name of the parameter that is being declared.

DefaultValues -> (structure)

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

DynamicValue -> (structure)

The dynamic value of the IntegerDefaultValues . Different defaults are displayed according to users, groups, and values mapping.

UserNameColumn -> (structure)

The column that contains the username.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

GroupNameColumn -> (structure)

The column that contains the group name.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DefaultValueColumn -> (structure)

The column that contains the default value of each user or group.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

StaticValues -> (list)

The static values of the IntegerDefaultValues .

(long)

ValueWhenUnset -> (structure)

A parameter declaration for the Integer data type.

ValueWhenUnsetOption -> (string)

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.

CustomValue -> (long)

A custom value that’s used when the value of a parameter isn’t set.

MappedDataSetParameters -> (list)

A list of dataset parameters that are mapped to an analysis parameter.

(structure)

A dataset parameter that is mapped to an analysis parameter.

DataSetIdentifier -> (string)

A unique name that identifies a dataset within the analysis or dashboard.

DataSetParameterName -> (string)

The name of the dataset parameter.

DateTimeParameterDeclaration -> (structure)

A parameter declaration for the DateTime data type.

Name -> (string)

The name of the parameter that is being declared.

DefaultValues -> (structure)

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

DynamicValue -> (structure)

The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.

UserNameColumn -> (structure)

The column that contains the username.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

GroupNameColumn -> (structure)

The column that contains the group name.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

DefaultValueColumn -> (structure)

The column that contains the default value of each user or group.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

StaticValues -> (list)

The static values of the DataTimeDefaultValues .

(timestamp)

RollingDate -> (structure)

The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.

DataSetIdentifier -> (string)

The data set that is used in the rolling date configuration.

Expression -> (string)

The expression of the rolling date configuration.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

ValueWhenUnset -> (structure)

The configuration that defines the default value of a DateTime parameter when a value has not been set.

ValueWhenUnsetOption -> (string)

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.

CustomValue -> (timestamp)

A custom value that’s used when the value of a parameter isn’t set.

MappedDataSetParameters -> (list)

A list of dataset parameters that are mapped to an analysis parameter.

(structure)

A dataset parameter that is mapped to an analysis parameter.

DataSetIdentifier -> (string)

A unique name that identifies a dataset within the analysis or dashboard.

DataSetParameterName -> (string)

The name of the dataset parameter.

FilterGroups -> (list)

The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

(structure)

A grouping of individual filters. Filter groups are applied to the same group of visuals.

For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon QuickSight User Guide .

FilterGroupId -> (string)

The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

Filters -> (list)

The list of filters that are present in a FilterGroup .

(structure)

With a Filter , you can remove portions of data from a particular visual or view.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CategoryFilter -> (structure)

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Configuration -> (structure)

The configuration for a CategoryFilter .

FilterListConfiguration -> (structure)

A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.

MatchOperator -> (string)

The match operator that is used to determine if a filter should be applied.

CategoryValues -> (list)

The list of category values for the filter.

(string)

SelectAllOptions -> (string)

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

CustomFilterListConfiguration -> (structure)

A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.

MatchOperator -> (string)

The match operator that is used to determine if a filter should be applied.

CategoryValues -> (list)

The list of category values for the filter.

(string)

SelectAllOptions -> (string)

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

CustomFilterConfiguration -> (structure)

A custom filter that filters based on a single value. This filter can be partially matched.

MatchOperator -> (string)

The match operator that is used to determine if a filter should be applied.

CategoryValue -> (string)

The category value for the filter.

This field is mutually exclusive to ParameterName .

SelectAllOptions -> (string)

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

ParameterName -> (string)

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

NumericRangeFilter -> (structure)

A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

IncludeMinimum -> (boolean)

Determines whether the minimum value in the filter value range should be included in the filtered results.

IncludeMaximum -> (boolean)

Determines whether the maximum value in the filter value range should be included in the filtered results.

RangeMinimum -> (structure)

The minimum value for the filter value range.

StaticValue -> (double)

The static value of the numeric range filter.

Parameter -> (string)

The parameter that is used in the numeric range.

RangeMaximum -> (structure)

The maximum value for the filter value range.

StaticValue -> (double)

The static value of the numeric range filter.

Parameter -> (string)

The parameter that is used in the numeric range.

SelectAllOptions -> (string)

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

AggregationFunction -> (structure)

The aggregation function of the filter.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

NumericEqualityFilter -> (structure)

A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (double)

The input value.

SelectAllOptions -> (string)

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

MatchOperator -> (string)

The match operator that is used to determine if a filter should be applied.

AggregationFunction -> (structure)

The aggregation function of the filter.

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

ParameterName -> (string)

The parameter whose value should be used for the filter value.

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

TimeEqualityFilter -> (structure)

A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Value -> (timestamp)

The value of a TimeEquality filter.

This field is mutually exclusive to RollingDate and ParameterName .

ParameterName -> (string)

The parameter whose value should be used for the filter value.

This field is mutually exclusive to Value and RollingDate .

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

RollingDate -> (structure)

The rolling date input for the TimeEquality filter.

This field is mutually exclusive to Value and ParameterName .

DataSetIdentifier -> (string)

The data set that is used in the rolling date configuration.

Expression -> (string)

The expression of the rolling date configuration.

TimeRangeFilter -> (structure)

A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

IncludeMinimum -> (boolean)

Determines whether the minimum value in the filter value range should be included in the filtered results.

IncludeMaximum -> (boolean)

Determines whether the maximum value in the filter value range should be included in the filtered results.

RangeMinimumValue -> (structure)

The minimum value for the filter value range.

StaticValue -> (timestamp)

The static input value.

RollingDate -> (structure)

The rolling date input value.

DataSetIdentifier -> (string)

The data set that is used in the rolling date configuration.

Expression -> (string)

The expression of the rolling date configuration.

Parameter -> (string)

The parameter type input value.

RangeMaximumValue -> (structure)

The maximum value for the filter value range.

StaticValue -> (timestamp)

The static input value.

RollingDate -> (structure)

The rolling date input value.

DataSetIdentifier -> (string)

The data set that is used in the rolling date configuration.

Expression -> (string)

The expression of the rolling date configuration.

Parameter -> (string)

The parameter type input value.

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

ExcludePeriodConfiguration -> (structure)

The exclude period of the time range filter.

Amount -> (integer)

The amount or number of the exclude period.

Granularity -> (string)

The granularity or unit (day, month, year) of the exclude period.

Status -> (string)

The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

RelativeDatesFilter -> (structure)

A RelativeDatesFilter filters date values that are relative to a given date.

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

AnchorDateConfiguration -> (structure)

The date configuration of the filter.

AnchorOption -> (string)

The options for the date configuration. Choose one of the options below:

  • NOW

ParameterName -> (string)

The name of the parameter that is used for the anchor date configuration.

MinimumGranularity -> (string)

The minimum granularity (period granularity) of the relative dates filter.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

RelativeDateType -> (string)

The range date type of the filter. Choose one of the options below:

  • PREVIOUS
  • THIS
  • LAST
  • NOW
  • NEXT

RelativeDateValue -> (integer)

The date value of the filter.

ParameterName -> (string)

The parameter whose value should be used for the filter value.

NullOption -> (string)

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.

ExcludePeriodConfiguration -> (structure)

The configuration for the exclude period of the filter.

Amount -> (integer)

The amount or number of the exclude period.

Granularity -> (string)

The granularity or unit (day, month, year) of the exclude period.

Status -> (string)

The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED

TopBottomFilter -> (structure)

A TopBottomFilter filters data to the top or bottom values for a given column.

FilterId -> (string)

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Column -> (structure)

The column that the filter is applied to.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

Limit -> (integer)

The number of items to include in the top bottom filter results.

AggregationSortConfigurations -> (list)

The aggregation and sort configuration of the top bottom filter.

(structure)

The configuration options to sort aggregated values.

Column -> (structure)

The column that determines the sort order of aggregated values.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

SortDirection -> (string)

The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.

AggregationFunction -> (structure)

The function that aggregates the values in Column .

NumericalAggregationFunction -> (structure)

Aggregation for numerical values.

SimpleNumericalAggregation -> (string)

Built-in aggregation functions for numerical values.

  • SUM : The sum of a dimension or measure.
  • AVERAGE : The average of a dimension or measure.
  • MIN : The minimum value of a dimension or measure.
  • MAX : The maximum value of a dimension or measure.
  • COUNT : The count of a dimension or measure.
  • DISTINCT_COUNT : The count of distinct values in a dimension or measure.
  • VAR : The variance of a dimension or measure.
  • VARP : The partitioned variance of a dimension or measure.
  • STDEV : The standard deviation of a dimension or measure.
  • STDEVP : The partitioned standard deviation of a dimension or measure.
  • MEDIAN : The median value of a dimension or measure.

PercentileAggregation -> (structure)

An aggregation based on the percentile of values in a dimension or measure.

PercentileValue -> (double)

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

CategoricalAggregationFunction -> (string)

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.

DateAggregationFunction -> (string)

Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.

AttributeAggregationFunction -> (structure)

Aggregation for attributes.

SimpleAttributeAggregation -> (string)

The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.

ValueForMultipleValues -> (string)

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to ‘*’.

TimeGranularity -> (string)

The level of time precision that is used to aggregate DateTime values.

ParameterName -> (string)

The parameter whose value should be used for the filter value.

ScopeConfiguration -> (structure)

The configuration that specifies what scope to apply to a FilterGroup .

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

SelectedSheets -> (structure)

The configuration for applying a filter to specific sheets.

SheetVisualScopingConfigurations -> (list)

The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.

(structure)

The filter that is applied to the options.

SheetId -> (string)

The selected sheet that the filter is applied to.

Scope -> (string)

The scope of the applied entities. Choose one of the following options:

  • ALL_VISUALS
  • SELECTED_VISUALS

VisualIds -> (list)

The selected visuals that the filter is applied to.

(string)

AllSheets -> (structure)

The configuration for applying a filter to all sheets.

Status -> (string)

The status of the FilterGroup .

CrossDataset -> (string)

The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET

ColumnConfigurations -> (list)

An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

(structure)

The general configuration of a column.

Column -> (structure)

The column.

DataSetIdentifier -> (string)

The data set that the column belongs to.

ColumnName -> (string)

The name of the column.

FormatConfiguration -> (structure)

The format configuration of a column.

StringFormatConfiguration -> (structure)

Formatting configuration for string fields.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric strings.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumberFormatConfiguration -> (structure)

Formatting configuration for number fields.

FormatConfiguration -> (structure)

The options that determine the numeric format configuration.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

DateTimeFormatConfiguration -> (structure)

Formatting configuration for DateTime fields.

DateTimeFormat -> (string)

Determines the DateTime format.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

NumericFormatConfiguration -> (structure)

The formatting configuration for numeric DateTime fields.

NumberDisplayFormatConfiguration -> (structure)

The options that determine the number display format configuration.

Prefix -> (string)

Determines the prefix value of the number format.

Suffix -> (string)

Determines the suffix value of the number format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value of the number format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

CurrencyDisplayFormatConfiguration -> (structure)

The options that determine the currency display format configuration.

Prefix -> (string)

Determines the prefix value of the currency format.

Suffix -> (string)

Determines the suffix value of the currency format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

Symbol -> (string)

Determines the symbol for the currency format.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NumberScale -> (string)

Determines the number scale value for the currency format.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

PercentageDisplayFormatConfiguration -> (structure)

The options that determine the percentage display format configuration.

Prefix -> (string)

Determines the prefix value of the percentage format.

Suffix -> (string)

Determines the suffix value of the percentage format.

SeparatorConfiguration -> (structure)

The options that determine the numeric separator configuration.

DecimalSeparator -> (string)

Determines the decimal separator.

ThousandsSeparator -> (structure)

The options that determine the thousands separator configuration.

Symbol -> (string)

Determines the thousands separator symbol.

Visibility -> (string)

Determines the visibility of the thousands separator.

DecimalPlacesConfiguration -> (structure)

The option that determines the decimal places configuration.

DecimalPlaces -> (long)

The values of the decimal places.

NegativeValueConfiguration -> (structure)

The options that determine the negative value configuration.

DisplayMode -> (string)

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration -> (structure)

The options that determine the null value format configuration.

NullString -> (string)

Determines the null string of null values.

Role -> (string)

The role of the column.

ColorsConfiguration -> (structure)

The color configurations of the column.

CustomColors -> (list)

A list of up to 50 custom colors.

(structure)

Determines the color that’s applied to a particular data value in a column.

FieldValue -> (string)

The data value that the color is applied to.

Color -> (string)

The color that is applied to the data value.

SpecialValue -> (string)

The value of a special data value.

AnalysisDefaults -> (structure)

The configuration for default analysis settings.

DefaultNewSheetConfiguration -> (structure)

The configuration for default new sheet settings.

InteractiveLayoutConfiguration -> (structure)

The options that determine the default settings for interactive layout configuration.

Grid -> (structure)

The options that determine the default settings for a grid layout configuration.

CanvasSizeOptions -> (structure)

Determines the screen canvas size options for a grid layout.

ScreenCanvasSizeOptions -> (structure)

The options that determine the sizing of the canvas used in a grid layout.

ResizeOption -> (string)

This value determines the layout behavior when the viewport is resized.

  • FIXED : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic .
  • RESPONSIVE : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled .

OptimizedViewPortWidth -> (string)

The width that the view port will be optimized for when the layout renders.

FreeForm -> (structure)

The options that determine the default settings of a free-form layout configuration.

CanvasSizeOptions -> (structure)

Determines the screen canvas size options for a free-form layout.

ScreenCanvasSizeOptions -> (structure)

The options that determine the sizing of the canvas used in a free-form layout.

OptimizedViewPortWidth -> (string)

The width that the view port will be optimized for when the layout renders.

PaginatedLayoutConfiguration -> (structure)

The options that determine the default settings for a paginated layout configuration.

SectionBased -> (structure)

The options that determine the default settings for a section-based layout configuration.

CanvasSizeOptions -> (structure)

Determines the screen canvas size options for a section-based layout.

PaperCanvasSizeOptions -> (structure)

The options for a paper canvas of a section-based layout.

PaperSize -> (string)

The paper size that is used to define canvas dimensions.

PaperOrientation -> (string)

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT
  • LANDSCAPE

PaperMargin -> (structure)

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

Top -> (string)

Define the top spacing.

Bottom -> (string)

Define the bottom spacing.

Left -> (string)

Define the left spacing.

Right -> (string)

Define the right spacing.

SheetContentType -> (string)

The option that determines the sheet content type.

Options -> (structure)

An array of option definitions for a dashboard.

Timezone -> (string)

Determines the timezone for the analysis.

WeekStart -> (string)

Determines the week start day for an analysis.

JSON Syntax:

{
  "DataSetIdentifierDeclarations": [
    {
      "Identifier": "string",
      "DataSetArn": "string"
    }
    ...
  ],
  "Sheets": [
    {
      "SheetId": "string",
      "Title": "string",
      "Description": "string",
      "Name": "string",
      "ParameterControls": [
        {
          "DateTimePicker": {
            "ParameterControlId": "string",
            "Title": "string",
            "SourceParameterName": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "DateTimeFormat": "string",
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            }
          },
          "List": {
            "ParameterControlId": "string",
            "Title": "string",
            "SourceParameterName": "string",
            "DisplayOptions": {
              "SearchOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "SelectAllOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "Type": "MULTI_SELECT"|"SINGLE_SELECT",
            "SelectableValues": {
              "Values": ["string", ...],
              "LinkToDataSetColumn": {
                "DataSetIdentifier": "string",
                "ColumnName": "string"
              }
            },
            "CascadingControlConfiguration": {
              "SourceControls": [
                {
                  "SourceSheetControlId": "string",
                  "ColumnToMatch": {
                    "DataSetIdentifier": "string",
                    "ColumnName": "string"
                  }
                }
                ...
              ]
            }
          },
          "Dropdown": {
            "ParameterControlId": "string",
            "Title": "string",
            "SourceParameterName": "string",
            "DisplayOptions": {
              "SelectAllOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "Type": "MULTI_SELECT"|"SINGLE_SELECT",
            "SelectableValues": {
              "Values": ["string", ...],
              "LinkToDataSetColumn": {
                "DataSetIdentifier": "string",
                "ColumnName": "string"
              }
            },
            "CascadingControlConfiguration": {
              "SourceControls": [
                {
                  "SourceSheetControlId": "string",
                  "ColumnToMatch": {
                    "DataSetIdentifier": "string",
                    "ColumnName": "string"
                  }
                }
                ...
              ]
            }
          },
          "TextField": {
            "ParameterControlId": "string",
            "Title": "string",
            "SourceParameterName": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "PlaceholderOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            }
          },
          "TextArea": {
            "ParameterControlId": "string",
            "Title": "string",
            "SourceParameterName": "string",
            "Delimiter": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "PlaceholderOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            }
          },
          "Slider": {
            "ParameterControlId": "string",
            "Title": "string",
            "SourceParameterName": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "MaximumValue": double,
            "MinimumValue": double,
            "StepSize": double
          }
        }
        ...
      ],
      "FilterControls": [
        {
          "DateTimePicker": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "DateTimeFormat": "string",
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "Type": "SINGLE_VALUED"|"DATE_RANGE"
          },
          "List": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "DisplayOptions": {
              "SearchOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "SelectAllOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "Type": "MULTI_SELECT"|"SINGLE_SELECT",
            "SelectableValues": {
              "Values": ["string", ...]
            },
            "CascadingControlConfiguration": {
              "SourceControls": [
                {
                  "SourceSheetControlId": "string",
                  "ColumnToMatch": {
                    "DataSetIdentifier": "string",
                    "ColumnName": "string"
                  }
                }
                ...
              ]
            }
          },
          "Dropdown": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "DisplayOptions": {
              "SelectAllOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "Type": "MULTI_SELECT"|"SINGLE_SELECT",
            "SelectableValues": {
              "Values": ["string", ...]
            },
            "CascadingControlConfiguration": {
              "SourceControls": [
                {
                  "SourceSheetControlId": "string",
                  "ColumnToMatch": {
                    "DataSetIdentifier": "string",
                    "ColumnName": "string"
                  }
                }
                ...
              ]
            }
          },
          "TextField": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "PlaceholderOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            }
          },
          "TextArea": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "Delimiter": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "PlaceholderOptions": {
                "Visibility": "HIDDEN"|"VISIBLE"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            }
          },
          "Slider": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            },
            "Type": "SINGLE_POINT"|"RANGE",
            "MaximumValue": double,
            "MinimumValue": double,
            "StepSize": double
          },
          "RelativeDateTime": {
            "FilterControlId": "string",
            "Title": "string",
            "SourceFilterId": "string",
            "DisplayOptions": {
              "TitleOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "FontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "CustomLabel": "string"
              },
              "DateTimeFormat": "string",
              "InfoIconLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "InfoIconText": "string"
              }
            }
          }
        }
        ...
      ],
      "Visuals": [
        {
          "TableVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "TableAggregatedFieldWells": {
                  "GroupBy": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                },
                "TableUnaggregatedFieldWells": {
                  "Values": [
                    {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "FormatConfiguration": {
                        "StringFormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        },
                        "NumberFormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        },
                        "DateTimeFormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "RowSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "PaginationConfiguration": {
                  "PageSize": long,
                  "PageNumber": long
                }
              },
              "TableOptions": {
                "Orientation": "VERTICAL"|"HORIZONTAL",
                "HeaderStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "CellStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "RowAlternateColorOptions": {
                  "Status": "ENABLED"|"DISABLED",
                  "RowAlternateColors": ["string", ...],
                  "UsePrimaryBackgroundColor": "ENABLED"|"DISABLED"
                }
              },
              "TotalOptions": {
                "TotalsVisibility": "HIDDEN"|"VISIBLE",
                "Placement": "START"|"END"|"AUTO",
                "ScrollStatus": "PINNED"|"SCROLLED",
                "CustomLabel": "string",
                "TotalCellStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "TotalAggregationOptions": [
                  {
                    "FieldId": "string",
                    "TotalAggregationFunction": {
                      "SimpleTotalAggregationFunction": "DEFAULT"|"SUM"|"AVERAGE"|"MIN"|"MAX"|"NONE"
                    }
                  }
                  ...
                ]
              },
              "FieldOptions": {
                "SelectedFieldOptions": [
                  {
                    "FieldId": "string",
                    "Width": "string",
                    "CustomLabel": "string",
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "URLStyling": {
                      "LinkConfiguration": {
                        "Target": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB",
                        "Content": {
                          "CustomTextContent": {
                            "Value": "string",
                            "FontConfiguration": {
                              "FontSize": {
                                "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                              },
                              "FontDecoration": "UNDERLINE"|"NONE",
                              "FontColor": "string",
                              "FontWeight": {
                                "Name": "NORMAL"|"BOLD"
                              },
                              "FontStyle": "NORMAL"|"ITALIC"
                            }
                          },
                          "CustomIconContent": {
                            "Icon": "LINK"
                          }
                        }
                      },
                      "ImageConfiguration": {
                        "SizingOptions": {
                          "TableCellImageScalingConfiguration": "FIT_TO_CELL_HEIGHT"|"FIT_TO_CELL_WIDTH"|"DO_NOT_SCALE"
                        }
                      }
                    }
                  }
                  ...
                ],
                "Order": ["string", ...],
                "PinnedFieldOptions": {
                  "PinnedLeftFields": ["string", ...]
                }
              },
              "PaginatedReportOptions": {
                "VerticalOverflowVisibility": "HIDDEN"|"VISIBLE",
                "OverflowColumnHeaderVisibility": "HIDDEN"|"VISIBLE"
              },
              "TableInlineVisualizations": [
                {
                  "DataBars": {
                    "FieldId": "string",
                    "PositiveColor": "string",
                    "NegativeColor": "string"
                  }
                }
                ...
              ],
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ConditionalFormatting": {
              "ConditionalFormattingOptions": [
                {
                  "Cell": {
                    "FieldId": "string",
                    "TextFormat": {
                      "BackgroundColor": {
                        "Solid": {
                          "Expression": "string",
                          "Color": "string"
                        },
                        "Gradient": {
                          "Expression": "string",
                          "Color": {
                            "Stops": [
                              {
                                "GradientOffset": double,
                                "DataValue": double,
                                "Color": "string"
                              }
                              ...
                            ]
                          }
                        }
                      },
                      "TextColor": {
                        "Solid": {
                          "Expression": "string",
                          "Color": "string"
                        },
                        "Gradient": {
                          "Expression": "string",
                          "Color": {
                            "Stops": [
                              {
                                "GradientOffset": double,
                                "DataValue": double,
                                "Color": "string"
                              }
                              ...
                            ]
                          }
                        }
                      },
                      "Icon": {
                        "IconSet": {
                          "Expression": "string",
                          "IconSetType": "PLUS_MINUS"|"CHECK_X"|"THREE_COLOR_ARROW"|"THREE_GRAY_ARROW"|"CARET_UP_MINUS_DOWN"|"THREE_SHAPE"|"THREE_CIRCLE"|"FLAGS"|"BARS"|"FOUR_COLOR_ARROW"|"FOUR_GRAY_ARROW"
                        },
                        "CustomCondition": {
                          "Expression": "string",
                          "IconOptions": {
                            "Icon": "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X",
                            "UnicodeIcon": "string"
                          },
                          "Color": "string",
                          "DisplayConfiguration": {
                            "IconDisplayOption": "ICON_ONLY"
                          }
                        }
                      }
                    }
                  },
                  "Row": {
                    "BackgroundColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    },
                    "TextColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    }
                  }
                }
                ...
              ]
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "PivotTableVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "PivotTableAggregatedFieldWells": {
                  "Rows": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Columns": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "FieldSortOptions": [
                  {
                    "FieldId": "string",
                    "SortBy": {
                      "Field": {
                        "FieldId": "string",
                        "Direction": "ASC"|"DESC"
                      },
                      "Column": {
                        "SortBy": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Direction": "ASC"|"DESC",
                        "AggregationFunction": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        }
                      },
                      "DataPath": {
                        "Direction": "ASC"|"DESC",
                        "SortPaths": [
                          {
                            "FieldId": "string",
                            "FieldValue": "string",
                            "DataPathType": {
                              "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                            }
                          }
                          ...
                        ]
                      }
                    }
                  }
                  ...
                ]
              },
              "TableOptions": {
                "MetricPlacement": "ROW"|"COLUMN",
                "SingleMetricVisibility": "HIDDEN"|"VISIBLE",
                "ColumnNamesVisibility": "HIDDEN"|"VISIBLE",
                "ToggleButtonsVisibility": "HIDDEN"|"VISIBLE",
                "ColumnHeaderStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "RowHeaderStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "CellStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "RowFieldNamesStyle": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "TextWrap": "NONE"|"WRAP",
                  "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                  "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                  "BackgroundColor": "string",
                  "Height": integer,
                  "Border": {
                    "UniformBorder": {
                      "Color": "string",
                      "Thickness": integer,
                      "Style": "NONE"|"SOLID"
                    },
                    "SideSpecificBorder": {
                      "InnerVertical": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "InnerHorizontal": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Left": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Right": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Top": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "Bottom": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      }
                    }
                  }
                },
                "RowAlternateColorOptions": {
                  "Status": "ENABLED"|"DISABLED",
                  "RowAlternateColors": ["string", ...],
                  "UsePrimaryBackgroundColor": "ENABLED"|"DISABLED"
                },
                "CollapsedRowDimensionsVisibility": "HIDDEN"|"VISIBLE",
                "RowsLayout": "TABULAR"|"HIERARCHY",
                "RowsLabelOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "CustomLabel": "string"
                },
                "DefaultCellWidth": "string"
              },
              "TotalOptions": {
                "RowSubtotalOptions": {
                  "TotalsVisibility": "HIDDEN"|"VISIBLE",
                  "CustomLabel": "string",
                  "FieldLevel": "ALL"|"CUSTOM"|"LAST",
                  "FieldLevelOptions": [
                    {
                      "FieldId": "string"
                    }
                    ...
                  ],
                  "TotalCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "ValueCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "MetricHeaderCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "StyleTargets": [
                    {
                      "CellType": "TOTAL"|"METRIC_HEADER"|"VALUE"
                    }
                    ...
                  ]
                },
                "ColumnSubtotalOptions": {
                  "TotalsVisibility": "HIDDEN"|"VISIBLE",
                  "CustomLabel": "string",
                  "FieldLevel": "ALL"|"CUSTOM"|"LAST",
                  "FieldLevelOptions": [
                    {
                      "FieldId": "string"
                    }
                    ...
                  ],
                  "TotalCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "ValueCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "MetricHeaderCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "StyleTargets": [
                    {
                      "CellType": "TOTAL"|"METRIC_HEADER"|"VALUE"
                    }
                    ...
                  ]
                },
                "RowTotalOptions": {
                  "TotalsVisibility": "HIDDEN"|"VISIBLE",
                  "Placement": "START"|"END"|"AUTO",
                  "ScrollStatus": "PINNED"|"SCROLLED",
                  "CustomLabel": "string",
                  "TotalCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "ValueCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "MetricHeaderCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "TotalAggregationOptions": [
                    {
                      "FieldId": "string",
                      "TotalAggregationFunction": {
                        "SimpleTotalAggregationFunction": "DEFAULT"|"SUM"|"AVERAGE"|"MIN"|"MAX"|"NONE"
                      }
                    }
                    ...
                  ]
                },
                "ColumnTotalOptions": {
                  "TotalsVisibility": "HIDDEN"|"VISIBLE",
                  "Placement": "START"|"END"|"AUTO",
                  "ScrollStatus": "PINNED"|"SCROLLED",
                  "CustomLabel": "string",
                  "TotalCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "ValueCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "MetricHeaderCellStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "TextWrap": "NONE"|"WRAP",
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO",
                    "VerticalTextAlignment": "TOP"|"MIDDLE"|"BOTTOM"|"AUTO",
                    "BackgroundColor": "string",
                    "Height": integer,
                    "Border": {
                      "UniformBorder": {
                        "Color": "string",
                        "Thickness": integer,
                        "Style": "NONE"|"SOLID"
                      },
                      "SideSpecificBorder": {
                        "InnerVertical": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "InnerHorizontal": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Left": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Right": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Top": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        },
                        "Bottom": {
                          "Color": "string",
                          "Thickness": integer,
                          "Style": "NONE"|"SOLID"
                        }
                      }
                    }
                  },
                  "TotalAggregationOptions": [
                    {
                      "FieldId": "string",
                      "TotalAggregationFunction": {
                        "SimpleTotalAggregationFunction": "DEFAULT"|"SUM"|"AVERAGE"|"MIN"|"MAX"|"NONE"
                      }
                    }
                    ...
                  ]
                }
              },
              "FieldOptions": {
                "SelectedFieldOptions": [
                  {
                    "FieldId": "string",
                    "CustomLabel": "string",
                    "Visibility": "HIDDEN"|"VISIBLE"
                  }
                  ...
                ],
                "DataPathOptions": [
                  {
                    "DataPathList": [
                      {
                        "FieldId": "string",
                        "FieldValue": "string",
                        "DataPathType": {
                          "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                        }
                      }
                      ...
                    ],
                    "Width": "string"
                  }
                  ...
                ],
                "CollapseStateOptions": [
                  {
                    "Target": {
                      "FieldId": "string",
                      "FieldDataPathValues": [
                        {
                          "FieldId": "string",
                          "FieldValue": "string",
                          "DataPathType": {
                            "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                          }
                        }
                        ...
                      ]
                    },
                    "State": "COLLAPSED"|"EXPANDED"
                  }
                  ...
                ]
              },
              "PaginatedReportOptions": {
                "VerticalOverflowVisibility": "HIDDEN"|"VISIBLE",
                "OverflowColumnHeaderVisibility": "HIDDEN"|"VISIBLE"
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ConditionalFormatting": {
              "ConditionalFormattingOptions": [
                {
                  "Cell": {
                    "FieldId": "string",
                    "TextFormat": {
                      "BackgroundColor": {
                        "Solid": {
                          "Expression": "string",
                          "Color": "string"
                        },
                        "Gradient": {
                          "Expression": "string",
                          "Color": {
                            "Stops": [
                              {
                                "GradientOffset": double,
                                "DataValue": double,
                                "Color": "string"
                              }
                              ...
                            ]
                          }
                        }
                      },
                      "TextColor": {
                        "Solid": {
                          "Expression": "string",
                          "Color": "string"
                        },
                        "Gradient": {
                          "Expression": "string",
                          "Color": {
                            "Stops": [
                              {
                                "GradientOffset": double,
                                "DataValue": double,
                                "Color": "string"
                              }
                              ...
                            ]
                          }
                        }
                      },
                      "Icon": {
                        "IconSet": {
                          "Expression": "string",
                          "IconSetType": "PLUS_MINUS"|"CHECK_X"|"THREE_COLOR_ARROW"|"THREE_GRAY_ARROW"|"CARET_UP_MINUS_DOWN"|"THREE_SHAPE"|"THREE_CIRCLE"|"FLAGS"|"BARS"|"FOUR_COLOR_ARROW"|"FOUR_GRAY_ARROW"
                        },
                        "CustomCondition": {
                          "Expression": "string",
                          "IconOptions": {
                            "Icon": "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X",
                            "UnicodeIcon": "string"
                          },
                          "Color": "string",
                          "DisplayConfiguration": {
                            "IconDisplayOption": "ICON_ONLY"
                          }
                        }
                      }
                    },
                    "Scope": {
                      "Role": "FIELD"|"FIELD_TOTAL"|"GRAND_TOTAL"
                    },
                    "Scopes": [
                      {
                        "Role": "FIELD"|"FIELD_TOTAL"|"GRAND_TOTAL"
                      }
                      ...
                    ]
                  }
                }
                ...
              ]
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "BarChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "BarChartAggregatedFieldWells": {
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Colors": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "SmallMultiples": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "CategoryItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "ColorSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "ColorItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "SmallMultiplesSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "SmallMultiplesLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "Orientation": "HORIZONTAL"|"VERTICAL",
              "BarsArrangement": "CLUSTERED"|"STACKED"|"STACKED_PERCENT",
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "SmallMultiplesOptions": {
                "MaxVisibleRows": long,
                "MaxVisibleColumns": long,
                "PanelConfiguration": {
                  "Title": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO"
                  },
                  "BorderVisibility": "HIDDEN"|"VISIBLE",
                  "BorderThickness": "string",
                  "BorderStyle": "SOLID"|"DASHED"|"DOTTED",
                  "BorderColor": "string",
                  "GutterVisibility": "HIDDEN"|"VISIBLE",
                  "GutterSpacing": "string",
                  "BackgroundVisibility": "HIDDEN"|"VISIBLE",
                  "BackgroundColor": "string"
                },
                "XAxis": {
                  "Scale": "SHARED"|"INDEPENDENT",
                  "Placement": "OUTSIDE"|"INSIDE"
                },
                "YAxis": {
                  "Scale": "SHARED"|"INDEPENDENT",
                  "Placement": "OUTSIDE"|"INSIDE"
                }
              },
              "CategoryAxis": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ValueAxis": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "ValueLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ColorLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "ReferenceLines": [
                {
                  "Status": "ENABLED"|"DISABLED",
                  "DataConfiguration": {
                    "StaticConfiguration": {
                      "Value": double
                    },
                    "DynamicConfiguration": {
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "MeasureAggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      },
                      "Calculation": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      }
                    },
                    "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                    "SeriesType": "BAR"|"LINE"
                  },
                  "StyleConfiguration": {
                    "Pattern": "SOLID"|"DASHED"|"DOTTED",
                    "Color": "string"
                  },
                  "LabelConfiguration": {
                    "ValueLabelConfiguration": {
                      "RelativePosition": "BEFORE_CUSTOM_LABEL"|"AFTER_CUSTOM_LABEL",
                      "FormatConfiguration": {
                        "NumberDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "CurrencyDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "Symbol": "string",
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "PercentageDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        }
                      }
                    },
                    "CustomLabelConfiguration": {
                      "CustomLabel": "string"
                    },
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "FontColor": "string",
                    "HorizontalPosition": "LEFT"|"CENTER"|"RIGHT",
                    "VerticalPosition": "ABOVE"|"BELOW"
                  }
                }
                ...
              ],
              "ContributionAnalysisDefaults": [
                {
                  "MeasureFieldId": "string",
                  "ContributorDimensions": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ]
                }
                ...
              ],
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "KPIVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "Values": [
                  {
                    "NumericalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      },
                      "FormatConfiguration": {
                        "FormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CategoricalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                      "FormatConfiguration": {
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "DateMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                      "FormatConfiguration": {
                        "DateTimeFormat": "string",
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CalculatedMeasureField": {
                      "FieldId": "string",
                      "Expression": "string"
                    }
                  }
                  ...
                ],
                "TargetValues": [
                  {
                    "NumericalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      },
                      "FormatConfiguration": {
                        "FormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CategoricalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                      "FormatConfiguration": {
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "DateMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                      "FormatConfiguration": {
                        "DateTimeFormat": "string",
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CalculatedMeasureField": {
                      "FieldId": "string",
                      "Expression": "string"
                    }
                  }
                  ...
                ],
                "TrendGroups": [
                  {
                    "NumericalDimensionField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "HierarchyId": "string",
                      "FormatConfiguration": {
                        "FormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CategoricalDimensionField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "HierarchyId": "string",
                      "FormatConfiguration": {
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "DateDimensionField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                      "HierarchyId": "string",
                      "FormatConfiguration": {
                        "DateTimeFormat": "string",
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                  ...
                ]
              },
              "SortConfiguration": {
                "TrendGroupSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ]
              },
              "KPIOptions": {
                "ProgressBar": {
                  "Visibility": "HIDDEN"|"VISIBLE"
                },
                "TrendArrows": {
                  "Visibility": "HIDDEN"|"VISIBLE"
                },
                "SecondaryValue": {
                  "Visibility": "HIDDEN"|"VISIBLE"
                },
                "Comparison": {
                  "ComparisonMethod": "DIFFERENCE"|"PERCENT_DIFFERENCE"|"PERCENT",
                  "ComparisonFormat": {
                    "NumberDisplayFormatConfiguration": {
                      "Prefix": "string",
                      "Suffix": "string",
                      "SeparatorConfiguration": {
                        "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                        "ThousandsSeparator": {
                          "Symbol": "COMMA"|"DOT"|"SPACE",
                          "Visibility": "HIDDEN"|"VISIBLE"
                        }
                      },
                      "DecimalPlacesConfiguration": {
                        "DecimalPlaces": long
                      },
                      "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                      "NegativeValueConfiguration": {
                        "DisplayMode": "POSITIVE"|"NEGATIVE"
                      },
                      "NullValueFormatConfiguration": {
                        "NullString": "string"
                      }
                    },
                    "PercentageDisplayFormatConfiguration": {
                      "Prefix": "string",
                      "Suffix": "string",
                      "SeparatorConfiguration": {
                        "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                        "ThousandsSeparator": {
                          "Symbol": "COMMA"|"DOT"|"SPACE",
                          "Visibility": "HIDDEN"|"VISIBLE"
                        }
                      },
                      "DecimalPlacesConfiguration": {
                        "DecimalPlaces": long
                      },
                      "NegativeValueConfiguration": {
                        "DisplayMode": "POSITIVE"|"NEGATIVE"
                      },
                      "NullValueFormatConfiguration": {
                        "NullString": "string"
                      }
                    }
                  }
                },
                "PrimaryValueDisplayType": "HIDDEN"|"COMPARISON"|"ACTUAL",
                "PrimaryValueFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "SecondaryValueFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "Sparkline": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "Type": "LINE"|"AREA",
                  "Color": "string",
                  "TooltipVisibility": "HIDDEN"|"VISIBLE"
                },
                "VisualLayoutOptions": {
                  "StandardLayout": {
                    "Type": "CLASSIC"|"VERTICAL"
                  }
                }
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ConditionalFormatting": {
              "ConditionalFormattingOptions": [
                {
                  "PrimaryValue": {
                    "TextColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    },
                    "Icon": {
                      "IconSet": {
                        "Expression": "string",
                        "IconSetType": "PLUS_MINUS"|"CHECK_X"|"THREE_COLOR_ARROW"|"THREE_GRAY_ARROW"|"CARET_UP_MINUS_DOWN"|"THREE_SHAPE"|"THREE_CIRCLE"|"FLAGS"|"BARS"|"FOUR_COLOR_ARROW"|"FOUR_GRAY_ARROW"
                      },
                      "CustomCondition": {
                        "Expression": "string",
                        "IconOptions": {
                          "Icon": "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X",
                          "UnicodeIcon": "string"
                        },
                        "Color": "string",
                        "DisplayConfiguration": {
                          "IconDisplayOption": "ICON_ONLY"
                        }
                      }
                    }
                  },
                  "ProgressBar": {
                    "ForegroundColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    }
                  },
                  "ActualValue": {
                    "TextColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    },
                    "Icon": {
                      "IconSet": {
                        "Expression": "string",
                        "IconSetType": "PLUS_MINUS"|"CHECK_X"|"THREE_COLOR_ARROW"|"THREE_GRAY_ARROW"|"CARET_UP_MINUS_DOWN"|"THREE_SHAPE"|"THREE_CIRCLE"|"FLAGS"|"BARS"|"FOUR_COLOR_ARROW"|"FOUR_GRAY_ARROW"
                      },
                      "CustomCondition": {
                        "Expression": "string",
                        "IconOptions": {
                          "Icon": "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X",
                          "UnicodeIcon": "string"
                        },
                        "Color": "string",
                        "DisplayConfiguration": {
                          "IconDisplayOption": "ICON_ONLY"
                        }
                      }
                    }
                  },
                  "ComparisonValue": {
                    "TextColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    },
                    "Icon": {
                      "IconSet": {
                        "Expression": "string",
                        "IconSetType": "PLUS_MINUS"|"CHECK_X"|"THREE_COLOR_ARROW"|"THREE_GRAY_ARROW"|"CARET_UP_MINUS_DOWN"|"THREE_SHAPE"|"THREE_CIRCLE"|"FLAGS"|"BARS"|"FOUR_COLOR_ARROW"|"FOUR_GRAY_ARROW"
                      },
                      "CustomCondition": {
                        "Expression": "string",
                        "IconOptions": {
                          "Icon": "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X",
                          "UnicodeIcon": "string"
                        },
                        "Color": "string",
                        "DisplayConfiguration": {
                          "IconDisplayOption": "ICON_ONLY"
                        }
                      }
                    }
                  }
                }
                ...
              ]
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "PieChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "PieChartAggregatedFieldWells": {
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "SmallMultiples": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "CategoryItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "SmallMultiplesSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "SmallMultiplesLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "DonutOptions": {
                "ArcOptions": {
                  "ArcThickness": "SMALL"|"MEDIUM"|"LARGE"|"WHOLE"
                },
                "DonutCenterOptions": {
                  "LabelVisibility": "HIDDEN"|"VISIBLE"
                }
              },
              "SmallMultiplesOptions": {
                "MaxVisibleRows": long,
                "MaxVisibleColumns": long,
                "PanelConfiguration": {
                  "Title": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO"
                  },
                  "BorderVisibility": "HIDDEN"|"VISIBLE",
                  "BorderThickness": "string",
                  "BorderStyle": "SOLID"|"DASHED"|"DOTTED",
                  "BorderColor": "string",
                  "GutterVisibility": "HIDDEN"|"VISIBLE",
                  "GutterSpacing": "string",
                  "BackgroundVisibility": "HIDDEN"|"VISIBLE",
                  "BackgroundColor": "string"
                },
                "XAxis": {
                  "Scale": "SHARED"|"INDEPENDENT",
                  "Placement": "OUTSIDE"|"INSIDE"
                },
                "YAxis": {
                  "Scale": "SHARED"|"INDEPENDENT",
                  "Placement": "OUTSIDE"|"INSIDE"
                }
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ValueLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "ContributionAnalysisDefaults": [
                {
                  "MeasureFieldId": "string",
                  "ContributorDimensions": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ]
                }
                ...
              ],
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "GaugeChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "Values": [
                  {
                    "NumericalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      },
                      "FormatConfiguration": {
                        "FormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CategoricalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                      "FormatConfiguration": {
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "DateMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                      "FormatConfiguration": {
                        "DateTimeFormat": "string",
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CalculatedMeasureField": {
                      "FieldId": "string",
                      "Expression": "string"
                    }
                  }
                  ...
                ],
                "TargetValues": [
                  {
                    "NumericalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      },
                      "FormatConfiguration": {
                        "FormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CategoricalMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                      "FormatConfiguration": {
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "DateMeasureField": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                      "FormatConfiguration": {
                        "DateTimeFormat": "string",
                        "NullValueFormatConfiguration": {
                          "NullString": "string"
                        },
                        "NumericFormatConfiguration": {
                          "NumberDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "CurrencyDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "Symbol": "string",
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          },
                          "PercentageDisplayFormatConfiguration": {
                            "Prefix": "string",
                            "Suffix": "string",
                            "SeparatorConfiguration": {
                              "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                              "ThousandsSeparator": {
                                "Symbol": "COMMA"|"DOT"|"SPACE",
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            },
                            "DecimalPlacesConfiguration": {
                              "DecimalPlaces": long
                            },
                            "NegativeValueConfiguration": {
                              "DisplayMode": "POSITIVE"|"NEGATIVE"
                            },
                            "NullValueFormatConfiguration": {
                              "NullString": "string"
                            }
                          }
                        }
                      }
                    },
                    "CalculatedMeasureField": {
                      "FieldId": "string",
                      "Expression": "string"
                    }
                  }
                  ...
                ]
              },
              "GaugeChartOptions": {
                "PrimaryValueDisplayType": "HIDDEN"|"COMPARISON"|"ACTUAL",
                "Comparison": {
                  "ComparisonMethod": "DIFFERENCE"|"PERCENT_DIFFERENCE"|"PERCENT",
                  "ComparisonFormat": {
                    "NumberDisplayFormatConfiguration": {
                      "Prefix": "string",
                      "Suffix": "string",
                      "SeparatorConfiguration": {
                        "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                        "ThousandsSeparator": {
                          "Symbol": "COMMA"|"DOT"|"SPACE",
                          "Visibility": "HIDDEN"|"VISIBLE"
                        }
                      },
                      "DecimalPlacesConfiguration": {
                        "DecimalPlaces": long
                      },
                      "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                      "NegativeValueConfiguration": {
                        "DisplayMode": "POSITIVE"|"NEGATIVE"
                      },
                      "NullValueFormatConfiguration": {
                        "NullString": "string"
                      }
                    },
                    "PercentageDisplayFormatConfiguration": {
                      "Prefix": "string",
                      "Suffix": "string",
                      "SeparatorConfiguration": {
                        "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                        "ThousandsSeparator": {
                          "Symbol": "COMMA"|"DOT"|"SPACE",
                          "Visibility": "HIDDEN"|"VISIBLE"
                        }
                      },
                      "DecimalPlacesConfiguration": {
                        "DecimalPlaces": long
                      },
                      "NegativeValueConfiguration": {
                        "DisplayMode": "POSITIVE"|"NEGATIVE"
                      },
                      "NullValueFormatConfiguration": {
                        "NullString": "string"
                      }
                    }
                  }
                },
                "ArcAxis": {
                  "Range": {
                    "Min": double,
                    "Max": double
                  },
                  "ReserveRange": integer
                },
                "Arc": {
                  "ArcAngle": double,
                  "ArcThickness": "SMALL"|"MEDIUM"|"LARGE"
                },
                "PrimaryValueFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                }
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "TooltipOptions": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ConditionalFormatting": {
              "ConditionalFormattingOptions": [
                {
                  "PrimaryValue": {
                    "TextColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    },
                    "Icon": {
                      "IconSet": {
                        "Expression": "string",
                        "IconSetType": "PLUS_MINUS"|"CHECK_X"|"THREE_COLOR_ARROW"|"THREE_GRAY_ARROW"|"CARET_UP_MINUS_DOWN"|"THREE_SHAPE"|"THREE_CIRCLE"|"FLAGS"|"BARS"|"FOUR_COLOR_ARROW"|"FOUR_GRAY_ARROW"
                      },
                      "CustomCondition": {
                        "Expression": "string",
                        "IconOptions": {
                          "Icon": "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X",
                          "UnicodeIcon": "string"
                        },
                        "Color": "string",
                        "DisplayConfiguration": {
                          "IconDisplayOption": "ICON_ONLY"
                        }
                      }
                    }
                  },
                  "Arc": {
                    "ForegroundColor": {
                      "Solid": {
                        "Expression": "string",
                        "Color": "string"
                      },
                      "Gradient": {
                        "Expression": "string",
                        "Color": {
                          "Stops": [
                            {
                              "GradientOffset": double,
                              "DataValue": double,
                              "Color": "string"
                            }
                            ...
                          ]
                        }
                      }
                    }
                  }
                }
                ...
              ]
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "LineChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "LineChartAggregatedFieldWells": {
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Colors": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "SmallMultiples": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "CategoryItemsLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "ColorItemsLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "SmallMultiplesSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "SmallMultiplesLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "ForecastConfigurations": [
                {
                  "ForecastProperties": {
                    "PeriodsForward": integer,
                    "PeriodsBackward": integer,
                    "UpperBoundary": double,
                    "LowerBoundary": double,
                    "PredictionInterval": integer,
                    "Seasonality": integer
                  },
                  "Scenario": {
                    "WhatIfPointScenario": {
                      "Date": timestamp,
                      "Value": double
                    },
                    "WhatIfRangeScenario": {
                      "StartDate": timestamp,
                      "EndDate": timestamp,
                      "Value": double
                    }
                  }
                }
                ...
              ],
              "Type": "LINE"|"AREA"|"STACKED_AREA",
              "SmallMultiplesOptions": {
                "MaxVisibleRows": long,
                "MaxVisibleColumns": long,
                "PanelConfiguration": {
                  "Title": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "HorizontalTextAlignment": "LEFT"|"CENTER"|"RIGHT"|"AUTO"
                  },
                  "BorderVisibility": "HIDDEN"|"VISIBLE",
                  "BorderThickness": "string",
                  "BorderStyle": "SOLID"|"DASHED"|"DOTTED",
                  "BorderColor": "string",
                  "GutterVisibility": "HIDDEN"|"VISIBLE",
                  "GutterSpacing": "string",
                  "BackgroundVisibility": "HIDDEN"|"VISIBLE",
                  "BackgroundColor": "string"
                },
                "XAxis": {
                  "Scale": "SHARED"|"INDEPENDENT",
                  "Placement": "OUTSIDE"|"INSIDE"
                },
                "YAxis": {
                  "Scale": "SHARED"|"INDEPENDENT",
                  "Placement": "OUTSIDE"|"INSIDE"
                }
              },
              "XAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "XAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "PrimaryYAxisDisplayOptions": {
                "AxisOptions": {
                  "TickLabelOptions": {
                    "LabelOptions": {
                      "Visibility": "HIDDEN"|"VISIBLE",
                      "FontConfiguration": {
                        "FontSize": {
                          "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                        },
                        "FontDecoration": "UNDERLINE"|"NONE",
                        "FontColor": "string",
                        "FontWeight": {
                          "Name": "NORMAL"|"BOLD"
                        },
                        "FontStyle": "NORMAL"|"ITALIC"
                      },
                      "CustomLabel": "string"
                    },
                    "RotationAngle": double
                  },
                  "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                  "GridLineVisibility": "HIDDEN"|"VISIBLE",
                  "DataOptions": {
                    "NumericAxisOptions": {
                      "Scale": {
                        "Linear": {
                          "StepCount": integer,
                          "StepSize": double
                        },
                        "Logarithmic": {
                          "Base": double
                        }
                      },
                      "Range": {
                        "MinMax": {
                          "Minimum": double,
                          "Maximum": double
                        },
                        "DataDriven": {

                        }
                      }
                    },
                    "DateAxisOptions": {
                      "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                    }
                  },
                  "ScrollbarOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "VisibleRange": {
                      "PercentRange": {
                        "From": double,
                        "To": double
                      }
                    }
                  },
                  "AxisOffset": "string"
                },
                "MissingDataConfigurations": [
                  {
                    "TreatmentOption": "INTERPOLATE"|"SHOW_AS_ZERO"|"SHOW_AS_BLANK"
                  }
                  ...
                ]
              },
              "PrimaryYAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "SecondaryYAxisDisplayOptions": {
                "AxisOptions": {
                  "TickLabelOptions": {
                    "LabelOptions": {
                      "Visibility": "HIDDEN"|"VISIBLE",
                      "FontConfiguration": {
                        "FontSize": {
                          "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                        },
                        "FontDecoration": "UNDERLINE"|"NONE",
                        "FontColor": "string",
                        "FontWeight": {
                          "Name": "NORMAL"|"BOLD"
                        },
                        "FontStyle": "NORMAL"|"ITALIC"
                      },
                      "CustomLabel": "string"
                    },
                    "RotationAngle": double
                  },
                  "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                  "GridLineVisibility": "HIDDEN"|"VISIBLE",
                  "DataOptions": {
                    "NumericAxisOptions": {
                      "Scale": {
                        "Linear": {
                          "StepCount": integer,
                          "StepSize": double
                        },
                        "Logarithmic": {
                          "Base": double
                        }
                      },
                      "Range": {
                        "MinMax": {
                          "Minimum": double,
                          "Maximum": double
                        },
                        "DataDriven": {

                        }
                      }
                    },
                    "DateAxisOptions": {
                      "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                    }
                  },
                  "ScrollbarOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "VisibleRange": {
                      "PercentRange": {
                        "From": double,
                        "To": double
                      }
                    }
                  },
                  "AxisOffset": "string"
                },
                "MissingDataConfigurations": [
                  {
                    "TreatmentOption": "INTERPOLATE"|"SHOW_AS_ZERO"|"SHOW_AS_BLANK"
                  }
                  ...
                ]
              },
              "SecondaryYAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "SingleAxisOptions": {
                "YAxisOptions": {
                  "YAxis": "PRIMARY_Y_AXIS"
                }
              },
              "DefaultSeriesSettings": {
                "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                "LineStyleSettings": {
                  "LineVisibility": "HIDDEN"|"VISIBLE",
                  "LineInterpolation": "LINEAR"|"SMOOTH"|"STEPPED",
                  "LineStyle": "SOLID"|"DOTTED"|"DASHED",
                  "LineWidth": "string"
                },
                "MarkerStyleSettings": {
                  "MarkerVisibility": "HIDDEN"|"VISIBLE",
                  "MarkerShape": "CIRCLE"|"TRIANGLE"|"SQUARE"|"DIAMOND"|"ROUNDED_SQUARE",
                  "MarkerSize": "string",
                  "MarkerColor": "string"
                }
              },
              "Series": [
                {
                  "FieldSeriesItem": {
                    "FieldId": "string",
                    "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                    "Settings": {
                      "LineStyleSettings": {
                        "LineVisibility": "HIDDEN"|"VISIBLE",
                        "LineInterpolation": "LINEAR"|"SMOOTH"|"STEPPED",
                        "LineStyle": "SOLID"|"DOTTED"|"DASHED",
                        "LineWidth": "string"
                      },
                      "MarkerStyleSettings": {
                        "MarkerVisibility": "HIDDEN"|"VISIBLE",
                        "MarkerShape": "CIRCLE"|"TRIANGLE"|"SQUARE"|"DIAMOND"|"ROUNDED_SQUARE",
                        "MarkerSize": "string",
                        "MarkerColor": "string"
                      }
                    }
                  },
                  "DataFieldSeriesItem": {
                    "FieldId": "string",
                    "FieldValue": "string",
                    "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                    "Settings": {
                      "LineStyleSettings": {
                        "LineVisibility": "HIDDEN"|"VISIBLE",
                        "LineInterpolation": "LINEAR"|"SMOOTH"|"STEPPED",
                        "LineStyle": "SOLID"|"DOTTED"|"DASHED",
                        "LineWidth": "string"
                      },
                      "MarkerStyleSettings": {
                        "MarkerVisibility": "HIDDEN"|"VISIBLE",
                        "MarkerShape": "CIRCLE"|"TRIANGLE"|"SQUARE"|"DIAMOND"|"ROUNDED_SQUARE",
                        "MarkerSize": "string",
                        "MarkerColor": "string"
                      }
                    }
                  }
                }
                ...
              ],
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "ReferenceLines": [
                {
                  "Status": "ENABLED"|"DISABLED",
                  "DataConfiguration": {
                    "StaticConfiguration": {
                      "Value": double
                    },
                    "DynamicConfiguration": {
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "MeasureAggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      },
                      "Calculation": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      }
                    },
                    "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                    "SeriesType": "BAR"|"LINE"
                  },
                  "StyleConfiguration": {
                    "Pattern": "SOLID"|"DASHED"|"DOTTED",
                    "Color": "string"
                  },
                  "LabelConfiguration": {
                    "ValueLabelConfiguration": {
                      "RelativePosition": "BEFORE_CUSTOM_LABEL"|"AFTER_CUSTOM_LABEL",
                      "FormatConfiguration": {
                        "NumberDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "CurrencyDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "Symbol": "string",
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "PercentageDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        }
                      }
                    },
                    "CustomLabelConfiguration": {
                      "CustomLabel": "string"
                    },
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "FontColor": "string",
                    "HorizontalPosition": "LEFT"|"CENTER"|"RIGHT",
                    "VerticalPosition": "ABOVE"|"BELOW"
                  }
                }
                ...
              ],
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "ContributionAnalysisDefaults": [
                {
                  "MeasureFieldId": "string",
                  "ContributorDimensions": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ]
                }
                ...
              ],
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "HeatMapVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "HeatMapAggregatedFieldWells": {
                  "Rows": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Columns": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "HeatMapRowSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "HeatMapColumnSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "HeatMapRowItemsLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "HeatMapColumnItemsLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "RowLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ColumnLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ColorScale": {
                "Colors": [
                  {
                    "Color": "string",
                    "DataValue": double
                  }
                  ...
                ],
                "ColorFillType": "DISCRETE"|"GRADIENT",
                "NullValueColor": {
                  "Color": "string",
                  "DataValue": double
                }
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ],
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "TreeMapVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "TreeMapAggregatedFieldWells": {
                  "Groups": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Sizes": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Colors": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "TreeMapSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "TreeMapGroupItemsLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "GroupLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "SizeLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ColorLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ColorScale": {
                "Colors": [
                  {
                    "Color": "string",
                    "DataValue": double
                  }
                  ...
                ],
                "ColorFillType": "DISCRETE"|"GRADIENT",
                "NullValueColor": {
                  "Color": "string",
                  "DataValue": double
                }
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "GeospatialMapVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "GeospatialMapAggregatedFieldWells": {
                  "Geospatial": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Colors": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "WindowOptions": {
                "Bounds": {
                  "North": double,
                  "South": double,
                  "West": double,
                  "East": double
                },
                "MapZoomMode": "AUTO"|"MANUAL"
              },
              "MapStyleOptions": {
                "BaseMapStyle": "LIGHT_GRAY"|"DARK_GRAY"|"STREET"|"IMAGERY"
              },
              "PointStyleOptions": {
                "SelectedPointStyle": "POINT"|"CLUSTER"|"HEATMAP",
                "ClusterMarkerConfiguration": {
                  "ClusterMarker": {
                    "SimpleClusterMarker": {
                      "Color": "string"
                    }
                  }
                },
                "HeatmapConfiguration": {
                  "HeatmapColor": {
                    "Colors": [
                      {
                        "Color": "string"
                      }
                      ...
                    ]
                  }
                }
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ],
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "FilledMapVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "FilledMapAggregatedFieldWells": {
                  "Geospatial": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ]
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "WindowOptions": {
                "Bounds": {
                  "North": double,
                  "South": double,
                  "West": double,
                  "East": double
                },
                "MapZoomMode": "AUTO"|"MANUAL"
              },
              "MapStyleOptions": {
                "BaseMapStyle": "LIGHT_GRAY"|"DARK_GRAY"|"STREET"|"IMAGERY"
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "ConditionalFormatting": {
              "ConditionalFormattingOptions": [
                {
                  "Shape": {
                    "FieldId": "string",
                    "Format": {
                      "BackgroundColor": {
                        "Solid": {
                          "Expression": "string",
                          "Color": "string"
                        },
                        "Gradient": {
                          "Expression": "string",
                          "Color": {
                            "Stops": [
                              {
                                "GradientOffset": double,
                                "DataValue": double,
                                "Color": "string"
                              }
                              ...
                            ]
                          }
                        }
                      }
                    }
                  }
                }
                ...
              ]
            },
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ],
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "FunnelChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "FunnelChartAggregatedFieldWells": {
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "CategoryItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ValueLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "DataLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "MeasureDataLabelStyle": "VALUE_ONLY"|"PERCENTAGE_BY_FIRST_STAGE"|"PERCENTAGE_BY_PREVIOUS_STAGE"|"VALUE_AND_PERCENTAGE_BY_FIRST_STAGE"|"VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE"
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "ScatterPlotVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "ScatterPlotCategoricallyAggregatedFieldWells": {
                  "XAxis": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "YAxis": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Size": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Label": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                },
                "ScatterPlotUnaggregatedFieldWells": {
                  "XAxis": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "YAxis": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Size": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Label": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "ScatterPlotLimitConfiguration": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "XAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "XAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "YAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "YAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "ComboChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "ComboChartAggregatedFieldWells": {
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "BarValues": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Colors": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "LineValues": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "CategoryItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "ColorSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "ColorItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "BarsArrangement": "CLUSTERED"|"STACKED"|"STACKED_PERCENT",
              "CategoryAxis": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "PrimaryYAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "PrimaryYAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "SecondaryYAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "SecondaryYAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "SingleAxisOptions": {
                "YAxisOptions": {
                  "YAxis": "PRIMARY_Y_AXIS"
                }
              },
              "ColorLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "BarDataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "LineDataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "ReferenceLines": [
                {
                  "Status": "ENABLED"|"DISABLED",
                  "DataConfiguration": {
                    "StaticConfiguration": {
                      "Value": double
                    },
                    "DynamicConfiguration": {
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "MeasureAggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      },
                      "Calculation": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      }
                    },
                    "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                    "SeriesType": "BAR"|"LINE"
                  },
                  "StyleConfiguration": {
                    "Pattern": "SOLID"|"DASHED"|"DOTTED",
                    "Color": "string"
                  },
                  "LabelConfiguration": {
                    "ValueLabelConfiguration": {
                      "RelativePosition": "BEFORE_CUSTOM_LABEL"|"AFTER_CUSTOM_LABEL",
                      "FormatConfiguration": {
                        "NumberDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "CurrencyDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "Symbol": "string",
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "PercentageDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        }
                      }
                    },
                    "CustomLabelConfiguration": {
                      "CustomLabel": "string"
                    },
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "FontColor": "string",
                    "HorizontalPosition": "LEFT"|"CENTER"|"RIGHT",
                    "VerticalPosition": "ABOVE"|"BELOW"
                  }
                }
                ...
              ],
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "BoxPlotVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "BoxPlotAggregatedFieldWells": {
                  "GroupBy": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "PaginationConfiguration": {
                  "PageSize": long,
                  "PageNumber": long
                }
              },
              "BoxPlotOptions": {
                "StyleOptions": {
                  "FillStyle": "SOLID"|"TRANSPARENT"
                },
                "OutlierVisibility": "HIDDEN"|"VISIBLE",
                "AllDataPointsVisibility": "HIDDEN"|"VISIBLE"
              },
              "CategoryAxis": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "PrimaryYAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "PrimaryYAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "ReferenceLines": [
                {
                  "Status": "ENABLED"|"DISABLED",
                  "DataConfiguration": {
                    "StaticConfiguration": {
                      "Value": double
                    },
                    "DynamicConfiguration": {
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "MeasureAggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      },
                      "Calculation": {
                        "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                        "PercentileAggregation": {
                          "PercentileValue": double
                        }
                      }
                    },
                    "AxisBinding": "PRIMARY_YAXIS"|"SECONDARY_YAXIS",
                    "SeriesType": "BAR"|"LINE"
                  },
                  "StyleConfiguration": {
                    "Pattern": "SOLID"|"DASHED"|"DOTTED",
                    "Color": "string"
                  },
                  "LabelConfiguration": {
                    "ValueLabelConfiguration": {
                      "RelativePosition": "BEFORE_CUSTOM_LABEL"|"AFTER_CUSTOM_LABEL",
                      "FormatConfiguration": {
                        "NumberDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "CurrencyDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "Symbol": "string",
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        },
                        "PercentageDisplayFormatConfiguration": {
                          "Prefix": "string",
                          "Suffix": "string",
                          "SeparatorConfiguration": {
                            "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                            "ThousandsSeparator": {
                              "Symbol": "COMMA"|"DOT"|"SPACE",
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          },
                          "DecimalPlacesConfiguration": {
                            "DecimalPlaces": long
                          },
                          "NegativeValueConfiguration": {
                            "DisplayMode": "POSITIVE"|"NEGATIVE"
                          },
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          }
                        }
                      }
                    },
                    "CustomLabelConfiguration": {
                      "CustomLabel": "string"
                    },
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "FontColor": "string",
                    "HorizontalPosition": "LEFT"|"CENTER"|"RIGHT",
                    "VerticalPosition": "ABOVE"|"BELOW"
                  }
                }
                ...
              ],
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "WaterfallVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "WaterfallChartAggregatedFieldWells": {
                  "Categories": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ],
                  "Breakdowns": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "BreakdownItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "WaterfallChartOptions": {
                "TotalBarLabel": "string"
              },
              "CategoryAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "CategoryAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "PrimaryYAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "PrimaryYAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "ColorConfiguration": {
                "GroupColorConfiguration": {
                  "PositiveBarColor": "string",
                  "NegativeBarColor": "string",
                  "TotalBarColor": "string"
                }
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "HistogramVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "HistogramAggregatedFieldWells": {
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "XAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "XAxisLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "YAxisDisplayOptions": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "BinOptions": {
                "SelectedBinType": "BIN_COUNT"|"BIN_WIDTH",
                "BinCount": {
                  "Value": integer
                },
                "BinWidth": {
                  "Value": double,
                  "BinCountLimit": long
                },
                "StartValue": double
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Tooltip": {
                "TooltipVisibility": "HIDDEN"|"VISIBLE",
                "SelectedTooltipType": "BASIC"|"DETAILED",
                "FieldBasedTooltip": {
                  "AggregationVisibility": "HIDDEN"|"VISIBLE",
                  "TooltipTitleType": "NONE"|"PRIMARY_VALUE",
                  "TooltipFields": [
                    {
                      "FieldTooltipItem": {
                        "FieldId": "string",
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      },
                      "ColumnTooltipItem": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Label": "string",
                        "Visibility": "HIDDEN"|"VISIBLE",
                        "Aggregation": {
                          "NumericalAggregationFunction": {
                            "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                            "PercentileAggregation": {
                              "PercentileValue": double
                            }
                          },
                          "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                          "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                          "AttributeAggregationFunction": {
                            "SimpleAttributeAggregation": "UNIQUE_VALUE",
                            "ValueForMultipleValues": "string"
                          }
                        },
                        "TooltipTarget": "BOTH"|"BAR"|"LINE"
                      }
                    }
                    ...
                  ]
                }
              },
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "WordCloudVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "WordCloudAggregatedFieldWells": {
                  "GroupBy": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Size": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategoryItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ]
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "WordCloudOptions": {
                "WordOrientation": "HORIZONTAL"|"HORIZONTAL_AND_VERTICAL",
                "WordScaling": "EMPHASIZE"|"NORMAL",
                "CloudLayout": "FLUID"|"NORMAL",
                "WordCasing": "LOWER_CASE"|"EXISTING_CASE",
                "WordPadding": "NONE"|"SMALL"|"MEDIUM"|"LARGE",
                "MaximumStringLength": integer
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          },
          "InsightVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "InsightConfiguration": {
              "Computations": [
                {
                  "TopBottomRanked": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Category": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "ResultSize": integer,
                    "Type": "TOP"|"BOTTOM"
                  },
                  "TopBottomMovers": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Category": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "MoverSize": integer,
                    "SortOrder": "PERCENT_DIFFERENCE"|"ABSOLUTE_DIFFERENCE",
                    "Type": "TOP"|"BOTTOM"
                  },
                  "TotalAggregation": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                  },
                  "MaximumMinimum": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "Type": "MAXIMUM"|"MINIMUM"
                  },
                  "MetricComparison": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "FromValue": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "TargetValue": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                  },
                  "PeriodOverPeriod": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                  },
                  "PeriodToDate": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "PeriodTimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  },
                  "GrowthRate": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "PeriodSize": integer
                  },
                  "UniqueValues": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Category": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "Forecast": {
                    "ComputationId": "string",
                    "Name": "string",
                    "Time": {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "Value": {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    },
                    "PeriodsForward": integer,
                    "PeriodsBackward": integer,
                    "UpperBoundary": double,
                    "LowerBoundary": double,
                    "PredictionInterval": integer,
                    "Seasonality": "AUTOMATIC"|"CUSTOM",
                    "CustomSeasonalityValue": integer
                  }
                }
                ...
              ],
              "CustomNarrative": {
                "Narrative": "string"
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "DataSetIdentifier": "string"
          },
          "SankeyDiagramVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "SankeyDiagramAggregatedFieldWells": {
                  "Source": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Destination": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Weight": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "WeightSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "SourceItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "DestinationItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "DataLabels": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "CategoryLabelVisibility": "HIDDEN"|"VISIBLE",
                "MeasureLabelVisibility": "HIDDEN"|"VISIBLE",
                "DataLabelTypes": [
                  {
                    "FieldLabelType": {
                      "FieldId": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "DataPathLabelType": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "RangeEndsLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MinimumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    },
                    "MaximumLabelType": {
                      "Visibility": "HIDDEN"|"VISIBLE"
                    }
                  }
                  ...
                ],
                "Position": "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT",
                "LabelContent": "VALUE"|"PERCENT"|"VALUE_AND_PERCENT",
                "LabelFontConfiguration": {
                  "FontSize": {
                    "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                  },
                  "FontDecoration": "UNDERLINE"|"NONE",
                  "FontColor": "string",
                  "FontWeight": {
                    "Name": "NORMAL"|"BOLD"
                  },
                  "FontStyle": "NORMAL"|"ITALIC"
                },
                "LabelColor": "string",
                "Overlap": "DISABLE_OVERLAP"|"ENABLE_OVERLAP",
                "TotalsVisibility": "HIDDEN"|"VISIBLE"
              },
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "CustomContentVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "ContentUrl": "string",
              "ContentType": "IMAGE"|"OTHER_EMBEDDED_CONTENT",
              "ImageScaling": "FIT_TO_HEIGHT"|"FIT_TO_WIDTH"|"DO_NOT_SCALE"|"SCALE_TO_VISUAL",
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "DataSetIdentifier": "string"
          },
          "EmptyVisual": {
            "VisualId": "string",
            "DataSetIdentifier": "string",
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ]
          },
          "RadarChartVisual": {
            "VisualId": "string",
            "Title": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "Subtitle": {
              "Visibility": "HIDDEN"|"VISIBLE",
              "FormatText": {
                "PlainText": "string",
                "RichText": "string"
              }
            },
            "ChartConfiguration": {
              "FieldWells": {
                "RadarChartAggregatedFieldWells": {
                  "Category": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Color": [
                    {
                      "NumericalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateDimensionField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "DateGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
                        "HierarchyId": "string",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                    ...
                  ],
                  "Values": [
                    {
                      "NumericalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "FormatConfiguration": {
                          "FormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CategoricalMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "FormatConfiguration": {
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "DateMeasureField": {
                        "FieldId": "string",
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "AggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "FormatConfiguration": {
                          "DateTimeFormat": "string",
                          "NullValueFormatConfiguration": {
                            "NullString": "string"
                          },
                          "NumericFormatConfiguration": {
                            "NumberDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "CurrencyDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "Symbol": "string",
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            },
                            "PercentageDisplayFormatConfiguration": {
                              "Prefix": "string",
                              "Suffix": "string",
                              "SeparatorConfiguration": {
                                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                                "ThousandsSeparator": {
                                  "Symbol": "COMMA"|"DOT"|"SPACE",
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              },
                              "DecimalPlacesConfiguration": {
                                "DecimalPlaces": long
                              },
                              "NegativeValueConfiguration": {
                                "DisplayMode": "POSITIVE"|"NEGATIVE"
                              },
                              "NullValueFormatConfiguration": {
                                "NullString": "string"
                              }
                            }
                          }
                        }
                      },
                      "CalculatedMeasureField": {
                        "FieldId": "string",
                        "Expression": "string"
                      }
                    }
                    ...
                  ]
                }
              },
              "SortConfiguration": {
                "CategorySort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "CategoryItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                },
                "ColorSort": [
                  {
                    "FieldSort": {
                      "FieldId": "string",
                      "Direction": "ASC"|"DESC"
                    },
                    "ColumnSort": {
                      "SortBy": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      },
                      "Direction": "ASC"|"DESC",
                      "AggregationFunction": {
                        "NumericalAggregationFunction": {
                          "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                          "PercentileAggregation": {
                            "PercentileValue": double
                          }
                        },
                        "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                        "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                        "AttributeAggregationFunction": {
                          "SimpleAttributeAggregation": "UNIQUE_VALUE",
                          "ValueForMultipleValues": "string"
                        }
                      }
                    }
                  }
                  ...
                ],
                "ColorItemsLimit": {
                  "ItemsLimit": long,
                  "OtherCategories": "INCLUDE"|"EXCLUDE"
                }
              },
              "Shape": "CIRCLE"|"POLYGON",
              "BaseSeriesSettings": {
                "AreaStyleSettings": {
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "StartAngle": double,
              "VisualPalette": {
                "ChartColor": "string",
                "ColorMap": [
                  {
                    "Element": {
                      "FieldId": "string",
                      "FieldValue": "string",
                      "DataPathType": {
                        "PivotTableDataPathType": "HIERARCHY_ROWS_LAYOUT_COLUMN"|"MULTIPLE_ROW_METRICS_COLUMN"|"EMPTY_COLUMN_HEADER"|"COUNT_METRIC_COLUMN"
                      }
                    },
                    "Color": "string",
                    "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                  }
                  ...
                ]
              },
              "AlternateBandColorsVisibility": "HIDDEN"|"VISIBLE",
              "AlternateBandEvenColor": "string",
              "AlternateBandOddColor": "string",
              "CategoryAxis": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "CategoryLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "ColorAxis": {
                "TickLabelOptions": {
                  "LabelOptions": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string"
                  },
                  "RotationAngle": double
                },
                "AxisLineVisibility": "HIDDEN"|"VISIBLE",
                "GridLineVisibility": "HIDDEN"|"VISIBLE",
                "DataOptions": {
                  "NumericAxisOptions": {
                    "Scale": {
                      "Linear": {
                        "StepCount": integer,
                        "StepSize": double
                      },
                      "Logarithmic": {
                        "Base": double
                      }
                    },
                    "Range": {
                      "MinMax": {
                        "Minimum": double,
                        "Maximum": double
                      },
                      "DataDriven": {

                      }
                    }
                  },
                  "DateAxisOptions": {
                    "MissingDateVisibility": "HIDDEN"|"VISIBLE"
                  }
                },
                "ScrollbarOptions": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "VisibleRange": {
                    "PercentRange": {
                      "From": double,
                      "To": double
                    }
                  }
                },
                "AxisOffset": "string"
              },
              "ColorLabelOptions": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "SortIconVisibility": "HIDDEN"|"VISIBLE",
                "AxisLabelOptions": [
                  {
                    "FontConfiguration": {
                      "FontSize": {
                        "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                      },
                      "FontDecoration": "UNDERLINE"|"NONE",
                      "FontColor": "string",
                      "FontWeight": {
                        "Name": "NORMAL"|"BOLD"
                      },
                      "FontStyle": "NORMAL"|"ITALIC"
                    },
                    "CustomLabel": "string",
                    "ApplyTo": {
                      "FieldId": "string",
                      "Column": {
                        "DataSetIdentifier": "string",
                        "ColumnName": "string"
                      }
                    }
                  }
                  ...
                ]
              },
              "Legend": {
                "Visibility": "HIDDEN"|"VISIBLE",
                "Title": {
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "FontConfiguration": {
                    "FontSize": {
                      "Relative": "EXTRA_SMALL"|"SMALL"|"MEDIUM"|"LARGE"|"EXTRA_LARGE"
                    },
                    "FontDecoration": "UNDERLINE"|"NONE",
                    "FontColor": "string",
                    "FontWeight": {
                      "Name": "NORMAL"|"BOLD"
                    },
                    "FontStyle": "NORMAL"|"ITALIC"
                  },
                  "CustomLabel": "string"
                },
                "Position": "AUTO"|"RIGHT"|"BOTTOM"|"TOP",
                "Width": "string",
                "Height": "string"
              },
              "AxesRangeScale": "AUTO"|"INDEPENDENT"|"SHARED",
              "Interactions": {
                "VisualMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                },
                "ContextMenuOption": {
                  "AvailabilityStatus": "ENABLED"|"DISABLED"
                }
              }
            },
            "Actions": [
              {
                "CustomActionId": "string",
                "Name": "string",
                "Status": "ENABLED"|"DISABLED",
                "Trigger": "DATA_POINT_CLICK"|"DATA_POINT_MENU",
                "ActionOperations": [
                  {
                    "FilterOperation": {
                      "SelectedFieldsConfiguration": {
                        "SelectedFields": ["string", ...],
                        "SelectedFieldOptions": "ALL_FIELDS",
                        "SelectedColumns": [
                          {
                            "DataSetIdentifier": "string",
                            "ColumnName": "string"
                          }
                          ...
                        ]
                      },
                      "TargetVisualsConfiguration": {
                        "SameSheetTargetVisualConfiguration": {
                          "TargetVisuals": ["string", ...],
                          "TargetVisualOptions": "ALL_VISUALS"
                        }
                      }
                    },
                    "NavigationOperation": {
                      "LocalNavigationConfiguration": {
                        "TargetSheetId": "string"
                      }
                    },
                    "URLOperation": {
                      "URLTemplate": "string",
                      "URLTarget": "NEW_TAB"|"NEW_WINDOW"|"SAME_TAB"
                    },
                    "SetParametersOperation": {
                      "ParameterValueConfigurations": [
                        {
                          "DestinationParameterName": "string",
                          "Value": {
                            "CustomValuesConfiguration": {
                              "IncludeNullValue": true|false,
                              "CustomValues": {
                                "StringValues": ["string", ...],
                                "IntegerValues": [long, ...],
                                "DecimalValues": [double, ...],
                                "DateTimeValues": [timestamp, ...]
                              }
                            },
                            "SelectAllValueOptions": "ALL_VALUES",
                            "SourceParameterName": "string",
                            "SourceField": "string",
                            "SourceColumn": {
                              "DataSetIdentifier": "string",
                              "ColumnName": "string"
                            }
                          }
                        }
                        ...
                      ]
                    }
                  }
                  ...
                ]
              }
              ...
            ],
            "ColumnHierarchies": [
              {
                "ExplicitHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "DateTimeHierarchy": {
                  "HierarchyId": "string",
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                },
                "PredefinedHierarchy": {
                  "HierarchyId": "string",
                  "Columns": [
                    {
                      "DataSetIdentifier": "string",
                      "ColumnName": "string"
                    }
                    ...
                  ],
                  "DrillDownFilters": [
                    {
                      "NumericEqualityFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "Value": double
                      },
                      "CategoryFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "CategoryValues": ["string", ...]
                      },
                      "TimeRangeFilter": {
                        "Column": {
                          "DataSetIdentifier": "string",
                          "ColumnName": "string"
                        },
                        "RangeMinimum": timestamp,
                        "RangeMaximum": timestamp,
                        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
                      }
                    }
                    ...
                  ]
                }
              }
              ...
            ]
          }
        }
        ...
      ],
      "TextBoxes": [
        {
          "SheetTextBoxId": "string",
          "Content": "string"
        }
        ...
      ],
      "Layouts": [
        {
          "Configuration": {
            "GridLayout": {
              "Elements": [
                {
                  "ElementId": "string",
                  "ElementType": "VISUAL"|"FILTER_CONTROL"|"PARAMETER_CONTROL"|"TEXT_BOX",
                  "ColumnIndex": integer,
                  "ColumnSpan": integer,
                  "RowIndex": integer,
                  "RowSpan": integer
                }
                ...
              ],
              "CanvasSizeOptions": {
                "ScreenCanvasSizeOptions": {
                  "ResizeOption": "FIXED"|"RESPONSIVE",
                  "OptimizedViewPortWidth": "string"
                }
              }
            },
            "FreeFormLayout": {
              "Elements": [
                {
                  "ElementId": "string",
                  "ElementType": "VISUAL"|"FILTER_CONTROL"|"PARAMETER_CONTROL"|"TEXT_BOX",
                  "XAxisLocation": "string",
                  "YAxisLocation": "string",
                  "Width": "string",
                  "Height": "string",
                  "Visibility": "HIDDEN"|"VISIBLE",
                  "RenderingRules": [
                    {
                      "Expression": "string",
                      "ConfigurationOverrides": {
                        "Visibility": "HIDDEN"|"VISIBLE"
                      }
                    }
                    ...
                  ],
                  "BorderStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "Color": "string"
                  },
                  "SelectedBorderStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "Color": "string"
                  },
                  "BackgroundStyle": {
                    "Visibility": "HIDDEN"|"VISIBLE",
                    "Color": "string"
                  },
                  "LoadingAnimation": {
                    "Visibility": "HIDDEN"|"VISIBLE"
                  }
                }
                ...
              ],
              "CanvasSizeOptions": {
                "ScreenCanvasSizeOptions": {
                  "OptimizedViewPortWidth": "string"
                }
              }
            },
            "SectionBasedLayout": {
              "HeaderSections": [
                {
                  "SectionId": "string",
                  "Layout": {
                    "FreeFormLayout": {
                      "Elements": [
                        {
                          "ElementId": "string",
                          "ElementType": "VISUAL"|"FILTER_CONTROL"|"PARAMETER_CONTROL"|"TEXT_BOX",
                          "XAxisLocation": "string",
                          "YAxisLocation": "string",
                          "Width": "string",
                          "Height": "string",
                          "Visibility": "HIDDEN"|"VISIBLE",
                          "RenderingRules": [
                            {
                              "Expression": "string",
                              "ConfigurationOverrides": {
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            }
                            ...
                          ],
                          "BorderStyle": {
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "Color": "string"
                          },
                          "SelectedBorderStyle": {
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "Color": "string"
                          },
                          "BackgroundStyle": {
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "Color": "string"
                          },
                          "LoadingAnimation": {
                            "Visibility": "HIDDEN"|"VISIBLE"
                          }
                        }
                        ...
                      ]
                    }
                  },
                  "Style": {
                    "Height": "string",
                    "Padding": {
                      "Top": "string",
                      "Bottom": "string",
                      "Left": "string",
                      "Right": "string"
                    }
                  }
                }
                ...
              ],
              "BodySections": [
                {
                  "SectionId": "string",
                  "Content": {
                    "Layout": {
                      "FreeFormLayout": {
                        "Elements": [
                          {
                            "ElementId": "string",
                            "ElementType": "VISUAL"|"FILTER_CONTROL"|"PARAMETER_CONTROL"|"TEXT_BOX",
                            "XAxisLocation": "string",
                            "YAxisLocation": "string",
                            "Width": "string",
                            "Height": "string",
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "RenderingRules": [
                              {
                                "Expression": "string",
                                "ConfigurationOverrides": {
                                  "Visibility": "HIDDEN"|"VISIBLE"
                                }
                              }
                              ...
                            ],
                            "BorderStyle": {
                              "Visibility": "HIDDEN"|"VISIBLE",
                              "Color": "string"
                            },
                            "SelectedBorderStyle": {
                              "Visibility": "HIDDEN"|"VISIBLE",
                              "Color": "string"
                            },
                            "BackgroundStyle": {
                              "Visibility": "HIDDEN"|"VISIBLE",
                              "Color": "string"
                            },
                            "LoadingAnimation": {
                              "Visibility": "HIDDEN"|"VISIBLE"
                            }
                          }
                          ...
                        ]
                      }
                    }
                  },
                  "Style": {
                    "Height": "string",
                    "Padding": {
                      "Top": "string",
                      "Bottom": "string",
                      "Left": "string",
                      "Right": "string"
                    }
                  },
                  "PageBreakConfiguration": {
                    "After": {
                      "Status": "ENABLED"|"DISABLED"
                    }
                  }
                }
                ...
              ],
              "FooterSections": [
                {
                  "SectionId": "string",
                  "Layout": {
                    "FreeFormLayout": {
                      "Elements": [
                        {
                          "ElementId": "string",
                          "ElementType": "VISUAL"|"FILTER_CONTROL"|"PARAMETER_CONTROL"|"TEXT_BOX",
                          "XAxisLocation": "string",
                          "YAxisLocation": "string",
                          "Width": "string",
                          "Height": "string",
                          "Visibility": "HIDDEN"|"VISIBLE",
                          "RenderingRules": [
                            {
                              "Expression": "string",
                              "ConfigurationOverrides": {
                                "Visibility": "HIDDEN"|"VISIBLE"
                              }
                            }
                            ...
                          ],
                          "BorderStyle": {
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "Color": "string"
                          },
                          "SelectedBorderStyle": {
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "Color": "string"
                          },
                          "BackgroundStyle": {
                            "Visibility": "HIDDEN"|"VISIBLE",
                            "Color": "string"
                          },
                          "LoadingAnimation": {
                            "Visibility": "HIDDEN"|"VISIBLE"
                          }
                        }
                        ...
                      ]
                    }
                  },
                  "Style": {
                    "Height": "string",
                    "Padding": {
                      "Top": "string",
                      "Bottom": "string",
                      "Left": "string",
                      "Right": "string"
                    }
                  }
                }
                ...
              ],
              "CanvasSizeOptions": {
                "PaperCanvasSizeOptions": {
                  "PaperSize": "US_LETTER"|"US_LEGAL"|"US_TABLOID_LEDGER"|"A0"|"A1"|"A2"|"A3"|"A4"|"A5"|"JIS_B4"|"JIS_B5",
                  "PaperOrientation": "PORTRAIT"|"LANDSCAPE",
                  "PaperMargin": {
                    "Top": "string",
                    "Bottom": "string",
                    "Left": "string",
                    "Right": "string"
                  }
                }
              }
            }
          }
        }
        ...
      ],
      "SheetControlLayouts": [
        {
          "Configuration": {
            "GridLayout": {
              "Elements": [
                {
                  "ElementId": "string",
                  "ElementType": "VISUAL"|"FILTER_CONTROL"|"PARAMETER_CONTROL"|"TEXT_BOX",
                  "ColumnIndex": integer,
                  "ColumnSpan": integer,
                  "RowIndex": integer,
                  "RowSpan": integer
                }
                ...
              ],
              "CanvasSizeOptions": {
                "ScreenCanvasSizeOptions": {
                  "ResizeOption": "FIXED"|"RESPONSIVE",
                  "OptimizedViewPortWidth": "string"
                }
              }
            }
          }
        }
        ...
      ],
      "ContentType": "PAGINATED"|"INTERACTIVE"
    }
    ...
  ],
  "CalculatedFields": [
    {
      "DataSetIdentifier": "string",
      "Name": "string",
      "Expression": "string"
    }
    ...
  ],
  "ParameterDeclarations": [
    {
      "StringParameterDeclaration": {
        "ParameterValueType": "MULTI_VALUED"|"SINGLE_VALUED",
        "Name": "string",
        "DefaultValues": {
          "DynamicValue": {
            "UserNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "GroupNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "DefaultValueColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            }
          },
          "StaticValues": ["string", ...]
        },
        "ValueWhenUnset": {
          "ValueWhenUnsetOption": "RECOMMENDED_VALUE"|"NULL",
          "CustomValue": "string"
        },
        "MappedDataSetParameters": [
          {
            "DataSetIdentifier": "string",
            "DataSetParameterName": "string"
          }
          ...
        ]
      },
      "DecimalParameterDeclaration": {
        "ParameterValueType": "MULTI_VALUED"|"SINGLE_VALUED",
        "Name": "string",
        "DefaultValues": {
          "DynamicValue": {
            "UserNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "GroupNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "DefaultValueColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            }
          },
          "StaticValues": [double, ...]
        },
        "ValueWhenUnset": {
          "ValueWhenUnsetOption": "RECOMMENDED_VALUE"|"NULL",
          "CustomValue": double
        },
        "MappedDataSetParameters": [
          {
            "DataSetIdentifier": "string",
            "DataSetParameterName": "string"
          }
          ...
        ]
      },
      "IntegerParameterDeclaration": {
        "ParameterValueType": "MULTI_VALUED"|"SINGLE_VALUED",
        "Name": "string",
        "DefaultValues": {
          "DynamicValue": {
            "UserNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "GroupNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "DefaultValueColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            }
          },
          "StaticValues": [long, ...]
        },
        "ValueWhenUnset": {
          "ValueWhenUnsetOption": "RECOMMENDED_VALUE"|"NULL",
          "CustomValue": long
        },
        "MappedDataSetParameters": [
          {
            "DataSetIdentifier": "string",
            "DataSetParameterName": "string"
          }
          ...
        ]
      },
      "DateTimeParameterDeclaration": {
        "Name": "string",
        "DefaultValues": {
          "DynamicValue": {
            "UserNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "GroupNameColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "DefaultValueColumn": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            }
          },
          "StaticValues": [timestamp, ...],
          "RollingDate": {
            "DataSetIdentifier": "string",
            "Expression": "string"
          }
        },
        "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
        "ValueWhenUnset": {
          "ValueWhenUnsetOption": "RECOMMENDED_VALUE"|"NULL",
          "CustomValue": timestamp
        },
        "MappedDataSetParameters": [
          {
            "DataSetIdentifier": "string",
            "DataSetParameterName": "string"
          }
          ...
        ]
      }
    }
    ...
  ],
  "FilterGroups": [
    {
      "FilterGroupId": "string",
      "Filters": [
        {
          "CategoryFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "Configuration": {
              "FilterListConfiguration": {
                "MatchOperator": "EQUALS"|"DOES_NOT_EQUAL"|"CONTAINS"|"DOES_NOT_CONTAIN"|"STARTS_WITH"|"ENDS_WITH",
                "CategoryValues": ["string", ...],
                "SelectAllOptions": "FILTER_ALL_VALUES",
                "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY"
              },
              "CustomFilterListConfiguration": {
                "MatchOperator": "EQUALS"|"DOES_NOT_EQUAL"|"CONTAINS"|"DOES_NOT_CONTAIN"|"STARTS_WITH"|"ENDS_WITH",
                "CategoryValues": ["string", ...],
                "SelectAllOptions": "FILTER_ALL_VALUES",
                "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY"
              },
              "CustomFilterConfiguration": {
                "MatchOperator": "EQUALS"|"DOES_NOT_EQUAL"|"CONTAINS"|"DOES_NOT_CONTAIN"|"STARTS_WITH"|"ENDS_WITH",
                "CategoryValue": "string",
                "SelectAllOptions": "FILTER_ALL_VALUES",
                "ParameterName": "string",
                "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY"
              }
            }
          },
          "NumericRangeFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "IncludeMinimum": true|false,
            "IncludeMaximum": true|false,
            "RangeMinimum": {
              "StaticValue": double,
              "Parameter": "string"
            },
            "RangeMaximum": {
              "StaticValue": double,
              "Parameter": "string"
            },
            "SelectAllOptions": "FILTER_ALL_VALUES",
            "AggregationFunction": {
              "NumericalAggregationFunction": {
                "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                "PercentileAggregation": {
                  "PercentileValue": double
                }
              },
              "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
              "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
              "AttributeAggregationFunction": {
                "SimpleAttributeAggregation": "UNIQUE_VALUE",
                "ValueForMultipleValues": "string"
              }
            },
            "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY"
          },
          "NumericEqualityFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "Value": double,
            "SelectAllOptions": "FILTER_ALL_VALUES",
            "MatchOperator": "EQUALS"|"DOES_NOT_EQUAL",
            "AggregationFunction": {
              "NumericalAggregationFunction": {
                "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                "PercentileAggregation": {
                  "PercentileValue": double
                }
              },
              "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
              "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
              "AttributeAggregationFunction": {
                "SimpleAttributeAggregation": "UNIQUE_VALUE",
                "ValueForMultipleValues": "string"
              }
            },
            "ParameterName": "string",
            "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY"
          },
          "TimeEqualityFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "Value": timestamp,
            "ParameterName": "string",
            "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
            "RollingDate": {
              "DataSetIdentifier": "string",
              "Expression": "string"
            }
          },
          "TimeRangeFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "IncludeMinimum": true|false,
            "IncludeMaximum": true|false,
            "RangeMinimumValue": {
              "StaticValue": timestamp,
              "RollingDate": {
                "DataSetIdentifier": "string",
                "Expression": "string"
              },
              "Parameter": "string"
            },
            "RangeMaximumValue": {
              "StaticValue": timestamp,
              "RollingDate": {
                "DataSetIdentifier": "string",
                "Expression": "string"
              },
              "Parameter": "string"
            },
            "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY",
            "ExcludePeriodConfiguration": {
              "Amount": integer,
              "Granularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
              "Status": "ENABLED"|"DISABLED"
            },
            "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND"
          },
          "RelativeDatesFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "AnchorDateConfiguration": {
              "AnchorOption": "NOW",
              "ParameterName": "string"
            },
            "MinimumGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
            "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
            "RelativeDateType": "PREVIOUS"|"THIS"|"LAST"|"NOW"|"NEXT",
            "RelativeDateValue": integer,
            "ParameterName": "string",
            "NullOption": "ALL_VALUES"|"NULLS_ONLY"|"NON_NULLS_ONLY",
            "ExcludePeriodConfiguration": {
              "Amount": integer,
              "Granularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
              "Status": "ENABLED"|"DISABLED"
            }
          },
          "TopBottomFilter": {
            "FilterId": "string",
            "Column": {
              "DataSetIdentifier": "string",
              "ColumnName": "string"
            },
            "Limit": integer,
            "AggregationSortConfigurations": [
              {
                "Column": {
                  "DataSetIdentifier": "string",
                  "ColumnName": "string"
                },
                "SortDirection": "ASC"|"DESC",
                "AggregationFunction": {
                  "NumericalAggregationFunction": {
                    "SimpleNumericalAggregation": "SUM"|"AVERAGE"|"MIN"|"MAX"|"COUNT"|"DISTINCT_COUNT"|"VAR"|"VARP"|"STDEV"|"STDEVP"|"MEDIAN",
                    "PercentileAggregation": {
                      "PercentileValue": double
                    }
                  },
                  "CategoricalAggregationFunction": "COUNT"|"DISTINCT_COUNT",
                  "DateAggregationFunction": "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX",
                  "AttributeAggregationFunction": {
                    "SimpleAttributeAggregation": "UNIQUE_VALUE",
                    "ValueForMultipleValues": "string"
                  }
                }
              }
              ...
            ],
            "TimeGranularity": "YEAR"|"QUARTER"|"MONTH"|"WEEK"|"DAY"|"HOUR"|"MINUTE"|"SECOND"|"MILLISECOND",
            "ParameterName": "string"
          }
        }
        ...
      ],
      "ScopeConfiguration": {
        "SelectedSheets": {
          "SheetVisualScopingConfigurations": [
            {
              "SheetId": "string",
              "Scope": "ALL_VISUALS"|"SELECTED_VISUALS",
              "VisualIds": ["string", ...]
            }
            ...
          ]
        },
        "AllSheets": {

        }
      },
      "Status": "ENABLED"|"DISABLED",
      "CrossDataset": "ALL_DATASETS"|"SINGLE_DATASET"
    }
    ...
  ],
  "ColumnConfigurations": [
    {
      "Column": {
        "DataSetIdentifier": "string",
        "ColumnName": "string"
      },
      "FormatConfiguration": {
        "StringFormatConfiguration": {
          "NullValueFormatConfiguration": {
            "NullString": "string"
          },
          "NumericFormatConfiguration": {
            "NumberDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            },
            "CurrencyDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "Symbol": "string",
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            },
            "PercentageDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            }
          }
        },
        "NumberFormatConfiguration": {
          "FormatConfiguration": {
            "NumberDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            },
            "CurrencyDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "Symbol": "string",
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            },
            "PercentageDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            }
          }
        },
        "DateTimeFormatConfiguration": {
          "DateTimeFormat": "string",
          "NullValueFormatConfiguration": {
            "NullString": "string"
          },
          "NumericFormatConfiguration": {
            "NumberDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            },
            "CurrencyDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "Symbol": "string",
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NumberScale": "NONE"|"AUTO"|"THOUSANDS"|"MILLIONS"|"BILLIONS"|"TRILLIONS",
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            },
            "PercentageDisplayFormatConfiguration": {
              "Prefix": "string",
              "Suffix": "string",
              "SeparatorConfiguration": {
                "DecimalSeparator": "COMMA"|"DOT"|"SPACE",
                "ThousandsSeparator": {
                  "Symbol": "COMMA"|"DOT"|"SPACE",
                  "Visibility": "HIDDEN"|"VISIBLE"
                }
              },
              "DecimalPlacesConfiguration": {
                "DecimalPlaces": long
              },
              "NegativeValueConfiguration": {
                "DisplayMode": "POSITIVE"|"NEGATIVE"
              },
              "NullValueFormatConfiguration": {
                "NullString": "string"
              }
            }
          }
        }
      },
      "Role": "DIMENSION"|"MEASURE",
      "ColorsConfiguration": {
        "CustomColors": [
          {
            "FieldValue": "string",
            "Color": "string",
            "SpecialValue": "EMPTY"|"NULL"|"OTHER"
          }
          ...
        ]
      }
    }
    ...
  ],
  "AnalysisDefaults": {
    "DefaultNewSheetConfiguration": {
      "InteractiveLayoutConfiguration": {
        "Grid": {
          "CanvasSizeOptions": {
            "ScreenCanvasSizeOptions": {
              "ResizeOption": "FIXED"|"RESPONSIVE",
              "OptimizedViewPortWidth": "string"
            }
          }
        },
        "FreeForm": {
          "CanvasSizeOptions": {
            "ScreenCanvasSizeOptions": {
              "OptimizedViewPortWidth": "string"
            }
          }
        }
      },
      "PaginatedLayoutConfiguration": {
        "SectionBased": {
          "CanvasSizeOptions": {
            "PaperCanvasSizeOptions": {
              "PaperSize": "US_LETTER"|"US_LEGAL"|"US_TABLOID_LEDGER"|"A0"|"A1"|"A2"|"A3"|"A4"|"A5"|"JIS_B4"|"JIS_B5",
              "PaperOrientation": "PORTRAIT"|"LANDSCAPE",
              "PaperMargin": {
                "Top": "string",
                "Bottom": "string",
                "Left": "string",
                "Right": "string"
              }
            }
          }
        }
      },
      "SheetContentType": "PAGINATED"|"INTERACTIVE"
    }
  },
  "Options": {
    "Timezone": "string",
    "WeekStart": "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"
  }
}

--validation-strategy (structure)

The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.

Mode -> (string)

The mode of validation for the asset to be created or updated. When you set this value to STRICT , strict validation for every error is enforced. When you set this value to LENIENT , validation is skipped for specific UI errors.

Shorthand Syntax:

Mode=string

JSON Syntax:

{
  "Mode": "STRICT"|"LENIENT"
}

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.

Global Options

--debug (boolean)

Turn on debug logging.

--endpoint-url (string)

Override command’s default URL with the given URL.

--no-verify-ssl (boolean)

By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.

--no-paginate (boolean)

Disable automatic pagination.

--output (string)

The formatting style for command output.

  • json
  • text
  • table
  • yaml
  • yaml-stream

--query (string)

A JMESPath query to use in filtering the response data.

--profile (string)

Use a specific profile from your credential file.

--region (string)

The region to use. Overrides config/env settings.

--version (string)

Display the version of this tool.

--color (string)

Turn on/off color output.

  • on
  • off
  • auto

--no-sign-request (boolean)

Do not sign requests. Credentials will not be loaded if this argument is provided.

--ca-bundle (string)

The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.

--cli-read-timeout (int)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.

--cli-connect-timeout (int)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.

--cli-binary-format (string)

The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb:// will always be treated as binary and use the file contents directly regardless of the cli-binary-format setting. When using file:// the file contents will need to properly formatted for the configured cli-binary-format.

  • base64
  • raw-in-base64-out

--no-cli-pager (boolean)

Disable cli pager for output.

--cli-auto-prompt (boolean)

Automatically prompt for CLI input parameters.

--no-cli-auto-prompt (boolean)

Disable automatically prompt for CLI input parameters.

Output

Arn -> (string)

The Amazon Resource Name (ARN) of the resource.

VersionArn -> (string)

The ARN of the dashboard, including the version number.

DashboardId -> (string)

The ID for the dashboard.

CreationStatus -> (string)

The creation status of the request.

Status -> (integer)

The HTTP status of the request.

RequestId -> (string)

The Amazon Web Services request ID for this operation.