Amazon QuickSight 2018-04-01
- Client: Aws\QuickSight\QuickSightClient
- Service ID: quicksight
- Version: 2018-04-01
This page describes the parameters and results for the operations of the Amazon QuickSight (2018-04-01), and shows how to use the Aws\QuickSight\QuickSightClient object to call the described operations. This documentation is specific to the 2018-04-01 API version of the service.
Operation Summary
Each of the following operations can be created from a client using
$client->getCommand('CommandName'), where "CommandName" is the
name of one of the following operations. Note: a command is a value that
encapsulates an operation and the parameters used to create an HTTP request.
You can also create and send a command immediately using the magic methods
available on a client object: $client->commandName(/* parameters */).
You can send the command asynchronously (returning a promise) by appending the
word "Async" to the operation name: $client->commandNameAsync(/* parameters */).
- BatchCreateTopicReviewedAnswer ( array $params = [] )
- Creates new reviewed answers for a Q Topic.
- BatchDeleteTopicReviewedAnswer ( array $params = [] )
- Deletes reviewed answers for Q Topic.
- CancelIngestion ( array $params = [] )
- Cancels an ongoing ingestion of data into SPICE.
- CreateAccountCustomization ( array $params = [] )
- Creates Amazon Quick Sight customizations.
- CreateAccountSubscription ( array $params = [] )
- Creates an Amazon Quick Sight account, or subscribes to Amazon Quick Sight Q.
- CreateActionConnector ( array $params = [] )
- Creates an action connector that enables Amazon Quick Sight to connect to external services and perform actions.
- CreateAnalysis ( array $params = [] )
- Creates an analysis in Amazon Quick Sight.
- CreateBrand ( array $params = [] )
- Creates an Quick Sight brand.
- CreateCustomPermissions ( array $params = [] )
- Creates a custom permissions profile.
- CreateDashboard ( array $params = [] )
- Creates a dashboard from either a template or directly with a DashboardDefinition.
- CreateDataSet ( array $params = [] )
- Creates a dataset.
- CreateDataSource ( array $params = [] )
- Creates a data source.
- CreateFolder ( array $params = [] )
- Creates an empty shared folder.
- CreateFolderMembership ( array $params = [] )
- Adds an asset, such as a dashboard, analysis, or dataset into a folder.
- CreateGroup ( array $params = [] )
- Use the CreateGroup operation to create a group in Quick Sight.
- CreateGroupMembership ( array $params = [] )
- Adds an Amazon Quick Sight user to an Amazon Quick Sight group.
- CreateIAMPolicyAssignment ( array $params = [] )
- Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN).
- CreateIngestion ( array $params = [] )
- Creates and starts a new SPICE ingestion for a dataset.
- CreateNamespace ( array $params = [] )
- (Enterprise edition only) Creates a new namespace for you to use with Amazon Quick Sight.
- CreateRefreshSchedule ( array $params = [] )
- Creates a refresh schedule for a dataset.
- CreateRoleMembership ( array $params = [] )
- Use CreateRoleMembership to add an existing Quick Sight group to an existing role.
- CreateTemplate ( array $params = [] )
- Creates a template either from a TemplateDefinition or from an existing Quick Sight analysis or template.
- CreateTemplateAlias ( array $params = [] )
- Creates a template alias for a template.
- CreateTheme ( array $params = [] )
- Creates a theme.
- CreateThemeAlias ( array $params = [] )
- Creates a theme alias for a theme.
- CreateTopic ( array $params = [] )
- Creates a new Q topic.
- CreateTopicRefreshSchedule ( array $params = [] )
- Creates a topic refresh schedule.
- CreateVPCConnection ( array $params = [] )
- Creates a new VPC connection.
- DeleteAccountCustomPermission ( array $params = [] )
- Unapplies a custom permissions profile from an account.
- DeleteAccountCustomization ( array $params = [] )
- This API permanently deletes all Quick Sight customizations for the specified Amazon Web Services account and namespace.
- DeleteAccountSubscription ( array $params = [] )
- Deleting your Quick Sight account subscription has permanent, irreversible consequences across all Amazon Web Services regions: Global deletion – Running this operation from any single region will delete your Quick Sight account and all data in every Amazon Web Services region where you have Quick Sight resources.
- DeleteActionConnector ( array $params = [] )
- Hard deletes an action connector, making it unrecoverable.
- DeleteAnalysis ( array $params = [] )
- Deletes an analysis from Amazon Quick Sight.
- DeleteBrand ( array $params = [] )
- This API permanently deletes the specified Quick Sight brand.
- DeleteBrandAssignment ( array $params = [] )
- Deletes a brand assignment.
- DeleteCustomPermissions ( array $params = [] )
- Deletes a custom permissions profile.
- DeleteDashboard ( array $params = [] )
- Deletes a dashboard.
- DeleteDataSet ( array $params = [] )
- Deletes a dataset.
- DeleteDataSetRefreshProperties ( array $params = [] )
- Deletes the dataset refresh properties of the dataset.
- DeleteDataSource ( array $params = [] )
- Deletes the data source permanently.
- DeleteDefaultQBusinessApplication ( array $params = [] )
- Deletes a linked Amazon Q Business application from an Quick Sight account
- DeleteFolder ( array $params = [] )
- Deletes an empty folder.
- DeleteFolderMembership ( array $params = [] )
- Removes an asset, such as a dashboard, analysis, or dataset, from a folder.
- DeleteGroup ( array $params = [] )
- Removes a user group from Amazon Quick Sight.
- DeleteGroupMembership ( array $params = [] )
- Removes a user from a group so that the user is no longer a member of the group.
- DeleteIAMPolicyAssignment ( array $params = [] )
- Deletes an existing IAM policy assignment.
- DeleteIdentityPropagationConfig ( array $params = [] )
- Deletes all access scopes and authorized targets that are associated with a service from the Quick Sight IAM Identity Center application.
- DeleteNamespace ( array $params = [] )
- Deletes a namespace and the users and groups that are associated with the namespace.
- DeleteRefreshSchedule ( array $params = [] )
- Deletes a refresh schedule from a dataset.
- DeleteRoleCustomPermission ( array $params = [] )
- Removes custom permissions from the role.
- DeleteRoleMembership ( array $params = [] )
- Removes a group from a role.
- DeleteTemplate ( array $params = [] )
- Deletes a template.
- DeleteTemplateAlias ( array $params = [] )
- Deletes the item that the specified template alias points to.
- DeleteTheme ( array $params = [] )
- Deletes a theme.
- DeleteThemeAlias ( array $params = [] )
- Deletes the version of the theme that the specified theme alias points to.
- DeleteTopic ( array $params = [] )
- Deletes a topic.
- DeleteTopicRefreshSchedule ( array $params = [] )
- Deletes a topic refresh schedule.
- DeleteUser ( array $params = [] )
- Deletes the Amazon Quick Sight user that is associated with the identity of the IAM user or role that's making the call.
- DeleteUserByPrincipalId ( array $params = [] )
- Deletes a user identified by its principal ID.
- DeleteUserCustomPermission ( array $params = [] )
- Deletes a custom permissions profile from a user.
- DeleteVPCConnection ( array $params = [] )
- Deletes a VPC connection.
- DescribeAccountCustomPermission ( array $params = [] )
- Describes the custom permissions profile that is applied to an account.
- DescribeAccountCustomization ( array $params = [] )
- Describes the customizations associated with the provided Amazon Web Services account and Amazon Quick Sight namespace.
- DescribeAccountSettings ( array $params = [] )
- Describes the settings that were used when your Quick Sight subscription was first created in this Amazon Web Services account.
- DescribeAccountSubscription ( array $params = [] )
- Use the DescribeAccountSubscription operation to receive a description of an Quick Sight account's subscription.
- DescribeActionConnector ( array $params = [] )
- Retrieves detailed information about an action connector, including its configuration, authentication settings, enabled actions, and current status.
- DescribeActionConnectorPermissions ( array $params = [] )
- Retrieves the permissions configuration for an action connector, showing which users, groups, and namespaces have access and what operations they can perform.
- DescribeAnalysis ( array $params = [] )
- Provides a summary of the metadata for an analysis.
- DescribeAnalysisDefinition ( array $params = [] )
- Provides a detailed description of the definition of an analysis.
- DescribeAnalysisPermissions ( array $params = [] )
- Provides the read and write permissions for an analysis.
- DescribeAssetBundleExportJob ( array $params = [] )
- Describes an existing export job.
- DescribeAssetBundleImportJob ( array $params = [] )
- Describes an existing import job.
- DescribeBrand ( array $params = [] )
- Describes a brand.
- DescribeBrandAssignment ( array $params = [] )
- Describes a brand assignment.
- DescribeBrandPublishedVersion ( array $params = [] )
- Describes the published version of the brand.
- DescribeCustomPermissions ( array $params = [] )
- Describes a custom permissions profile.
- DescribeDashboard ( array $params = [] )
- Provides a summary for a dashboard.
- DescribeDashboardDefinition ( array $params = [] )
- Provides a detailed description of the definition of a dashboard.
- DescribeDashboardPermissions ( array $params = [] )
- Describes read and write permissions for a dashboard.
- DescribeDashboardSnapshotJob ( array $params = [] )
- Describes an existing snapshot job.
- DescribeDashboardSnapshotJobResult ( array $params = [] )
- Describes the result of an existing snapshot job that has finished running.
- DescribeDashboardsQAConfiguration ( array $params = [] )
- Describes an existing dashboard QA configuration.
- DescribeDataSet ( array $params = [] )
- Describes a dataset.
- DescribeDataSetPermissions ( array $params = [] )
- Describes the permissions on a dataset.
- DescribeDataSetRefreshProperties ( array $params = [] )
- Describes the refresh properties of a dataset.
- DescribeDataSource ( array $params = [] )
- Describes a data source.
- DescribeDataSourcePermissions ( array $params = [] )
- Describes the resource permissions for a data source.
- DescribeDefaultQBusinessApplication ( array $params = [] )
- Describes a Amazon Q Business application that is linked to an Quick Sight account.
- DescribeFolder ( array $params = [] )
- Describes a folder.
- DescribeFolderPermissions ( array $params = [] )
- Describes permissions for a folder.
- DescribeFolderResolvedPermissions ( array $params = [] )
- Describes the folder resolved permissions.
- DescribeGroup ( array $params = [] )
- Returns an Amazon Quick Sight group's description and Amazon Resource Name (ARN).
- DescribeGroupMembership ( array $params = [] )
- Use the DescribeGroupMembership operation to determine if a user is a member of the specified group.
- DescribeIAMPolicyAssignment ( array $params = [] )
- Describes an existing IAM policy assignment, as specified by the assignment name.
- DescribeIngestion ( array $params = [] )
- Describes a SPICE ingestion.
- DescribeIpRestriction ( array $params = [] )
- Provides a summary and status of IP rules.
- DescribeKeyRegistration ( array $params = [] )
- Describes all customer managed key registrations in a Quick Sight account.
- DescribeNamespace ( array $params = [] )
- Describes the current namespace.
- DescribeQPersonalizationConfiguration ( array $params = [] )
- Describes a personalization configuration.
- DescribeQuickSightQSearchConfiguration ( array $params = [] )
- Describes the state of a Quick Sight Q Search configuration.
- DescribeRefreshSchedule ( array $params = [] )
- Provides a summary of a refresh schedule.
- DescribeRoleCustomPermission ( array $params = [] )
- Describes all custom permissions that are mapped to a role.
- DescribeTemplate ( array $params = [] )
- Describes a template's metadata.
- DescribeTemplateAlias ( array $params = [] )
- Describes the template alias for a template.
- DescribeTemplateDefinition ( array $params = [] )
- Provides a detailed description of the definition of a template.
- DescribeTemplatePermissions ( array $params = [] )
- Describes read and write permissions on a template.
- DescribeTheme ( array $params = [] )
- Describes a theme.
- DescribeThemeAlias ( array $params = [] )
- Describes the alias for a theme.
- DescribeThemePermissions ( array $params = [] )
- Describes the read and write permissions for a theme.
- DescribeTopic ( array $params = [] )
- Describes a topic.
- DescribeTopicPermissions ( array $params = [] )
- Describes the permissions of a topic.
- DescribeTopicRefresh ( array $params = [] )
- Describes the status of a topic refresh.
- DescribeTopicRefreshSchedule ( array $params = [] )
- Deletes a topic refresh schedule.
- DescribeUser ( array $params = [] )
- Returns information about a user, given the user name.
- DescribeVPCConnection ( array $params = [] )
- Describes a VPC connection.
- GenerateEmbedUrlForAnonymousUser ( array $params = [] )
- Generates an embed URL that you can use to embed an Amazon Quick Suite dashboard or visual in your website, without having to register any reader users.
- GenerateEmbedUrlForRegisteredUser ( array $params = [] )
- Generates an embed URL that you can use to embed an Amazon Quick Suite experience in your website.
- GenerateEmbedUrlForRegisteredUserWithIdentity ( array $params = [] )
- Generates an embed URL that you can use to embed an Amazon Quick Sight experience in your website.
- GetDashboardEmbedUrl ( array $params = [] )
- Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon Quick Sight read-only dashboard in your website or application.
- GetFlowMetadata ( array $params = [] )
- Retrieves the metadata of a flow, not including its definition specifying the steps.
- GetFlowPermissions ( array $params = [] )
- Get permissions for a flow.
- GetSessionEmbedUrl ( array $params = [] )
- Generates a session URL and authorization code that you can use to embed the Amazon Amazon Quick Sight console in your web server code.
- ListActionConnectors ( array $params = [] )
- Lists all action connectors in the specified Amazon Web Services account.
- ListAnalyses ( array $params = [] )
- Lists Amazon Quick Sight analyses that exist in the specified Amazon Web Services account.
- ListAssetBundleExportJobs ( array $params = [] )
- Lists all asset bundle export jobs that have been taken place in the last 14 days.
- ListAssetBundleImportJobs ( array $params = [] )
- Lists all asset bundle import jobs that have taken place in the last 14 days.
- ListBrands ( array $params = [] )
- Lists all brands in an Quick Sight account.
- ListCustomPermissions ( array $params = [] )
- Returns a list of all the custom permissions profiles.
- ListDashboardVersions ( array $params = [] )
- Lists all the versions of the dashboards in the Amazon Quick Sight subscription.
- ListDashboards ( array $params = [] )
- Lists dashboards in an Amazon Web Services account.
- ListDataSets ( array $params = [] )
- Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
- ListDataSources ( array $params = [] )
- Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.
- ListFlows ( array $params = [] )
- Lists flows in an Amazon Web Services account.
- ListFolderMembers ( array $params = [] )
- List all assets (DASHBOARD, ANALYSIS, and DATASET) in a folder.
- ListFolders ( array $params = [] )
- Lists all folders in an account.
- ListFoldersForResource ( array $params = [] )
- List all folders that a resource is a member of.
- ListGroupMemberships ( array $params = [] )
- Lists member users in a group.
- ListGroups ( array $params = [] )
- Lists all user groups in Amazon Quick Sight.
- ListIAMPolicyAssignments ( array $params = [] )
- Lists the IAM policy assignments in the current Amazon Quick Sight account.
- ListIAMPolicyAssignmentsForUser ( array $params = [] )
- Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.
- ListIdentityPropagationConfigs ( array $params = [] )
- Lists all services and authorized targets that the Quick Sight IAM Identity Center application can access.
- ListIngestions ( array $params = [] )
- Lists the history of SPICE ingestions for a dataset.
- ListNamespaces ( array $params = [] )
- Lists the namespaces for the specified Amazon Web Services account.
- ListRefreshSchedules ( array $params = [] )
- Lists the refresh schedules of a dataset.
- ListRoleMemberships ( array $params = [] )
- Lists all groups that are associated with a role.
- ListTagsForResource ( array $params = [] )
- Lists the tags assigned to a resource.
- ListTemplateAliases ( array $params = [] )
- Lists all the aliases of a template.
- ListTemplateVersions ( array $params = [] )
- Lists all the versions of the templates in the current Amazon Quick Sight account.
- ListTemplates ( array $params = [] )
- Lists all the templates in the current Amazon Quick Sight account.
- ListThemeAliases ( array $params = [] )
- Lists all the aliases of a theme.
- ListThemeVersions ( array $params = [] )
- Lists all the versions of the themes in the current Amazon Web Services account.
- ListThemes ( array $params = [] )
- Lists all the themes in the current Amazon Web Services account.
- ListTopicRefreshSchedules ( array $params = [] )
- Lists all of the refresh schedules for a topic.
- ListTopicReviewedAnswers ( array $params = [] )
- Lists all reviewed answers for a Q Topic.
- ListTopics ( array $params = [] )
- Lists all of the topics within an account.
- ListUserGroups ( array $params = [] )
- Lists the Amazon Quick Sight groups that an Amazon Quick Sight user is a member of.
- ListUsers ( array $params = [] )
- Returns a list of all of the Amazon Quick Sight users belonging to this account.
- ListVPCConnections ( array $params = [] )
- Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
- PredictQAResults ( array $params = [] )
- Predicts existing visuals or generates new visuals to answer a given query.
- PutDataSetRefreshProperties ( array $params = [] )
- Creates or updates the dataset refresh properties for the dataset.
- RegisterUser ( array $params = [] )
- Creates an Amazon Quick Sight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.
- RestoreAnalysis ( array $params = [] )
- Restores an analysis.
- SearchActionConnectors ( array $params = [] )
- Searches for action connectors in the specified Amazon Web Services account using filters.
- SearchAnalyses ( array $params = [] )
- Searches for analyses that belong to the user specified in the filter.
- SearchDashboards ( array $params = [] )
- Searches for dashboards that belong to a user.
- SearchDataSets ( array $params = [] )
- Use the SearchDataSets operation to search for datasets that belong to an account.
- SearchDataSources ( array $params = [] )
- Use the SearchDataSources operation to search for data sources that belong to an account.
- SearchFlows ( array $params = [] )
- Search for the flows in an Amazon Web Services account.
- SearchFolders ( array $params = [] )
- Searches the subfolders in a folder.
- SearchGroups ( array $params = [] )
- Use the SearchGroups operation to search groups in a specified Quick Sight namespace using the supplied filters.
- SearchTopics ( array $params = [] )
- Searches for any Q topic that exists in an Quick Suite account.
- StartAssetBundleExportJob ( array $params = [] )
- Starts an Asset Bundle export job.
- StartAssetBundleImportJob ( array $params = [] )
- Starts an Asset Bundle import job.
- StartDashboardSnapshotJob ( array $params = [] )
- Starts an asynchronous job that generates a snapshot of a dashboard's output.
- StartDashboardSnapshotJobSchedule ( array $params = [] )
- Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email.
- TagResource ( array $params = [] )
- Assigns one or more tags (key-value pairs) to the specified Amazon Quick Sight resource.
- UntagResource ( array $params = [] )
- Removes a tag or tags from a resource.
- UpdateAccountCustomPermission ( array $params = [] )
- Applies a custom permissions profile to an account.
- UpdateAccountCustomization ( array $params = [] )
- Updates Amazon Quick Sight customizations.
- UpdateAccountSettings ( array $params = [] )
- Updates the Amazon Quick Sight settings in your Amazon Web Services account.
- UpdateActionConnector ( array $params = [] )
- Updates an existing action connector with new configuration details, authentication settings, or enabled actions.
- UpdateActionConnectorPermissions ( array $params = [] )
- Updates the permissions for an action connector by granting or revoking access for specific users and groups.
- UpdateAnalysis ( array $params = [] )
- Updates an analysis in Amazon Quick Sight
- UpdateAnalysisPermissions ( array $params = [] )
- Updates the read and write permissions for an analysis.
- UpdateApplicationWithTokenExchangeGrant ( array $params = [] )
- Updates an Quick Suite application with a token exchange grant.
- UpdateBrand ( array $params = [] )
- Updates a brand.
- UpdateBrandAssignment ( array $params = [] )
- Updates a brand assignment.
- UpdateBrandPublishedVersion ( array $params = [] )
- Updates the published version of a brand.
- UpdateCustomPermissions ( array $params = [] )
- Updates a custom permissions profile.
- UpdateDashboard ( array $params = [] )
- Updates a dashboard in an Amazon Web Services account.
- UpdateDashboardLinks ( array $params = [] )
- Updates the linked analyses on a dashboard.
- UpdateDashboardPermissions ( array $params = [] )
- Updates read and write permissions on a dashboard.
- UpdateDashboardPublishedVersion ( array $params = [] )
- Updates the published version of a dashboard.
- UpdateDashboardsQAConfiguration ( array $params = [] )
- Updates a Dashboard QA configuration.
- UpdateDataSet ( array $params = [] )
- Updates a dataset.
- UpdateDataSetPermissions ( array $params = [] )
- Updates the permissions on a dataset.
- UpdateDataSource ( array $params = [] )
- Updates a data source.
- UpdateDataSourcePermissions ( array $params = [] )
- Updates the permissions to a data source.
- UpdateDefaultQBusinessApplication ( array $params = [] )
- Updates a Amazon Q Business application that is linked to a Quick Sight account.
- UpdateFlowPermissions ( array $params = [] )
- Updates permissions against principals on a flow.
- UpdateFolder ( array $params = [] )
- Updates the name of a folder.
- UpdateFolderPermissions ( array $params = [] )
- Updates permissions of a folder.
- UpdateGroup ( array $params = [] )
- Changes a group description.
- UpdateIAMPolicyAssignment ( array $params = [] )
- Updates an existing IAM policy assignment.
- UpdateIdentityPropagationConfig ( array $params = [] )
- Adds or updates services and authorized targets to configure what the Quick Sight IAM Identity Center application can access.
- UpdateIpRestriction ( array $params = [] )
- Updates the content and status of IP rules.
- UpdateKeyRegistration ( array $params = [] )
- Updates a customer managed key in a Quick Sight account.
- UpdatePublicSharingSettings ( array $params = [] )
- This API controls public sharing settings for your entire Quick Sight account, affecting data security and access.
- UpdateQPersonalizationConfiguration ( array $params = [] )
- Updates a personalization configuration.
- UpdateQuickSightQSearchConfiguration ( array $params = [] )
- Updates the state of a Quick Sight Q Search configuration.
- UpdateRefreshSchedule ( array $params = [] )
- Updates a refresh schedule for a dataset.
- UpdateRoleCustomPermission ( array $params = [] )
- Updates the custom permissions that are associated with a role.
- UpdateSPICECapacityConfiguration ( array $params = [] )
- Updates the SPICE capacity configuration for a Quick Sight account.
- UpdateTemplate ( array $params = [] )
- Updates a template from an existing Amazon Quick Sight analysis or another template.
- UpdateTemplateAlias ( array $params = [] )
- Updates the template alias of a template.
- UpdateTemplatePermissions ( array $params = [] )
- Updates the resource permissions for a template.
- UpdateTheme ( array $params = [] )
- Updates a theme.
- UpdateThemeAlias ( array $params = [] )
- Updates an alias of a theme.
- UpdateThemePermissions ( array $params = [] )
- Updates the resource permissions for a theme.
- UpdateTopic ( array $params = [] )
- Updates a topic.
- UpdateTopicPermissions ( array $params = [] )
- Updates the permissions of a topic.
- UpdateTopicRefreshSchedule ( array $params = [] )
- Updates a topic refresh schedule.
- UpdateUser ( array $params = [] )
- Updates an Amazon Quick Sight user.
- UpdateUserCustomPermission ( array $params = [] )
- Updates a custom permissions profile for a user.
- UpdateVPCConnection ( array $params = [] )
- Updates a VPC connection.
Paginators
Paginators handle automatically iterating over paginated API results. Paginators are associated with specific API operations, and they accept the parameters that the corresponding API operation accepts. You can get a paginator from a client class using getPaginator($paginatorName, $operationParameters). This client supports the following paginators:
- DescribeFolderPermissions
- DescribeFolderResolvedPermissions
- ListActionConnectors
- ListAnalyses
- ListAssetBundleExportJobs
- ListAssetBundleImportJobs
- ListBrands
- ListCustomPermissions
- ListDashboardVersions
- ListDashboards
- ListDataSets
- ListDataSources
- ListFlows
- ListFolderMembers
- ListFolders
- ListFoldersForResource
- ListGroupMemberships
- ListGroups
- ListIAMPolicyAssignments
- ListIAMPolicyAssignmentsForUser
- ListIngestions
- ListNamespaces
- ListRoleMemberships
- ListTemplateAliases
- ListTemplateVersions
- ListTemplates
- ListThemeVersions
- ListThemes
- ListTopics
- ListUserGroups
- ListUsers
- ListVPCConnections
- SearchActionConnectors
- SearchAnalyses
- SearchDashboards
- SearchDataSets
- SearchDataSources
- SearchFlows
- SearchFolders
- SearchGroups
- SearchTopics
Operations
BatchCreateTopicReviewedAnswer
$result = $client->batchCreateTopicReviewedAnswer([/* ... */]); $promise = $client->batchCreateTopicReviewedAnswerAsync([/* ... */]);
Creates new reviewed answers for a Q Topic.
Parameter Syntax
$result = $client->batchCreateTopicReviewedAnswer([
'Answers' => [ // REQUIRED
[
'AnswerId' => '<string>', // REQUIRED
'DatasetArn' => '<string>', // REQUIRED
'Mir' => [
'ContributionAnalysis' => [
'Direction' => 'INCREASE|DECREASE|NEUTRAL',
'Factors' => [
[
'FieldName' => '<string>',
],
// ...
],
'SortType' => 'ABSOLUTE_DIFFERENCE|CONTRIBUTION_PERCENTAGE|DEVIATION_FROM_EXPECTED|PERCENTAGE_DIFFERENCE',
'TimeRanges' => [
'EndRange' => [
'AggMetrics' => [
[
'Function' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'MetricOperand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
// ...
],
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'AggregationPartitionBy' => [
[
'FieldName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
'Anchor' => [
'AnchorType' => 'TODAY',
'Offset' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'Constant' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'FilterClass' => 'ENFORCED_VALUE_FILTER|CONDITIONAL_VALUE_FILTER|NAMED_VALUE_FILTER',
'FilterType' => 'CATEGORY_FILTER|NUMERIC_EQUALITY_FILTER|NUMERIC_RANGE_FILTER|DATE_RANGE_FILTER|RELATIVE_DATE_FILTER|TOP_BOTTOM_FILTER|EQUALS|RANK_LIMIT_FILTER|ACCEPT_ALL_FILTER',
'Function' => 'CONTAINS|EXACT|STARTS_WITH|ENDS_WITH|CONTAINS_STRING|PREVIOUS|THIS|LAST|NEXT|NOW',
'Inclusive' => true || false,
'Inverse' => true || false,
'LastNextOffset' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'NullFilter' => 'ALL_VALUES|NON_NULLS_ONLY|NULLS_ONLY',
'OperandField' => [
'Identity' => '<string>', // REQUIRED
],
'Range' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'SortDirection' => 'ASCENDING|DESCENDING',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'TopBottomLimit' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
],
'StartRange' => [
'AggMetrics' => [
[
'Function' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'MetricOperand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
// ...
],
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'AggregationPartitionBy' => [
[
'FieldName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
'Anchor' => [
'AnchorType' => 'TODAY',
'Offset' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'Constant' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'FilterClass' => 'ENFORCED_VALUE_FILTER|CONDITIONAL_VALUE_FILTER|NAMED_VALUE_FILTER',
'FilterType' => 'CATEGORY_FILTER|NUMERIC_EQUALITY_FILTER|NUMERIC_RANGE_FILTER|DATE_RANGE_FILTER|RELATIVE_DATE_FILTER|TOP_BOTTOM_FILTER|EQUALS|RANK_LIMIT_FILTER|ACCEPT_ALL_FILTER',
'Function' => 'CONTAINS|EXACT|STARTS_WITH|ENDS_WITH|CONTAINS_STRING|PREVIOUS|THIS|LAST|NEXT|NOW',
'Inclusive' => true || false,
'Inverse' => true || false,
'LastNextOffset' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'NullFilter' => 'ALL_VALUES|NON_NULLS_ONLY|NULLS_ONLY',
'OperandField' => [
'Identity' => '<string>', // REQUIRED
],
'Range' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'SortDirection' => 'ASCENDING|DESCENDING',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'TopBottomLimit' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
],
],
],
'Filters' => [
[
[
'AggMetrics' => [
[
'Function' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'MetricOperand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
// ...
],
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'AggregationPartitionBy' => [
[
'FieldName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
'Anchor' => [
'AnchorType' => 'TODAY',
'Offset' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'Constant' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'FilterClass' => 'ENFORCED_VALUE_FILTER|CONDITIONAL_VALUE_FILTER|NAMED_VALUE_FILTER',
'FilterType' => 'CATEGORY_FILTER|NUMERIC_EQUALITY_FILTER|NUMERIC_RANGE_FILTER|DATE_RANGE_FILTER|RELATIVE_DATE_FILTER|TOP_BOTTOM_FILTER|EQUALS|RANK_LIMIT_FILTER|ACCEPT_ALL_FILTER',
'Function' => 'CONTAINS|EXACT|STARTS_WITH|ENDS_WITH|CONTAINS_STRING|PREVIOUS|THIS|LAST|NEXT|NOW',
'Inclusive' => true || false,
'Inverse' => true || false,
'LastNextOffset' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'NullFilter' => 'ALL_VALUES|NON_NULLS_ONLY|NULLS_ONLY',
'OperandField' => [
'Identity' => '<string>', // REQUIRED
],
'Range' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'SortDirection' => 'ASCENDING|DESCENDING',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'TopBottomLimit' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
],
// ...
],
// ...
],
'GroupByList' => [
[
'DisplayFormat' => 'AUTO|PERCENT|CURRENCY|NUMBER|DATE|STRING',
'DisplayFormatOptions' => [
'BlankCellFormat' => '<string>',
'CurrencySymbol' => '<string>',
'DateFormat' => '<string>',
'DecimalSeparator' => 'COMMA|DOT',
'FractionDigits' => <integer>,
'GroupingSeparator' => '<string>',
'NegativeFormat' => [
'Prefix' => '<string>',
'Suffix' => '<string>',
],
'Prefix' => '<string>',
'Suffix' => '<string>',
'UnitScaler' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'UseBlankCellFormat' => true || false,
'UseGrouping' => true || false,
],
'FieldName' => [
'Identity' => '<string>', // REQUIRED
],
'NamedEntity' => [
'NamedEntityName' => '<string>',
],
'Sort' => [
'Operand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
'TimeGranularity' => 'SECOND|MINUTE|HOUR|DAY|WEEK|MONTH|QUARTER|YEAR',
],
// ...
],
'Metrics' => [
[
'CalculatedFieldReferences' => [
[
'Identity' => '<string>', // REQUIRED
],
// ...
],
'ComparisonMethod' => [
'Period' => 'SECOND|MINUTE|HOUR|DAY|WEEK|MONTH|QUARTER|YEAR',
'Type' => 'DIFF|PERC_DIFF|DIFF_AS_PERC|POP_CURRENT_DIFF_AS_PERC|POP_CURRENT_DIFF|POP_OVERTIME_DIFF_AS_PERC|POP_OVERTIME_DIFF|PERCENT_OF_TOTAL|RUNNING_SUM|MOVING_AVERAGE',
'WindowSize' => <integer>,
],
'DisplayFormat' => 'AUTO|PERCENT|CURRENCY|NUMBER|DATE|STRING',
'DisplayFormatOptions' => [
'BlankCellFormat' => '<string>',
'CurrencySymbol' => '<string>',
'DateFormat' => '<string>',
'DecimalSeparator' => 'COMMA|DOT',
'FractionDigits' => <integer>,
'GroupingSeparator' => '<string>',
'NegativeFormat' => [
'Prefix' => '<string>',
'Suffix' => '<string>',
],
'Prefix' => '<string>',
'Suffix' => '<string>',
'UnitScaler' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'UseBlankCellFormat' => true || false,
'UseGrouping' => true || false,
],
'Expression' => '<string>',
'Function' => [
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'Period' => 'SECOND|MINUTE|HOUR|DAY|WEEK|MONTH|QUARTER|YEAR',
'PeriodField' => '<string>',
],
'MetricId' => [
'Identity' => '<string>', // REQUIRED
],
'NamedEntity' => [
'NamedEntityName' => '<string>',
],
'Operands' => [
[
'Identity' => '<string>', // REQUIRED
],
// ...
],
],
// ...
],
'Sort' => [
'Operand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
'Visual' => [
'type' => '<string>',
],
],
'PrimaryVisual' => [
'Ir' => [
'ContributionAnalysis' => [
'Direction' => 'INCREASE|DECREASE|NEUTRAL',
'Factors' => [
[
'FieldName' => '<string>',
],
// ...
],
'SortType' => 'ABSOLUTE_DIFFERENCE|CONTRIBUTION_PERCENTAGE|DEVIATION_FROM_EXPECTED|PERCENTAGE_DIFFERENCE',
'TimeRanges' => [
'EndRange' => [
'AggMetrics' => [
[
'Function' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'MetricOperand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
// ...
],
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'AggregationPartitionBy' => [
[
'FieldName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
'Anchor' => [
'AnchorType' => 'TODAY',
'Offset' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'Constant' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'FilterClass' => 'ENFORCED_VALUE_FILTER|CONDITIONAL_VALUE_FILTER|NAMED_VALUE_FILTER',
'FilterType' => 'CATEGORY_FILTER|NUMERIC_EQUALITY_FILTER|NUMERIC_RANGE_FILTER|DATE_RANGE_FILTER|RELATIVE_DATE_FILTER|TOP_BOTTOM_FILTER|EQUALS|RANK_LIMIT_FILTER|ACCEPT_ALL_FILTER',
'Function' => 'CONTAINS|EXACT|STARTS_WITH|ENDS_WITH|CONTAINS_STRING|PREVIOUS|THIS|LAST|NEXT|NOW',
'Inclusive' => true || false,
'Inverse' => true || false,
'LastNextOffset' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'NullFilter' => 'ALL_VALUES|NON_NULLS_ONLY|NULLS_ONLY',
'OperandField' => [
'Identity' => '<string>', // REQUIRED
],
'Range' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'SortDirection' => 'ASCENDING|DESCENDING',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'TopBottomLimit' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
],
'StartRange' => [
'AggMetrics' => [
[
'Function' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'MetricOperand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
// ...
],
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'AggregationPartitionBy' => [
[
'FieldName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
'Anchor' => [
'AnchorType' => 'TODAY',
'Offset' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'Constant' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'FilterClass' => 'ENFORCED_VALUE_FILTER|CONDITIONAL_VALUE_FILTER|NAMED_VALUE_FILTER',
'FilterType' => 'CATEGORY_FILTER|NUMERIC_EQUALITY_FILTER|NUMERIC_RANGE_FILTER|DATE_RANGE_FILTER|RELATIVE_DATE_FILTER|TOP_BOTTOM_FILTER|EQUALS|RANK_LIMIT_FILTER|ACCEPT_ALL_FILTER',
'Function' => 'CONTAINS|EXACT|STARTS_WITH|ENDS_WITH|CONTAINS_STRING|PREVIOUS|THIS|LAST|NEXT|NOW',
'Inclusive' => true || false,
'Inverse' => true || false,
'LastNextOffset' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'NullFilter' => 'ALL_VALUES|NON_NULLS_ONLY|NULLS_ONLY',
'OperandField' => [
'Identity' => '<string>', // REQUIRED
],
'Range' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'SortDirection' => 'ASCENDING|DESCENDING',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'TopBottomLimit' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
],
],
],
'Filters' => [
[
[
'AggMetrics' => [
[
'Function' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'MetricOperand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
// ...
],
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'AggregationPartitionBy' => [
[
'FieldName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
'Anchor' => [
'AnchorType' => 'TODAY',
'Offset' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'Constant' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'FilterClass' => 'ENFORCED_VALUE_FILTER|CONDITIONAL_VALUE_FILTER|NAMED_VALUE_FILTER',
'FilterType' => 'CATEGORY_FILTER|NUMERIC_EQUALITY_FILTER|NUMERIC_RANGE_FILTER|DATE_RANGE_FILTER|RELATIVE_DATE_FILTER|TOP_BOTTOM_FILTER|EQUALS|RANK_LIMIT_FILTER|ACCEPT_ALL_FILTER',
'Function' => 'CONTAINS|EXACT|STARTS_WITH|ENDS_WITH|CONTAINS_STRING|PREVIOUS|THIS|LAST|NEXT|NOW',
'Inclusive' => true || false,
'Inverse' => true || false,
'LastNextOffset' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'NullFilter' => 'ALL_VALUES|NON_NULLS_ONLY|NULLS_ONLY',
'OperandField' => [
'Identity' => '<string>', // REQUIRED
],
'Range' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
'SortDirection' => 'ASCENDING|DESCENDING',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'TopBottomLimit' => [
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Maximum' => '<string>',
'Minimum' => '<string>',
'Value' => '<string>',
'ValueList' => [
[
'ConstantType' => 'SINGULAR|RANGE|COLLECTIVE',
'Value' => '<string>',
],
// ...
],
],
],
// ...
],
// ...
],
'GroupByList' => [
[
'DisplayFormat' => 'AUTO|PERCENT|CURRENCY|NUMBER|DATE|STRING',
'DisplayFormatOptions' => [
'BlankCellFormat' => '<string>',
'CurrencySymbol' => '<string>',
'DateFormat' => '<string>',
'DecimalSeparator' => 'COMMA|DOT',
'FractionDigits' => <integer>,
'GroupingSeparator' => '<string>',
'NegativeFormat' => [
'Prefix' => '<string>',
'Suffix' => '<string>',
],
'Prefix' => '<string>',
'Suffix' => '<string>',
'UnitScaler' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'UseBlankCellFormat' => true || false,
'UseGrouping' => true || false,
],
'FieldName' => [
'Identity' => '<string>', // REQUIRED
],
'NamedEntity' => [
'NamedEntityName' => '<string>',
],
'Sort' => [
'Operand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
'TimeGranularity' => 'SECOND|MINUTE|HOUR|DAY|WEEK|MONTH|QUARTER|YEAR',
],
// ...
],
'Metrics' => [
[
'CalculatedFieldReferences' => [
[
'Identity' => '<string>', // REQUIRED
],
// ...
],
'ComparisonMethod' => [
'Period' => 'SECOND|MINUTE|HOUR|DAY|WEEK|MONTH|QUARTER|YEAR',
'Type' => 'DIFF|PERC_DIFF|DIFF_AS_PERC|POP_CURRENT_DIFF_AS_PERC|POP_CURRENT_DIFF|POP_OVERTIME_DIFF_AS_PERC|POP_OVERTIME_DIFF|PERCENT_OF_TOTAL|RUNNING_SUM|MOVING_AVERAGE',
'WindowSize' => <integer>,
],
'DisplayFormat' => 'AUTO|PERCENT|CURRENCY|NUMBER|DATE|STRING',
'DisplayFormatOptions' => [
'BlankCellFormat' => '<string>',
'CurrencySymbol' => '<string>',
'DateFormat' => '<string>',
'DecimalSeparator' => 'COMMA|DOT',
'FractionDigits' => <integer>,
'GroupingSeparator' => '<string>',
'NegativeFormat' => [
'Prefix' => '<string>',
'Suffix' => '<string>',
],
'Prefix' => '<string>',
'Suffix' => '<string>',
'UnitScaler' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'UseBlankCellFormat' => true || false,
'UseGrouping' => true || false,
],
'Expression' => '<string>',
'Function' => [
'Aggregation' => 'SUM|MIN|MAX|COUNT|AVERAGE|DISTINCT_COUNT|STDEV|STDEVP|VAR|VARP|PERCENTILE|MEDIAN|PTD_SUM|PTD_MIN|PTD_MAX|PTD_COUNT|PTD_DISTINCT_COUNT|PTD_AVERAGE|COLUMN|CUSTOM',
'AggregationFunctionParameters' => ['<string>', ...],
'Period' => 'SECOND|MINUTE|HOUR|DAY|WEEK|MONTH|QUARTER|YEAR',
'PeriodField' => '<string>',
],
'MetricId' => [
'Identity' => '<string>', // REQUIRED
],
'NamedEntity' => [
'NamedEntityName' => '<string>',
],
'Operands' => [
[
'Identity' => '<string>', // REQUIRED
],
// ...
],
],
// ...
],
'Sort' => [
'Operand' => [
'Identity' => '<string>', // REQUIRED
],
'SortDirection' => 'ASCENDING|DESCENDING',
],
'Visual' => [
'type' => '<string>',
],
],
'Role' => 'PRIMARY|COMPLIMENTARY|MULTI_INTENT|FALLBACK|FRAGMENT',
'SupportingVisuals' => [
[...], // RECURSIVE
// ...
],
'VisualId' => '<string>',
],
'Question' => '<string>', // REQUIRED
'Template' => [
'Slots' => [
[
'SlotId' => '<string>',
'VisualId' => '<string>',
],
// ...
],
'TemplateType' => '<string>',
],
],
// ...
],
'AwsAccountId' => '<string>', // REQUIRED
'TopicId' => '<string>', // REQUIRED
]);
Parameter Details
Members
- Answers
-
- Required: Yes
- Type: Array of CreateTopicReviewedAnswer structures
The definition of the Answers to be created.
- AwsAccountId
-
- Required: Yes
- Type: string
The ID of the Amazon Web Services account that you want to create a reviewed answer in.
- TopicId
-
- Required: Yes
- Type: string
The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Result Syntax
[
'InvalidAnswers' => [
[
'AnswerId' => '<string>',
'Error' => 'INTERNAL_ERROR|MISSING_ANSWER|DATASET_DOES_NOT_EXIST|INVALID_DATASET_ARN|DUPLICATED_ANSWER|INVALID_DATA|MISSING_REQUIRED_FIELDS',
],
// ...
],
'RequestId' => '<string>',
'Status' => <integer>,
'SucceededAnswers' => [
[
'AnswerId' => '<string>',
],
// ...
],
'TopicArn' => '<string>',
'TopicId' => '<string>',
]
Result Details
Members
- InvalidAnswers
-
- Type: Array of InvalidTopicReviewedAnswer structures
The definition of Answers that are invalid and not created.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status of the request.
- SucceededAnswers
-
- Type: Array of SucceededTopicReviewedAnswer structures
The definition of Answers that are successfully created.
- TopicArn
-
- Type: string
The Amazon Resource Name (ARN) of the topic.
- TopicId
-
- Type: string
The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Errors
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ThrottlingException:
Access is throttled.
- ResourceNotFoundException:
One or more resources can't be found.
- InternalFailureException:
An internal failure occurred.
BatchDeleteTopicReviewedAnswer
$result = $client->batchDeleteTopicReviewedAnswer([/* ... */]); $promise = $client->batchDeleteTopicReviewedAnswerAsync([/* ... */]);
Deletes reviewed answers for Q Topic.
Parameter Syntax
$result = $client->batchDeleteTopicReviewedAnswer([
'AnswerIds' => ['<string>', ...],
'AwsAccountId' => '<string>', // REQUIRED
'TopicId' => '<string>', // REQUIRED
]);
Parameter Details
Members
- AnswerIds
-
- Type: Array of strings
The Answer IDs of the Answers to be deleted.
- AwsAccountId
-
- Required: Yes
- Type: string
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
- TopicId
-
- Required: Yes
- Type: string
The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Result Syntax
[
'InvalidAnswers' => [
[
'AnswerId' => '<string>',
'Error' => 'INTERNAL_ERROR|MISSING_ANSWER|DATASET_DOES_NOT_EXIST|INVALID_DATASET_ARN|DUPLICATED_ANSWER|INVALID_DATA|MISSING_REQUIRED_FIELDS',
],
// ...
],
'RequestId' => '<string>',
'Status' => <integer>,
'SucceededAnswers' => [
[
'AnswerId' => '<string>',
],
// ...
],
'TopicArn' => '<string>',
'TopicId' => '<string>',
]
Result Details
Members
- InvalidAnswers
-
- Type: Array of InvalidTopicReviewedAnswer structures
The definition of Answers that are invalid and not deleted.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status of the request.
- SucceededAnswers
-
- Type: Array of SucceededTopicReviewedAnswer structures
The definition of Answers that are successfully deleted.
- TopicArn
-
- Type: string
The Amazon Resource Name (ARN) of the topic.
- TopicId
-
- Type: string
The ID of the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Errors
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ThrottlingException:
Access is throttled.
- ResourceNotFoundException:
One or more resources can't be found.
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
- InternalFailureException:
An internal failure occurred.
CancelIngestion
$result = $client->cancelIngestion([/* ... */]); $promise = $client->cancelIngestionAsync([/* ... */]);
Cancels an ongoing ingestion of data into SPICE.
Parameter Syntax
$result = $client->cancelIngestion([
'AwsAccountId' => '<string>', // REQUIRED
'DataSetId' => '<string>', // REQUIRED
'IngestionId' => '<string>', // REQUIRED
]);
Parameter Details
Members
- AwsAccountId
-
- Required: Yes
- Type: string
The Amazon Web Services account ID.
- DataSetId
-
- Required: Yes
- Type: string
The ID of the dataset used in the ingestion.
- IngestionId
-
- Required: Yes
- Type: string
An ID for the ingestion.
Result Syntax
[
'Arn' => '<string>',
'IngestionId' => '<string>',
'RequestId' => '<string>',
'Status' => <integer>,
]
Result Details
Members
- Arn
-
- Type: string
The Amazon Resource Name (ARN) for the data ingestion.
- IngestionId
-
- Type: string
An ID for the ingestion.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status of the request.
Errors
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ResourceNotFoundException:
One or more resources can't be found.
- ThrottlingException:
Access is throttled.
- ResourceExistsException:
The resource specified already exists.
- InternalFailureException:
An internal failure occurred.
CreateAccountCustomization
$result = $client->createAccountCustomization([/* ... */]); $promise = $client->createAccountCustomizationAsync([/* ... */]);
Creates Amazon Quick Sight customizations. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon Quick Sight by removing Amazon Quick Sight sample assets and videos for all new users, see Customizing Quick Sight in the Amazon Quick Sight User Guide.
You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a Quick Sight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.
Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the DescribeThemePermissions API operation. To share the theme, grant permissions by using the UpdateThemePermissions API operation.
Parameter Syntax
$result = $client->createAccountCustomization([
'AccountCustomization' => [ // REQUIRED
'DefaultEmailCustomizationTemplate' => '<string>',
'DefaultTheme' => '<string>',
],
'AwsAccountId' => '<string>', // REQUIRED
'Namespace' => '<string>',
'Tags' => [
[
'Key' => '<string>', // REQUIRED
'Value' => '<string>', // REQUIRED
],
// ...
],
]);
Parameter Details
Members
- AccountCustomization
-
- Required: Yes
- Type: AccountCustomization structure
The Quick Sight customizations you're adding. You can add these to an Amazon Web Services account and a QuickSight namespace.
For example, you can add a default theme by setting
AccountCustomizationto the midnight theme:"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you can add a custom theme by specifying"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }. - AwsAccountId
-
- Required: Yes
- Type: string
The ID for the Amazon Web Services account that you want to customize Quick Sight for.
- Namespace
-
- Type: string
The Quick Sight namespace that you want to add customizations to.
- Tags
-
- Type: Array of Tag structures
A list of the tags that you want to attach to this resource.
Result Syntax
[
'AccountCustomization' => [
'DefaultEmailCustomizationTemplate' => '<string>',
'DefaultTheme' => '<string>',
],
'Arn' => '<string>',
'AwsAccountId' => '<string>',
'Namespace' => '<string>',
'RequestId' => '<string>',
'Status' => <integer>,
]
Result Details
Members
- AccountCustomization
-
- Type: AccountCustomization structure
The Quick Sight customizations you're adding.
- Arn
-
- Type: string
The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
- AwsAccountId
-
- Type: string
The ID for the Amazon Web Services account that you want to customize Quick Sight for.
- Namespace
-
- Type: string
The namespace associated with the customization you're creating.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status of the request.
Errors
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ResourceExistsException:
The resource specified already exists.
- ResourceNotFoundException:
One or more resources can't be found.
- ThrottlingException:
Access is throttled.
- InternalFailureException:
An internal failure occurred.
- ResourceUnavailableException:
This resource is currently unavailable.
CreateAccountSubscription
$result = $client->createAccountSubscription([/* ... */]); $promise = $client->createAccountSubscriptionAsync([/* ... */]);
Creates an Amazon Quick Sight account, or subscribes to Amazon Quick Sight Q.
The Amazon Web Services Region for the account is derived from what is configured in the CLI or SDK.
Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you don't have an Amazon Web Services account, see Sign up for Amazon Web Services in the Amazon Quick Sight User Guide. The person who signs up for Amazon Quick Sight needs to have the correct Identity and Access Management (IAM) permissions. For more information, see IAM Policy Examples for Amazon Quick Sight in the Amazon Quick Sight User Guide.
If your IAM policy includes both the Subscribe and CreateAccountSubscription actions, make sure that both actions are set to Allow. If either action is set to Deny, the Deny action prevails and your API call fails.
You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To pass your existing IAM role to Amazon Quick Sight, see Passing IAM roles to Amazon Quick Sight in the Amazon Quick Sight User Guide.
You can't set default resource access on the new account from the Amazon Quick Sight API. Instead, add default resource access from the Amazon Quick Sight console. For more information about setting default resource access to Amazon Web Services services, see Setting default resource access to Amazon Web Services services in the Amazon Quick Sight User Guide.
Parameter Syntax
$result = $client->createAccountSubscription([
'AccountName' => '<string>', // REQUIRED
'ActiveDirectoryName' => '<string>',
'AdminGroup' => ['<string>', ...],
'AdminProGroup' => ['<string>', ...],
'AuthenticationMethod' => 'IAM_AND_QUICKSIGHT|IAM_ONLY|ACTIVE_DIRECTORY|IAM_IDENTITY_CENTER', // REQUIRED
'AuthorGroup' => ['<string>', ...],
'AuthorProGroup' => ['<string>', ...],
'AwsAccountId' => '<string>', // REQUIRED
'ContactNumber' => '<string>',
'DirectoryId' => '<string>',
'Edition' => 'STANDARD|ENTERPRISE|ENTERPRISE_AND_Q',
'EmailAddress' => '<string>',
'FirstName' => '<string>',
'IAMIdentityCenterInstanceArn' => '<string>',
'LastName' => '<string>',
'NotificationEmail' => '<string>', // REQUIRED
'ReaderGroup' => ['<string>', ...],
'ReaderProGroup' => ['<string>', ...],
'Realm' => '<string>',
]);
Parameter Details
Members
- AccountName
-
- Required: Yes
- Type: string
The name of your Amazon Quick Sight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change
AccountNamevalue after the Amazon Quick Sight account is created. - ActiveDirectoryName
-
- Type: string
The name of your Active Directory. This field is required if
ACTIVE_DIRECTORYis the selected authentication method of the new Quick Sight account. - AdminGroup
-
- Type: Array of strings
The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the
AdminProGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Quick Sight account.For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- AdminProGroup
-
- Type: Array of strings
The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or the
AdminGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Quick Sight account.For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- AuthenticationMethod
-
- Required: Yes
- Type: string
The method that you want to use to authenticate your Quick Sight account.
If you choose
ACTIVE_DIRECTORY, provide anActiveDirectoryNameand anAdminGroupassociated with your Active Directory.If you choose
IAM_IDENTITY_CENTER, provide anAdminGroupassociated with your IAM Identity Center account. - AuthorGroup
-
- Type: Array of strings
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- AuthorProGroup
-
- Type: Array of strings
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- AwsAccountId
-
- Required: Yes
- Type: string
The Amazon Web Services account ID of the account that you're using to create your Quick Sight account.
- ContactNumber
-
- Type: string
A 10-digit phone number for the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account. - DirectoryId
-
- Type: string
The ID of the Active Directory that is associated with your Quick Sight account.
- Edition
-
- Type: string
The edition of Amazon Quick Sight that you want your account to have. Currently, you can choose from
ENTERPRISEorENTERPRISE_AND_Q.If you choose
ENTERPRISE_AND_Q, the following parameters are required:-
FirstName -
LastName -
EmailAddress -
ContactNumber
- EmailAddress
-
- Type: string
The email address of the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account. - FirstName
-
- Type: string
The first name of the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account. - IAMIdentityCenterInstanceArn
-
- Type: string
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
- LastName
-
- Type: string
The last name of the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account. - NotificationEmail
-
- Required: Yes
- Type: string
The email address that you want Quick Sight to send notifications to regarding your Quick Sight account or Quick Sight subscription.
- ReaderGroup
-
- Type: Array of strings
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- ReaderProGroup
-
- Type: Array of strings
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- Realm
-
- Type: string
The realm of the Active Directory that is associated with your Quick Sight account. This field is required if
ACTIVE_DIRECTORYis the selected authentication method of the new Quick Sight account.
Result Syntax
[
'RequestId' => '<string>',
'SignupResponse' => [
'IAMUser' => true || false,
'accountName' => '<string>',
'directoryType' => '<string>',
'userLoginName' => '<string>',
],
'Status' => <integer>,
]
Result Details
Members
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- SignupResponse
-
- Type: SignupResponse structure
A
SignupResponseobject that returns information about a newly created Quick Sight account. - Status
-
- Type: int
The HTTP status of the request.
Errors
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ResourceNotFoundException:
One or more resources can't be found.
- ThrottlingException:
Access is throttled.
- ResourceExistsException:
The resource specified already exists.
- PreconditionNotMetException:
One or more preconditions aren't met.
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
- InternalFailureException:
An internal failure occurred.
- ResourceUnavailableException:
This resource is currently unavailable.
CreateActionConnector
$result = $client->createActionConnector([/* ... */]); $promise = $client->createActionConnectorAsync([/* ... */]);
Creates an action connector that enables Amazon Quick Sight to connect to external services and perform actions. Action connectors support various authentication methods and can be configured with specific actions from supported connector types like Amazon S3, Salesforce, JIRA.
Parameter Syntax
$result = $client->createActionConnector([
'ActionConnectorId' => '<string>', // REQUIRED
'AuthenticationConfig' => [ // REQUIRED
'AuthenticationMetadata' => [ // REQUIRED
'ApiKeyConnectionMetadata' => [
'ApiKey' => '<string>', // REQUIRED
'BaseEndpoint' => '<string>', // REQUIRED
'Email' => '<string>',
],
'AuthorizationCodeGrantMetadata' => [
'AuthorizationCodeGrantCredentialsDetails' => [
'AuthorizationCodeGrantDetails' => [
'AuthorizationEndpoint' => '<string>', // REQUIRED
'ClientId' => '<string>', // REQUIRED
'ClientSecret' => '<string>', // REQUIRED
'TokenEndpoint' => '<string>', // REQUIRED
],
],
'AuthorizationCodeGrantCredentialsSource' => 'PLAIN_CREDENTIALS',
'BaseEndpoint' => '<string>', // REQUIRED
'RedirectUrl' => '<string>', // REQUIRED
],
'BasicAuthConnectionMetadata' => [
'BaseEndpoint' => '<string>', // REQUIRED
'Password' => '<string>', // REQUIRED
'Username' => '<string>', // REQUIRED
],
'ClientCredentialsGrantMetadata' => [
'BaseEndpoint' => '<string>', // REQUIRED
'ClientCredentialsDetails' => [
'ClientCredentialsGrantDetails' => [
'ClientId' => '<string>', // REQUIRED
'ClientSecret' => '<string>', // REQUIRED
'TokenEndpoint' => '<string>', // REQUIRED
],
],
'ClientCredentialsSource' => 'PLAIN_CREDENTIALS',
],
'IamConnectionMetadata' => [
'RoleArn' => '<string>', // REQUIRED
],
'NoneConnectionMetadata' => [
'BaseEndpoint' => '<string>', // REQUIRED
],
],
'AuthenticationType' => 'BASIC|API_KEY|OAUTH2_CLIENT_CREDENTIALS|NONE|IAM|OAUTH2_AUTHORIZATION_CODE', // REQUIRED
],
'AwsAccountId' => '<string>', // REQUIRED
'Description' => '<string>',
'Name' => '<string>', // REQUIRED
'Permissions' => [
[
'Actions' => ['<string>', ...], // REQUIRED
'Principal' => '<string>', // REQUIRED
],
// ...
],
'Tags' => [
[
'Key' => '<string>', // REQUIRED
'Value' => '<string>', // REQUIRED
],
// ...
],
'Type' => 'GENERIC_HTTP|SERVICENOW_NOW_PLATFORM|SALESFORCE_CRM|MICROSOFT_OUTLOOK|PAGERDUTY_ADVANCE|JIRA_CLOUD|ATLASSIAN_CONFLUENCE|AMAZON_S3|AMAZON_BEDROCK_AGENT_RUNTIME|AMAZON_BEDROCK_RUNTIME|AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME|AMAZON_TEXTRACT|AMAZON_COMPREHEND|AMAZON_COMPREHEND_MEDICAL|MICROSOFT_ONEDRIVE|MICROSOFT_SHAREPOINT|MICROSOFT_TEAMS|SAP_BUSINESSPARTNER|SAP_PRODUCTMASTERDATA|SAP_PHYSICALINVENTORY|SAP_BILLOFMATERIALS|SAP_MATERIALSTOCK|ZENDESK_SUITE|SMARTSHEET|SLACK|ASANA|BAMBOO_HR', // REQUIRED
'VpcConnectionArn' => '<string>',
]);
Parameter Details
Members
- ActionConnectorId
-
- Required: Yes
- Type: string
A unique identifier for the action connector. This ID must be unique within the Amazon Web Services account. The
ActionConnectorIdmust not start with the prefixquicksuite- - AuthenticationConfig
-
- Required: Yes
- Type: AuthConfig structure
The authentication configuration for connecting to the external service. This includes the authentication type, base URL, and authentication metadata such as client credentials or API keys.
- AwsAccountId
-
- Required: Yes
- Type: string
The Amazon Web Services account ID associated with the action connector.
- Description
-
- Type: string
An optional description of the action connector.
- Name
-
- Required: Yes
- Type: string
A descriptive name for the action connector.
- Permissions
-
- Type: Array of ResourcePermission structures
The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.
- Tags
-
- Type: Array of Tag structures
A list of tags to apply to the action connector for resource management and organization.
- Type
-
- Required: Yes
- Type: string
The type of action connector.
- VpcConnectionArn
-
- Type: string
The ARN of the VPC connection to use for secure connectivity to the external service.
Result Syntax
[
'ActionConnectorId' => '<string>',
'Arn' => '<string>',
'CreationStatus' => 'CREATION_IN_PROGRESS|CREATION_SUCCESSFUL|CREATION_FAILED|UPDATE_IN_PROGRESS|UPDATE_SUCCESSFUL|UPDATE_FAILED|DELETED',
'RequestId' => '<string>',
'Status' => <integer>,
]
Result Details
Members
- ActionConnectorId
-
- Type: string
The unique identifier of the created action connector.
- Arn
-
- Type: string
The Amazon Resource Name (ARN) of the created action connector.
- CreationStatus
-
- Type: string
The creation status of the action connector.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status code of the request.
Errors
- ThrottlingException:
Access is throttled.
- ResourceExistsException:
The resource specified already exists.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- InternalFailureException:
An internal failure occurred.
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
CreateAnalysis
$result = $client->createAnalysis([/* ... */]); $promise = $client->createAnalysisAsync([/* ... */]);
Creates an analysis in Amazon Quick Sight. Analyses can be created either from a template or from an AnalysisDefinition.
Parameter Syntax
$result = $client->createAnalysis([
'AnalysisId' => '<string>', // REQUIRED
'AwsAccountId' => '<string>', // REQUIRED
'Definition' => [
'AnalysisDefaults' => [
'DefaultNewSheetConfiguration' => [ // REQUIRED
'InteractiveLayoutConfiguration' => [
'FreeForm' => [
'CanvasSizeOptions' => [ // REQUIRED
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>', // REQUIRED
],
],
],
'Grid' => [
'CanvasSizeOptions' => [ // REQUIRED
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>',
'ResizeOption' => 'FIXED|RESPONSIVE', // REQUIRED
],
],
],
],
'PaginatedLayoutConfiguration' => [
'SectionBased' => [
'CanvasSizeOptions' => [ // REQUIRED
'PaperCanvasSizeOptions' => [
'PaperMargin' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
'PaperOrientation' => 'PORTRAIT|LANDSCAPE',
'PaperSize' => 'US_LETTER|US_LEGAL|US_TABLOID_LEDGER|A0|A1|A2|A3|A4|A5|JIS_B4|JIS_B5',
],
],
],
],
'SheetContentType' => 'PAGINATED|INTERACTIVE',
],
],
'CalculatedFields' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'Expression' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
],
// ...
],
'ColumnConfigurations' => [
[
'ColorsConfiguration' => [
'CustomColors' => [
[
'Color' => '<string>', // REQUIRED
'FieldValue' => '<string>',
'SpecialValue' => 'EMPTY|NULL|OTHER',
],
// ...
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FormatConfiguration' => [
'DateTimeFormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'NumberFormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'StringFormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'Role' => 'DIMENSION|MEASURE',
],
// ...
],
'DataSetIdentifierDeclarations' => [ // REQUIRED
[
'DataSetArn' => '<string>', // REQUIRED
'Identifier' => '<string>', // REQUIRED
],
// ...
],
'FilterGroups' => [
[
'CrossDataset' => 'ALL_DATASETS|SINGLE_DATASET', // REQUIRED
'FilterGroupId' => '<string>', // REQUIRED
'Filters' => [ // REQUIRED
[
'CategoryFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Configuration' => [ // REQUIRED
'CustomFilterConfiguration' => [
'CategoryValue' => '<string>',
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'CustomFilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'FilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
],
'NestedFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'IncludeInnerSet' => true || false, // REQUIRED
'InnerFilter' => [ // REQUIRED
'CategoryInnerFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Configuration' => [ // REQUIRED
'CustomFilterConfiguration' => [
'CategoryValue' => '<string>',
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'CustomFilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'FilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
],
],
],
'NumericEqualityFilter' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
'Value' => <float>,
],
'NumericRangeFilter' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'IncludeMaximum' => true || false,
'IncludeMinimum' => true || false,
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'RangeMaximum' => [
'Parameter' => '<string>',
'StaticValue' => <float>,
],
'RangeMinimum' => [
'Parameter' => '<string>',
'StaticValue' => <float>,
],
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'RelativeDatesFilter' => [
'AnchorDateConfiguration' => [ // REQUIRED
'AnchorOption' => 'NOW',
'ParameterName' => '<string>',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'ExcludePeriodConfiguration' => [
'Amount' => <integer>, // REQUIRED
'Granularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
'Status' => 'ENABLED|DISABLED',
],
'FilterId' => '<string>', // REQUIRED
'MinimumGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'RelativeDateType' => 'PREVIOUS|THIS|LAST|NOW|NEXT', // REQUIRED
'RelativeDateValue' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
'TimeEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'ParameterName' => '<string>',
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'Value' => <integer || string || DateTime>,
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'ExcludePeriodConfiguration' => [
'Amount' => <integer>, // REQUIRED
'Granularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
'Status' => 'ENABLED|DISABLED',
],
'FilterId' => '<string>', // REQUIRED
'IncludeMaximum' => true || false,
'IncludeMinimum' => true || false,
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'RangeMaximumValue' => [
'Parameter' => '<string>',
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'StaticValue' => <integer || string || DateTime>,
],
'RangeMinimumValue' => [
'Parameter' => '<string>',
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'StaticValue' => <integer || string || DateTime>,
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'TopBottomFilter' => [
'AggregationSortConfigurations' => [ // REQUIRED
[
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SortDirection' => 'ASC|DESC', // REQUIRED
],
// ...
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'Limit' => <integer>,
'ParameterName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
],
// ...
],
'ScopeConfiguration' => [ // REQUIRED
'AllSheets' => [
],
'SelectedSheets' => [
'SheetVisualScopingConfigurations' => [
[
'Scope' => 'ALL_VISUALS|SELECTED_VISUALS', // REQUIRED
'SheetId' => '<string>', // REQUIRED
'VisualIds' => ['<string>', ...],
],
// ...
],
],
],
'Status' => 'ENABLED|DISABLED',
],
// ...
],
'Options' => [
'CustomActionDefaults' => [
'highlightOperation' => [
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_HOVER|NONE', // REQUIRED
],
],
'ExcludedDataSetArns' => ['<string>', ...],
'QBusinessInsightsStatus' => 'ENABLED|DISABLED',
'Timezone' => '<string>',
'WeekStart' => 'SUNDAY|MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY',
],
'ParameterDeclarations' => [
[
'DateTimeParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'StaticValues' => [<integer || string || DateTime>, ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'ValueWhenUnset' => [
'CustomValue' => <integer || string || DateTime>,
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
'DecimalParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'StaticValues' => [<float>, ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'ParameterValueType' => 'MULTI_VALUED|SINGLE_VALUED', // REQUIRED
'ValueWhenUnset' => [
'CustomValue' => <float>,
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
'IntegerParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'StaticValues' => [<integer>, ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'ParameterValueType' => 'MULTI_VALUED|SINGLE_VALUED', // REQUIRED
'ValueWhenUnset' => [
'CustomValue' => <integer>,
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
'StringParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'StaticValues' => ['<string>', ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'ParameterValueType' => 'MULTI_VALUED|SINGLE_VALUED', // REQUIRED
'ValueWhenUnset' => [
'CustomValue' => '<string>',
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
],
// ...
],
'QueryExecutionOptions' => [
'QueryExecutionMode' => 'AUTO|MANUAL',
],
'Sheets' => [
[
'ContentType' => 'PAGINATED|INTERACTIVE',
'CustomActionDefaults' => [
'highlightOperation' => [
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_HOVER|NONE', // REQUIRED
],
],
'Description' => '<string>',
'FilterControls' => [
[
'CrossSheet' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
],
'DateTimePicker' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'Dropdown' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'List' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'RelativeDateTime' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'Slider' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'StepSize' => <float>, // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'TextArea' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'TextField' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
],
// ...
],
'Images' => [
[
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'CLICK|MENU', // REQUIRED
],
// ...
],
'ImageContentAltText' => '<string>',
'Interactions' => [
'ImageMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Scaling' => [
'ScalingType' => 'SCALE_TO_WIDTH|SCALE_TO_HEIGHT|SCALE_TO_CONTAINER|SCALE_NONE',
],
'SheetImageId' => '<string>', // REQUIRED
'Source' => [ // REQUIRED
'SheetImageStaticFileSource' => [
'StaticFileId' => '<string>', // REQUIRED
],
],
'Tooltip' => [
'TooltipText' => [
'PlainText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'Layouts' => [
[
'Configuration' => [ // REQUIRED
'FreeFormLayout' => [
'CanvasSizeOptions' => [
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>', // REQUIRED
],
],
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
'GridLayout' => [
'CanvasSizeOptions' => [
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>',
'ResizeOption' => 'FIXED|RESPONSIVE', // REQUIRED
],
],
'Elements' => [ // REQUIRED
[
'ColumnIndex' => <integer>,
'ColumnSpan' => <integer>, // REQUIRED
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'RowIndex' => <integer>,
'RowSpan' => <integer>, // REQUIRED
],
// ...
],
],
'SectionBasedLayout' => [
'BodySections' => [ // REQUIRED
[
'Content' => [ // REQUIRED
'Layout' => [
'FreeFormLayout' => [ // REQUIRED
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
],
],
'PageBreakConfiguration' => [
'After' => [
'Status' => 'ENABLED|DISABLED',
],
],
'RepeatConfiguration' => [
'DimensionConfigurations' => [
[
'DynamicCategoryDimensionConfiguration' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Limit' => <integer>,
'SortByMetrics' => [
[
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
// ...
],
],
'DynamicNumericDimensionConfiguration' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Limit' => <integer>,
'SortByMetrics' => [
[
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
// ...
],
],
],
// ...
],
'NonRepeatingVisuals' => ['<string>', ...],
'PageBreakConfiguration' => [
'After' => [
'Status' => 'ENABLED|DISABLED',
],
],
],
'SectionId' => '<string>', // REQUIRED
'Style' => [
'Height' => '<string>',
'Padding' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
],
],
// ...
],
'CanvasSizeOptions' => [ // REQUIRED
'PaperCanvasSizeOptions' => [
'PaperMargin' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
'PaperOrientation' => 'PORTRAIT|LANDSCAPE',
'PaperSize' => 'US_LETTER|US_LEGAL|US_TABLOID_LEDGER|A0|A1|A2|A3|A4|A5|JIS_B4|JIS_B5',
],
],
'FooterSections' => [ // REQUIRED
[
'Layout' => [ // REQUIRED
'FreeFormLayout' => [ // REQUIRED
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
],
'SectionId' => '<string>', // REQUIRED
'Style' => [
'Height' => '<string>',
'Padding' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
],
],
// ...
],
'HeaderSections' => [ // REQUIRED
[
'Layout' => [ // REQUIRED
'FreeFormLayout' => [ // REQUIRED
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
],
'SectionId' => '<string>', // REQUIRED
'Style' => [
'Height' => '<string>',
'Padding' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
],
],
// ...
],
],
],
],
// ...
],
'Name' => '<string>',
'ParameterControls' => [
[
'DateTimePicker' => [
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'Dropdown' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'LinkToDataSetColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Values' => ['<string>', ...],
],
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'List' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'LinkToDataSetColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Values' => ['<string>', ...],
],
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'Slider' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'StepSize' => <float>, // REQUIRED
'Title' => '<string>', // REQUIRED
],
'TextArea' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'TextField' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
],
// ...
],
'SheetControlLayouts' => [
[
'Configuration' => [ // REQUIRED
'GridLayout' => [
'CanvasSizeOptions' => [
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>',
'ResizeOption' => 'FIXED|RESPONSIVE', // REQUIRED
],
],
'Elements' => [ // REQUIRED
[
'ColumnIndex' => <integer>,
'ColumnSpan' => <integer>, // REQUIRED
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'RowIndex' => <integer>,
'RowSpan' => <integer>, // REQUIRED
],
// ...
],
],
],
],
// ...
],
'SheetId' => '<string>', // REQUIRED
'TextBoxes' => [
[
'Content' => '<string>',
'Interactions' => [
'TextBoxMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'SheetTextBoxId' => '<string>', // REQUIRED
],
// ...
],
'Title' => '<string>',
'Visuals' => [
[
'BarChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BarsArrangement' => 'CLUSTERED|STACKED|STACKED_PERCENT',
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ContributionAnalysisDefaults' => [
[
'ContributorDimensions' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'MeasureFieldId' => '<string>', // REQUIRED
],
// ...
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'BarChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'SmallMultiples' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'Orientation' => 'HORIZONTAL|VERTICAL',
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SmallMultiplesOptions' => [
'MaxVisibleColumns' => <integer>,
'MaxVisibleRows' => <integer>,
'PanelConfiguration' => [
'BackgroundColor' => '<string>',
'BackgroundVisibility' => 'HIDDEN|VISIBLE',
'BorderColor' => '<string>',
'BorderStyle' => 'SOLID|DASHED|DOTTED',
'BorderThickness' => '<string>',
'BorderVisibility' => 'HIDDEN|VISIBLE',
'GutterSpacing' => '<string>',
'GutterVisibility' => 'HIDDEN|VISIBLE',
'Title' => [
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'XAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
'YAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'ColorItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'ColorSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'SmallMultiplesLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'SmallMultiplesSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'ValueAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'ValueLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'BoxPlotVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BoxPlotOptions' => [
'AllDataPointsVisibility' => 'HIDDEN|VISIBLE',
'OutlierVisibility' => 'HIDDEN|VISIBLE',
'StyleOptions' => [
'FillStyle' => 'SOLID|TRANSPARENT',
],
],
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'BoxPlotAggregatedFieldWells' => [
'GroupBy' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'PrimaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'PrimaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SortConfiguration' => [
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'PaginationConfiguration' => [
'PageNumber' => <integer>, // REQUIRED
'PageSize' => <integer>, // REQUIRED
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'ComboChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BarDataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BarsArrangement' => 'CLUSTERED|STACKED|STACKED_PERCENT',
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'ComboChartAggregatedFieldWells' => [
'BarValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'LineValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'LineDataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PrimaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'PrimaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SecondaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'SecondaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SingleAxisOptions' => [
'YAxisOptions' => [
'YAxis' => 'PRIMARY_Y_AXIS', // REQUIRED
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'ColorItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'ColorSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'CustomContentVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ContentType' => 'IMAGE|OTHER_EMBEDDED_CONTENT',
'ContentUrl' => '<string>',
'ImageScaling' => 'FIT_TO_HEIGHT|FIT_TO_WIDTH|DO_NOT_SCALE|SCALE_TO_VISUAL',
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
],
'DataSetIdentifier' => '<string>', // REQUIRED
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'EmptyVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'DataSetIdentifier' => '<string>', // REQUIRED
'VisualId' => '<string>', // REQUIRED
],
'FilledMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldWells' => [
'FilledMapAggregatedFieldWells' => [
'Geospatial' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'MapStyleOptions' => [
'BaseMapStyle' => 'LIGHT_GRAY|DARK_GRAY|STREET|IMAGERY',
],
'SortConfiguration' => [
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'WindowOptions' => [
'Bounds' => [
'East' => <float>, // REQUIRED
'North' => <float>, // REQUIRED
'South' => <float>, // REQUIRED
'West' => <float>, // REQUIRED
],
'MapZoomMode' => 'AUTO|MANUAL',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [ // REQUIRED
[
'Shape' => [ // REQUIRED
'FieldId' => '<string>', // REQUIRED
'Format' => [
'BackgroundColor' => [ // REQUIRED
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'FunnelChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'DataLabelOptions' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'LabelColor' => '<string>',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureDataLabelStyle' => 'VALUE_ONLY|PERCENTAGE_BY_FIRST_STAGE|PERCENTAGE_BY_PREVIOUS_STAGE|VALUE_AND_PERCENTAGE_BY_FIRST_STAGE|VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE',
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'FunnelChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'ValueLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'GaugeChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ColorConfiguration' => [
'BackgroundColor' => '<string>',
'ForegroundColor' => '<string>',
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'TargetValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
'GaugeChartOptions' => [
'Arc' => [
'ArcAngle' => <float>,
'ArcThickness' => 'SMALL|MEDIUM|LARGE',
],
'ArcAxis' => [
'Range' => [
'Max' => <float>,
'Min' => <float>,
],
'ReserveRange' => <integer>,
],
'Comparison' => [
'ComparisonFormat' => [
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'ComparisonMethod' => 'DIFFERENCE|PERCENT_DIFFERENCE|PERCENT',
],
'PrimaryValueDisplayType' => 'HIDDEN|COMPARISON|ACTUAL',
'PrimaryValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'TooltipOptions' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [
[
'Arc' => [
'ForegroundColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
'PrimaryValue' => [
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'GeospatialMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldWells' => [
'GeospatialMapAggregatedFieldWells' => [
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Geospatial' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'MapStyleOptions' => [
'BaseMapStyle' => 'LIGHT_GRAY|DARK_GRAY|STREET|IMAGERY',
],
'PointStyleOptions' => [
'ClusterMarkerConfiguration' => [
'ClusterMarker' => [
'SimpleClusterMarker' => [
'Color' => '<string>',
],
],
],
'HeatmapConfiguration' => [
'HeatmapColor' => [
'Colors' => [
[
'Color' => '<string>', // REQUIRED
],
// ...
],
],
],
'SelectedPointStyle' => 'POINT|CLUSTER|HEATMAP',
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'WindowOptions' => [
'Bounds' => [
'East' => <float>, // REQUIRED
'North' => <float>, // REQUIRED
'South' => <float>, // REQUIRED
'West' => <float>, // REQUIRED
],
'MapZoomMode' => 'AUTO|MANUAL',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'HeatMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ColorScale' => [
'ColorFillType' => 'DISCRETE|GRADIENT', // REQUIRED
'Colors' => [ // REQUIRED
[
'Color' => '<string>',
'DataValue' => <float>,
],
// ...
],
'NullValueColor' => [
'Color' => '<string>',
'DataValue' => <float>,
],
],
'ColumnAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'ColumnLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'HeatMapAggregatedFieldWells' => [
'Columns' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Rows' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'RowAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'RowLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SortConfiguration' => [
'HeatMapColumnItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'HeatMapColumnSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'HeatMapRowItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'HeatMapRowSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'HistogramVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BinOptions' => [
'BinCount' => [
'Value' => <integer>,
],
'BinWidth' => [
'BinCountLimit' => <integer>,
'Value' => <float>,
],
'SelectedBinType' => 'BIN_COUNT|BIN_WIDTH',
'StartValue' => <float>,
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'HistogramAggregatedFieldWells' => [
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'XAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'XAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'YAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'InsightVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'DataSetIdentifier' => '<string>', // REQUIRED
'InsightConfiguration' => [
'Computations' => [
[
'Forecast' => [
'ComputationId' => '<string>', // REQUIRED
'CustomSeasonalityValue' => <integer>,
'LowerBoundary' => <float>,
'Name' => '<string>',
'PeriodsBackward' => <integer>,
'PeriodsForward' => <integer>,
'PredictionInterval' => <integer>,
'Seasonality' => 'AUTOMATIC|CUSTOM',
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'UpperBoundary' => <float>,
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'GrowthRate' => [
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'PeriodSize' => <integer>,
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'MaximumMinimum' => [
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'Type' => 'MAXIMUM|MINIMUM', // REQUIRED
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'MetricComparison' => [
'ComputationId' => '<string>', // REQUIRED
'FromValue' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
'Name' => '<string>',
'TargetValue' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
],
'PeriodOverPeriod' => [
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'PeriodToDate' => [
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'PeriodTimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'TopBottomMovers' => [
'Category' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'ComputationId' => '<string>', // REQUIRED
'MoverSize' => <integer>,
'Name' => '<string>',
'SortOrder' => 'PERCENT_DIFFERENCE|ABSOLUTE_DIFFERENCE',
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'Type' => 'TOP|BOTTOM', // REQUIRED
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'TopBottomRanked' => [
'Category' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'ResultSize' => <integer>,
'Type' => 'TOP|BOTTOM', // REQUIRED
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'TotalAggregation' => [
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'UniqueValues' => [
'Category' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
],
],
// ...
],
'CustomNarrative' => [
'Narrative' => '<string>', // REQUIRED
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'KPIVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldWells' => [
'TargetValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'TrendGroups' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'KPIOptions' => [
'Comparison' => [
'ComparisonFormat' => [
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'ComparisonMethod' => 'DIFFERENCE|PERCENT_DIFFERENCE|PERCENT',
],
'PrimaryValueDisplayType' => 'HIDDEN|COMPARISON|ACTUAL',
'PrimaryValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'ProgressBar' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SecondaryValue' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SecondaryValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Sparkline' => [
'Color' => '<string>',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
'Type' => 'LINE|AREA', // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'TrendArrows' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualLayoutOptions' => [
'StandardLayout' => [
'Type' => 'CLASSIC|VERTICAL', // REQUIRED
],
],
],
'SortConfiguration' => [
'TrendGroupSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [
[
'ActualValue' => [
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
'ComparisonValue' => [
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
'PrimaryValue' => [
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
'ProgressBar' => [
'ForegroundColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'LayerMapVisual' => [
'ChartConfiguration' => [
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'MapLayers' => [
[
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'DataSource' => [
'StaticFileDataSource' => [
'StaticFileId' => '<string>', // REQUIRED
],
],
'JoinDefinition' => [
'ColorField' => [
'ColorDimensionsFields' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'ColorValuesFields' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
'DatasetKeyField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'NumberFormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'StringFormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
'ShapeKeyField' => '<string>',
],
'Label' => '<string>',
'LayerDefinition' => [
'LineLayer' => [
'Style' => [ // REQUIRED
'LineSymbolStyle' => [
'FillColor' => [
'Categorical' => [
'CategoryDataColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => '<string>', // REQUIRED
],
// ...
],
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
],
'Gradient' => [
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
'StepColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => <float>, // REQUIRED
],
// ...
],
],
'Solid' => [
'Color' => '<string>', // REQUIRED
'State' => 'ENABLED|DISABLED',
],
],
'LineWidth' => [
'LineWidth' => <float>,
],
],
],
],
'PointLayer' => [
'Style' => [ // REQUIRED
'CircleSymbolStyle' => [
'CircleRadius' => [
'Radius' => <float>,
],
'FillColor' => [
'Categorical' => [
'CategoryDataColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => '<string>', // REQUIRED
],
// ...
],
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
],
'Gradient' => [
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
'StepColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => <float>, // REQUIRED
],
// ...
],
],
'Solid' => [
'Color' => '<string>', // REQUIRED
'State' => 'ENABLED|DISABLED',
],
],
'StrokeColor' => [
'Categorical' => [
'CategoryDataColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => '<string>', // REQUIRED
],
// ...
],
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
],
'Gradient' => [
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
'StepColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => <float>, // REQUIRED
],
// ...
],
],
'Solid' => [
'Color' => '<string>', // REQUIRED
'State' => 'ENABLED|DISABLED',
],
],
'StrokeWidth' => [
'LineWidth' => <float>,
],
],
],
],
'PolygonLayer' => [
'Style' => [ // REQUIRED
'PolygonSymbolStyle' => [
'FillColor' => [
'Categorical' => [
'CategoryDataColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => '<string>', // REQUIRED
],
// ...
],
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
],
'Gradient' => [
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
'StepColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => <float>, // REQUIRED
],
// ...
],
],
'Solid' => [
'Color' => '<string>', // REQUIRED
'State' => 'ENABLED|DISABLED',
],
],
'StrokeColor' => [
'Categorical' => [
'CategoryDataColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => '<string>', // REQUIRED
],
// ...
],
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
],
'Gradient' => [
'DefaultOpacity' => <float>,
'NullDataSettings' => [
'SymbolStyle' => [ // REQUIRED
'FillColor' => '<string>',
'StrokeColor' => '<string>',
'StrokeWidth' => <float>,
],
],
'NullDataVisibility' => 'HIDDEN|VISIBLE',
'StepColors' => [ // REQUIRED
[
'Color' => '<string>', // REQUIRED
'DataValue' => <float>, // REQUIRED
],
// ...
],
],
'Solid' => [
'Color' => '<string>', // REQUIRED
'State' => 'ENABLED|DISABLED',
],
],
'StrokeWidth' => [
'LineWidth' => <float>,
],
],
],
],
],
'LayerId' => '<string>', // REQUIRED
'LayerType' => 'POINT|LINE|POLYGON',
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
// ...
],
'MapState' => [
'Bounds' => [
'East' => <float>, // REQUIRED
'North' => <float>, // REQUIRED
'South' => <float>, // REQUIRED
'West' => <float>, // REQUIRED
],
'MapNavigation' => 'ENABLED|DISABLED',
],
'MapStyle' => [
'BackgroundColor' => '<string>',
'BaseMapStyle' => 'LIGHT_GRAY|DARK_GRAY|STREET|IMAGERY',
'BaseMapVisibility' => 'HIDDEN|VISIBLE',
],
],
'DataSetIdentifier' => '<string>', // REQUIRED
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'LineChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ContributionAnalysisDefaults' => [
[
'ContributorDimensions' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'MeasureFieldId' => '<string>', // REQUIRED
],
// ...
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'DefaultSeriesSettings' => [
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'LineStyleSettings' => [
'LineInterpolation' => 'LINEAR|SMOOTH|STEPPED',
'LineStyle' => 'SOLID|DOTTED|DASHED',
'LineVisibility' => 'HIDDEN|VISIBLE',
'LineWidth' => '<string>',
],
'MarkerStyleSettings' => [
'MarkerColor' => '<string>',
'MarkerShape' => 'CIRCLE|TRIANGLE|SQUARE|DIAMOND|ROUNDED_SQUARE',
'MarkerSize' => '<string>',
'MarkerVisibility' => 'HIDDEN|VISIBLE',
],
],
'FieldWells' => [
'LineChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'SmallMultiples' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'ForecastConfigurations' => [
[
'ForecastProperties' => [
'LowerBoundary' => <float>,
'PeriodsBackward' => <integer>,
'PeriodsForward' => <integer>,
'PredictionInterval' => <integer>,
'Seasonality' => <integer>,
'UpperBoundary' => <float>,
],
'Scenario' => [
'WhatIfPointScenario' => [
'Date' => <integer || string || DateTime>, // REQUIRED
'Value' => <float>, // REQUIRED
],
'WhatIfRangeScenario' => [
'EndDate' => <integer || string || DateTime>, // REQUIRED
'StartDate' => <integer || string || DateTime>, // REQUIRED
'Value' => <float>, // REQUIRED
],
],
],
// ...
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'PrimaryYAxisDisplayOptions' => [
'AxisOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'MissingDataConfigurations' => [
[
'TreatmentOption' => 'INTERPOLATE|SHOW_AS_ZERO|SHOW_AS_BLANK',
],
// ...
],
],
'PrimaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SecondaryYAxisDisplayOptions' => [
'AxisOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'MissingDataConfigurations' => [
[
'TreatmentOption' => 'INTERPOLATE|SHOW_AS_ZERO|SHOW_AS_BLANK',
],
// ...
],
],
'SecondaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Series' => [
[
'DataFieldSeriesItem' => [
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS', // REQUIRED
'FieldId' => '<string>', // REQUIRED
'FieldValue' => '<string>',
'Settings' => [
'LineStyleSettings' => [
'LineInterpolation' => 'LINEAR|SMOOTH|STEPPED',
'LineStyle' => 'SOLID|DOTTED|DASHED',
'LineVisibility' => 'HIDDEN|VISIBLE',
'LineWidth' => '<string>',
],
'MarkerStyleSettings' => [
'MarkerColor' => '<string>',
'MarkerShape' => 'CIRCLE|TRIANGLE|SQUARE|DIAMOND|ROUNDED_SQUARE',
'MarkerSize' => '<string>',
'MarkerVisibility' => 'HIDDEN|VISIBLE',
],
],
],
'FieldSeriesItem' => [
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS', // REQUIRED
'FieldId' => '<string>', // REQUIRED
'Settings' => [
'LineStyleSettings' => [
'LineInterpolation' => 'LINEAR|SMOOTH|STEPPED',
'LineStyle' => 'SOLID|DOTTED|DASHED',
'LineVisibility' => 'HIDDEN|VISIBLE',
'LineWidth' => '<string>',
],
'MarkerStyleSettings' => [
'MarkerColor' => '<string>',
'MarkerShape' => 'CIRCLE|TRIANGLE|SQUARE|DIAMOND|ROUNDED_SQUARE',
'MarkerSize' => '<string>',
'MarkerVisibility' => 'HIDDEN|VISIBLE',
],
],
],
],
// ...
],
'SingleAxisOptions' => [
'YAxisOptions' => [
'YAxis' => 'PRIMARY_Y_AXIS', // REQUIRED
],
],
'SmallMultiplesOptions' => [
'MaxVisibleColumns' => <integer>,
'MaxVisibleRows' => <integer>,
'PanelConfiguration' => [
'BackgroundColor' => '<string>',
'BackgroundVisibility' => 'HIDDEN|VISIBLE',
'BorderColor' => '<string>',
'BorderStyle' => 'SOLID|DASHED|DOTTED',
'BorderThickness' => '<string>',
'BorderVisibility' => 'HIDDEN|VISIBLE',
'GutterSpacing' => '<string>',
'GutterVisibility' => 'HIDDEN|VISIBLE',
'Title' => [
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'XAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
'YAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
],
'SortConfiguration' => [
'CategoryItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'ColorItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'SmallMultiplesLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'SmallMultiplesSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'Type' => 'LINE|AREA|STACKED_AREA',
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'XAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'XAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'PieChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ContributionAnalysisDefaults' => [
[
'ContributorDimensions' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'MeasureFieldId' => '<string>', // REQUIRED
],
// ...
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'DonutOptions' => [
'ArcOptions' => [
'ArcThickness' => 'SMALL|MEDIUM|LARGE|WHOLE',
],
'DonutCenterOptions' => [
'LabelVisibility' => 'HIDDEN|VISIBLE',
],
],
'FieldWells' => [
'PieChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'SmallMultiples' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'SmallMultiplesOptions' => [
'MaxVisibleColumns' => <integer>,
'MaxVisibleRows' => <integer>,
'PanelConfiguration' => [
'BackgroundColor' => '<string>',
'BackgroundVisibility' => 'HIDDEN|VISIBLE',
'BorderColor' => '<string>',
'BorderStyle' => 'SOLID|DASHED|DOTTED',
'BorderThickness' => '<string>',
'BorderVisibility' => 'HIDDEN|VISIBLE',
'GutterSpacing' => '<string>',
'GutterVisibility' => 'HIDDEN|VISIBLE',
'Title' => [
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'XAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
'YAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'SmallMultiplesLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'SmallMultiplesSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'ValueLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'PivotTableVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldOptions' => [
'CollapseStateOptions' => [
[
'State' => 'COLLAPSED|EXPANDED',
'Target' => [ // REQUIRED
'FieldDataPathValues' => [
[
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
// ...
],
'FieldId' => '<string>',
],
],
// ...
],
'DataPathOptions' => [
[
'DataPathList' => [ // REQUIRED
[
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
// ...
],
'Width' => '<string>',
],
// ...
],
'SelectedFieldOptions' => [
[
'CustomLabel' => '<string>',
'FieldId' => '<string>', // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
// ...
],
],
'FieldWells' => [
'PivotTableAggregatedFieldWells' => [
'Columns' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Rows' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'PaginatedReportOptions' => [
'OverflowColumnHeaderVisibility' => 'HIDDEN|VISIBLE',
'VerticalOverflowVisibility' => 'HIDDEN|VISIBLE',
],
'SortConfiguration' => [
'FieldSortOptions' => [
[
'FieldId' => '<string>', // REQUIRED
'SortBy' => [ // REQUIRED
'Column' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'DataPath' => [
'Direction' => 'ASC|DESC', // REQUIRED
'SortPaths' => [ // REQUIRED
[
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
// ...
],
],
'Field' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
],
// ...
],
],
'TableOptions' => [
'CellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'CollapsedRowDimensionsVisibility' => 'HIDDEN|VISIBLE',
'ColumnHeaderStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColumnNamesVisibility' => 'HIDDEN|VISIBLE',
'DefaultCellWidth' => '<string>',
'MetricPlacement' => 'ROW|COLUMN',
'RowAlternateColorOptions' => [
'RowAlternateColors' => ['<string>', ...],
'Status' => 'ENABLED|DISABLED',
'UsePrimaryBackgroundColor' => 'ENABLED|DISABLED',
],
'RowFieldNamesStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'RowHeaderStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'RowsLabelOptions' => [
'CustomLabel' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'RowsLayout' => 'TABULAR|HIERARCHY',
'SingleMetricVisibility' => 'HIDDEN|VISIBLE',
'ToggleButtonsVisibility' => 'HIDDEN|VISIBLE',
],
'TotalOptions' => [
'ColumnSubtotalOptions' => [
'CustomLabel' => '<string>',
'FieldLevel' => 'ALL|CUSTOM|LAST',
'FieldLevelOptions' => [
[
'FieldId' => '<string>',
],
// ...
],
'MetricHeaderCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'StyleTargets' => [
[
'CellType' => 'TOTAL|METRIC_HEADER|VALUE', // REQUIRED
],
// ...
],
'TotalCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'ValueCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ColumnTotalOptions' => [
'CustomLabel' => '<string>',
'MetricHeaderCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Placement' => 'START|END|AUTO',
'ScrollStatus' => 'PINNED|SCROLLED',
'TotalAggregationOptions' => [
[
'FieldId' => '<string>', // REQUIRED
'TotalAggregationFunction' => [ // REQUIRED
'SimpleTotalAggregationFunction' => 'DEFAULT|SUM|AVERAGE|MIN|MAX|NONE',
],
],
// ...
],
'TotalCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'ValueCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'RowSubtotalOptions' => [
'CustomLabel' => '<string>',
'FieldLevel' => 'ALL|CUSTOM|LAST',
'FieldLevelOptions' => [
[
'FieldId' => '<string>',
],
// ...
],
'MetricHeaderCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'StyleTargets' => [
[
'CellType' => 'TOTAL|METRIC_HEADER|VALUE', // REQUIRED
],
// ...
],
'TotalCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'ValueCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'RowTotalOptions' => [
'CustomLabel' => '<string>',
'MetricHeaderCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Placement' => 'START|END|AUTO',
'ScrollStatus' => 'PINNED|SCROLLED',
'TotalAggregationOptions' => [
[
'FieldId' => '<string>', // REQUIRED
'TotalAggregationFunction' => [ // REQUIRED
'SimpleTotalAggregationFunction' => 'DEFAULT|SUM|AVERAGE|MIN|MAX|NONE',
],
],
// ...
],
'TotalCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'ValueCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [
[
'Cell' => [
'FieldId' => '<string>', // REQUIRED
'Scope' => [
'Role' => 'FIELD|FIELD_TOTAL|GRAND_TOTAL',
],
'Scopes' => [
[
'Role' => 'FIELD|FIELD_TOTAL|GRAND_TOTAL',
],
// ...
],
'TextFormat' => [
'BackgroundColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'PluginVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldWells' => [
[
'AxisName' => 'GROUP_BY|VALUE',
'Dimensions' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Measures' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'Unaggregated' => [
[
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'NumberFormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'StringFormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
// ...
],
'SortConfiguration' => [
'PluginVisualTableQuerySort' => [
'ItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
],
'RowSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
],
'VisualOptions' => [
'VisualProperties' => [
[
'Name' => '<string>',
'Value' => '<string>',
],
// ...
],
],
],
'PluginArn' => '<string>', // REQUIRED
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'RadarChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'AlternateBandColorsVisibility' => 'HIDDEN|VISIBLE',
'AlternateBandEvenColor' => '<string>',
'AlternateBandOddColor' => '<string>',
'AxesRangeScale' => 'AUTO|INDEPENDENT|SHARED',
'BaseSeriesSettings' => [
'AreaStyleSettings' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'ColorLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'RadarChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Color' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'Shape' => 'CIRCLE|POLYGON',
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'ColorItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'ColorSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'StartAngle' => <float>,
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'SankeyDiagramVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'SankeyDiagramAggregatedFieldWells' => [
'Destination' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Source' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Weight' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'SortConfiguration' => [
'DestinationItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'SourceItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'WeightSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'ScatterPlotVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'ScatterPlotCategoricallyAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Label' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Size' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'XAxis' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'YAxis' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
'ScatterPlotUnaggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Label' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Size' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'XAxis' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'YAxis' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'SortConfiguration' => [
'ScatterPlotLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'XAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'XAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'YAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'YAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'TableVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldOptions' => [
'Order' => ['<string>', ...],
'PinnedFieldOptions' => [
'PinnedLeftFields' => ['<string>', ...],
],
'SelectedFieldOptions' => [
[
'CustomLabel' => '<string>',
'FieldId' => '<string>', // REQUIRED
'URLStyling' => [
'ImageConfiguration' => [
'SizingOptions' => [
'TableCellImageScalingConfiguration' => 'FIT_TO_CELL_HEIGHT|FIT_TO_CELL_WIDTH|DO_NOT_SCALE',
],
],
'LinkConfiguration' => [
'Content' => [ // REQUIRED
'CustomIconContent' => [
'Icon' => 'LINK',
],
'CustomTextContent' => [
'FontConfiguration' => [ // REQUIRED
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Value' => '<string>',
],
],
'Target' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
// ...
],
'TransposedTableOptions' => [
[
'ColumnIndex' => <integer>,
'ColumnType' => 'ROW_HEADER_COLUMN|VALUE_COLUMN', // REQUIRED
'ColumnWidth' => '<string>',
],
// ...
],
],
'FieldWells' => [
'TableAggregatedFieldWells' => [
'GroupBy' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
'TableUnaggregatedFieldWells' => [
'Values' => [
[
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'NumberFormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'StringFormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'PaginatedReportOptions' => [
'OverflowColumnHeaderVisibility' => 'HIDDEN|VISIBLE',
'VerticalOverflowVisibility' => 'HIDDEN|VISIBLE',
],
'SortConfiguration' => [
'PaginationConfiguration' => [
'PageNumber' => <integer>, // REQUIRED
'PageSize' => <integer>, // REQUIRED
],
'RowSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'TableInlineVisualizations' => [
[
'DataBars' => [
'FieldId' => '<string>', // REQUIRED
'NegativeColor' => '<string>',
'PositiveColor' => '<string>',
],
],
// ...
],
'TableOptions' => [
'CellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'HeaderStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Orientation' => 'VERTICAL|HORIZONTAL',
'RowAlternateColorOptions' => [
'RowAlternateColors' => ['<string>', ...],
'Status' => 'ENABLED|DISABLED',
'UsePrimaryBackgroundColor' => 'ENABLED|DISABLED',
],
],
'TotalOptions' => [
'CustomLabel' => '<string>',
'Placement' => 'START|END|AUTO',
'ScrollStatus' => 'PINNED|SCROLLED',
'TotalAggregationOptions' => [
[
'FieldId' => '<string>', // REQUIRED
'TotalAggregationFunction' => [ // REQUIRED
'SimpleTotalAggregationFunction' => 'DEFAULT|SUM|AVERAGE|MIN|MAX|NONE',
],
],
// ...
],
'TotalCellStyle' => [
'BackgroundColor' => '<string>',
'Border' => [
'SideSpecificBorder' => [
'Bottom' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerHorizontal' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'InnerVertical' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Left' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Right' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
'Top' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'UniformBorder' => [
'Color' => '<string>',
'Style' => 'NONE|SOLID',
'Thickness' => <integer>,
],
],
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Height' => <integer>,
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'TextWrap' => 'NONE|WRAP',
'VerticalTextAlignment' => 'TOP|MIDDLE|BOTTOM|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TotalsVisibility' => 'HIDDEN|VISIBLE',
],
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [
[
'Cell' => [
'FieldId' => '<string>', // REQUIRED
'TextFormat' => [
'BackgroundColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
'Row' => [
'BackgroundColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'TreeMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ColorLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorScale' => [
'ColorFillType' => 'DISCRETE|GRADIENT', // REQUIRED
'Colors' => [ // REQUIRED
[
'Color' => '<string>',
'DataValue' => <float>,
],
// ...
],
'NullValueColor' => [
'Color' => '<string>',
'DataValue' => <float>,
],
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'TreeMapAggregatedFieldWells' => [
'Colors' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'Groups' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Sizes' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'GroupLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'SizeLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SortConfiguration' => [
'TreeMapGroupItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'TreeMapSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'WaterfallVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'CategoryAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorConfiguration' => [
'GroupColorConfiguration' => [
'NegativeBarColor' => '<string>',
'PositiveBarColor' => '<string>',
'TotalBarColor' => '<string>',
],
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'WaterfallChartAggregatedFieldWells' => [
'Breakdowns' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Categories' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'PrimaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'PrimaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SortConfiguration' => [
'BreakdownItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'WaterfallChartOptions' => [
'TotalBarLabel' => '<string>',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'WordCloudVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'WordCloudAggregatedFieldWells' => [
'GroupBy' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Size' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'WordCloudOptions' => [
'CloudLayout' => 'FLUID|NORMAL',
'MaximumStringLength' => <integer>,
'WordCasing' => 'LOWER_CASE|EXISTING_CASE',
'WordOrientation' => 'HORIZONTAL|HORIZONTAL_AND_VERTICAL',
'WordPadding' => 'NONE|SMALL|MEDIUM|LARGE',
'WordScaling' => 'EMPHASIZE|NORMAL',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
],
// ...
],
],
// ...
],
'StaticFiles' => [
[
'ImageStaticFile' => [
'Source' => [
'S3Options' => [
'BucketName' => '<string>', // REQUIRED
'ObjectKey' => '<string>', // REQUIRED
'Region' => '<string>', // REQUIRED
],
'UrlOptions' => [
'Url' => '<string>', // REQUIRED
],
],
'StaticFileId' => '<string>', // REQUIRED
],
'SpatialStaticFile' => [
'Source' => [
'S3Options' => [
'BucketName' => '<string>', // REQUIRED
'ObjectKey' => '<string>', // REQUIRED
'Region' => '<string>', // REQUIRED
],
'UrlOptions' => [
'Url' => '<string>', // REQUIRED
],
],
'StaticFileId' => '<string>', // REQUIRED
],
],
// ...
],
],
'FolderArns' => ['<string>', ...],
'Name' => '<string>', // REQUIRED
'Parameters' => [
'DateTimeParameters' => [
[
'Name' => '<string>', // REQUIRED
'Values' => [<integer || string || DateTime>, ...], // REQUIRED
],
// ...
],
'DecimalParameters' => [
[
'Name' => '<string>', // REQUIRED
'Values' => [<float>, ...], // REQUIRED
],
// ...
],
'IntegerParameters' => [
[
'Name' => '<string>', // REQUIRED
'Values' => [<integer>, ...], // REQUIRED
],
// ...
],
'StringParameters' => [
[
'Name' => '<string>', // REQUIRED
'Values' => ['<string>', ...], // REQUIRED
],
// ...
],
],
'Permissions' => [
[
'Actions' => ['<string>', ...], // REQUIRED
'Principal' => '<string>', // REQUIRED
],
// ...
],
'SourceEntity' => [
'SourceTemplate' => [
'Arn' => '<string>', // REQUIRED
'DataSetReferences' => [ // REQUIRED
[
'DataSetArn' => '<string>', // REQUIRED
'DataSetPlaceholder' => '<string>', // REQUIRED
],
// ...
],
],
],
'Tags' => [
[
'Key' => '<string>', // REQUIRED
'Value' => '<string>', // REQUIRED
],
// ...
],
'ThemeArn' => '<string>',
'ValidationStrategy' => [
'Mode' => 'STRICT|LENIENT', // REQUIRED
],
]);
Parameter Details
Members
- AnalysisId
-
- Required: Yes
- Type: string
The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
- AwsAccountId
-
- Required: Yes
- Type: string
The ID of the Amazon Web Services account where you are creating an analysis.
- Definition
-
- Type: AnalysisDefinition structure
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
Either a
SourceEntityor aDefinitionmust be provided in order for the request to be valid. - FolderArns
-
- Type: Array of strings
When you create the analysis, Amazon Quick Sight adds the analysis to these folders.
- Name
-
- Required: Yes
- Type: string
A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon Quick Sight console.
- Parameters
-
- Type: Parameters structure
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
- Permissions
-
- Type: Array of ResourcePermission structures
A structure that describes the principals and the resource-level permissions on an analysis. You can use the
Permissionsstructure to grant permissions by providing a list of Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).To specify no permissions, omit
Permissions. - SourceEntity
-
- Type: AnalysisSourceEntity structure
A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.
Either a
SourceEntityor aDefinitionmust be provided in order for the request to be valid. - Tags
-
- Type: Array of Tag structures
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- ThemeArn
-
- Type: string
The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
- ValidationStrategy
-
- Type: ValidationStrategy structure
The option to relax the validation needed to create an analysis with definition objects. This skips the validation step for specific errors.
Result Syntax
[
'AnalysisId' => '<string>',
'Arn' => '<string>',
'CreationStatus' => 'CREATION_IN_PROGRESS|CREATION_SUCCESSFUL|CREATION_FAILED|UPDATE_IN_PROGRESS|UPDATE_SUCCESSFUL|UPDATE_FAILED|DELETED',
'RequestId' => '<string>',
'Status' => <integer>,
]
Result Details
Members
- AnalysisId
-
- Type: string
The ID of the analysis.
- Arn
-
- Type: string
The ARN for the analysis.
- CreationStatus
-
- Type: string
The status of the creation of the analysis.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status of the request.
Errors
- ResourceNotFoundException:
One or more resources can't be found.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ThrottlingException:
Access is throttled.
- ResourceExistsException:
The resource specified already exists.
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
- UnsupportedUserEditionException:
This error indicates that you are calling an operation on an Amazon Quick Suite subscription where the edition doesn't include support for that operation. Amazon Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.
- LimitExceededException:
A limit is exceeded.
- InternalFailureException:
An internal failure occurred.
CreateBrand
$result = $client->createBrand([/* ... */]); $promise = $client->createBrandAsync([/* ... */]);
Creates an Quick Sight brand.
Parameter Syntax
$result = $client->createBrand([
'AwsAccountId' => '<string>', // REQUIRED
'BrandDefinition' => [
'ApplicationTheme' => [
'BrandColorPalette' => [
'Accent' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Danger' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Dimension' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Info' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Measure' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Primary' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Secondary' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Success' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Warning' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
],
'BrandElementStyle' => [
'NavbarStyle' => [
'ContextualNavbar' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'GlobalNavbar' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
],
],
'ContextualAccentPalette' => [
'Automation' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Connection' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Insight' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Visualization' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
],
],
'BrandName' => '<string>', // REQUIRED
'Description' => '<string>',
'LogoConfiguration' => [
'AltText' => '<string>', // REQUIRED
'LogoSet' => [ // REQUIRED
'Favicon' => [
'Original' => [ // REQUIRED
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
],
'Primary' => [ // REQUIRED
'Original' => [ // REQUIRED
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
],
],
],
],
'BrandId' => '<string>', // REQUIRED
'Tags' => [
[
'Key' => '<string>', // REQUIRED
'Value' => '<string>', // REQUIRED
],
// ...
],
]);
Parameter Details
Members
- AwsAccountId
-
- Required: Yes
- Type: string
The ID of the Amazon Web Services account that owns the brand.
- BrandDefinition
-
- Type: BrandDefinition structure
The definition of the brand.
- BrandId
-
- Required: Yes
- Type: string
The ID of the Quick Suite brand.
- Tags
-
- Type: Array of Tag structures
A map of the key-value pairs that are assigned to the brand.
Result Syntax
[
'BrandDefinition' => [
'ApplicationTheme' => [
'BrandColorPalette' => [
'Accent' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Danger' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Dimension' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Info' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Measure' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Primary' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Secondary' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Success' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Warning' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
],
'BrandElementStyle' => [
'NavbarStyle' => [
'ContextualNavbar' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'GlobalNavbar' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
],
],
'ContextualAccentPalette' => [
'Automation' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Connection' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Insight' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
'Visualization' => [
'Background' => '<string>',
'Foreground' => '<string>',
],
],
],
'BrandName' => '<string>',
'Description' => '<string>',
'LogoConfiguration' => [
'AltText' => '<string>',
'LogoSet' => [
'Favicon' => [
'Original' => [
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
],
'Primary' => [
'Original' => [
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
],
],
],
],
'BrandDetail' => [
'Arn' => '<string>',
'BrandId' => '<string>',
'BrandStatus' => 'CREATE_IN_PROGRESS|CREATE_SUCCEEDED|CREATE_FAILED|DELETE_IN_PROGRESS|DELETE_FAILED',
'CreatedTime' => <DateTime>,
'Errors' => ['<string>', ...],
'LastUpdatedTime' => <DateTime>,
'Logo' => [
'AltText' => '<string>',
'LogoSet' => [
'Favicon' => [
'Height32' => [
'GeneratedImageUrl' => '<string>',
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
'Height64' => [
'GeneratedImageUrl' => '<string>',
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
'Original' => [
'GeneratedImageUrl' => '<string>',
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
],
'Primary' => [
'Height32' => [
'GeneratedImageUrl' => '<string>',
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
'Height64' => [
'GeneratedImageUrl' => '<string>',
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
'Original' => [
'GeneratedImageUrl' => '<string>',
'Source' => [
'PublicUrl' => '<string>',
'S3Uri' => '<string>',
],
],
],
],
],
'VersionId' => '<string>',
'VersionStatus' => 'CREATE_IN_PROGRESS|CREATE_SUCCEEDED|CREATE_FAILED',
],
'RequestId' => '<string>',
]
Result Details
Members
- BrandDefinition
-
- Type: BrandDefinition structure
The definition of the brand.
- BrandDetail
-
- Type: BrandDetail structure
The details of the brand.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
Errors
- ThrottlingException:
Access is throttled.
- InvalidRequestException:
You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.
- LimitExceededException:
A limit is exceeded.
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- InternalServerException:
An internal service exception.
CreateCustomPermissions
$result = $client->createCustomPermissions([/* ... */]); $promise = $client->createCustomPermissionsAsync([/* ... */]);
Creates a custom permissions profile.
Parameter Syntax
$result = $client->createCustomPermissions([
'AwsAccountId' => '<string>', // REQUIRED
'Capabilities' => [
'Action' => 'DENY',
'AddOrRunAnomalyDetectionForAnalyses' => 'DENY',
'Analysis' => 'DENY',
'Automate' => 'DENY',
'ChatAgent' => 'DENY',
'CreateAndUpdateDashboardEmailReports' => 'DENY',
'CreateAndUpdateDataSources' => 'DENY',
'CreateAndUpdateDatasets' => 'DENY',
'CreateAndUpdateThemes' => 'DENY',
'CreateAndUpdateThresholdAlerts' => 'DENY',
'CreateChatAgents' => 'DENY',
'CreateSPICEDataset' => 'DENY',
'CreateSharedFolders' => 'DENY',
'Dashboard' => 'DENY',
'ExportToCsv' => 'DENY',
'ExportToCsvInScheduledReports' => 'DENY',
'ExportToExcel' => 'DENY',
'ExportToExcelInScheduledReports' => 'DENY',
'ExportToPdf' => 'DENY',
'ExportToPdfInScheduledReports' => 'DENY',
'Flow' => 'DENY',
'IncludeContentInScheduledReportsEmail' => 'DENY',
'KnowledgeBase' => 'DENY',
'PerformFlowUiTask' => 'DENY',
'PrintReports' => 'DENY',
'PublishWithoutApproval' => 'DENY',
'RenameSharedFolders' => 'DENY',
'Research' => 'DENY',
'ShareAnalyses' => 'DENY',
'ShareDashboards' => 'DENY',
'ShareDataSources' => 'DENY',
'ShareDatasets' => 'DENY',
'Space' => 'DENY',
'SubscribeDashboardEmailReports' => 'DENY',
'UseAgentWebSearch' => 'DENY',
'UseBedrockModels' => 'DENY',
'ViewAccountSPICECapacity' => 'DENY',
],
'CustomPermissionsName' => '<string>', // REQUIRED
'Tags' => [
[
'Key' => '<string>', // REQUIRED
'Value' => '<string>', // REQUIRED
],
// ...
],
]);
Parameter Details
Members
- AwsAccountId
-
- Required: Yes
- Type: string
The ID of the Amazon Web Services account that you want to create the custom permissions profile in.
- Capabilities
-
- Type: Capabilities structure
A set of actions to include in the custom permissions profile.
- CustomPermissionsName
-
- Required: Yes
- Type: string
The name of the custom permissions profile that you want to create.
- Tags
-
- Type: Array of Tag structures
The tags to associate with the custom permissions profile.
Result Syntax
[
'Arn' => '<string>',
'RequestId' => '<string>',
'Status' => <integer>,
]
Result Details
Members
- Arn
-
- Type: string
The Amazon Resource Name (ARN) of the custom permissions profile.
- RequestId
-
- Type: string
The Amazon Web Services request ID for this operation.
- Status
-
- Type: int
The HTTP status of the request.
Errors
- ConflictException:
Updating or deleting a resource can cause an inconsistent state.
- AccessDeniedException:
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
- ResourceNotFoundException:
One or more resources can't be found.
- ResourceExistsException:
The resource specified already exists.
- InvalidParameterValueException:
One or more parameters has a value that isn't valid.
- ThrottlingException:
Access is throttled.
- PreconditionNotMetException:
One or more preconditions aren't met.
- LimitExceededException:
A limit is exceeded.
- InternalFailureException:
An internal failure occurred.
- ResourceUnavailableException:
This resource is currently unavailable.
CreateDashboard
$result = $client->createDashboard([/* ... */]); $promise = $client->createDashboardAsync([/* ... */]);
Creates a dashboard from either a template or directly with a DashboardDefinition. To first create a template, see the CreateTemplate API operation.
A dashboard is an entity in Amazon Quick Sight that identifies Amazon Quick Sight reports, created from analyses. You can share Amazon Quick Sight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account.
Parameter Syntax
$result = $client->createDashboard([
'AwsAccountId' => '<string>', // REQUIRED
'DashboardId' => '<string>', // REQUIRED
'DashboardPublishOptions' => [
'AdHocFilteringOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'DataPointDrillUpDownOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'DataPointMenuLabelOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'DataPointTooltipOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'DataQAEnabledOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'DataStoriesSharingOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'ExecutiveSummaryOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'ExportToCSVOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'ExportWithHiddenFieldsOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'QuickSuiteActionsOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'SheetControlsOption' => [
'VisibilityState' => 'EXPANDED|COLLAPSED',
],
'SheetLayoutElementMaximizationOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualAxisSortOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualPublishOptions' => [
'ExportHiddenFieldsOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
],
'Definition' => [
'AnalysisDefaults' => [
'DefaultNewSheetConfiguration' => [ // REQUIRED
'InteractiveLayoutConfiguration' => [
'FreeForm' => [
'CanvasSizeOptions' => [ // REQUIRED
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>', // REQUIRED
],
],
],
'Grid' => [
'CanvasSizeOptions' => [ // REQUIRED
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>',
'ResizeOption' => 'FIXED|RESPONSIVE', // REQUIRED
],
],
],
],
'PaginatedLayoutConfiguration' => [
'SectionBased' => [
'CanvasSizeOptions' => [ // REQUIRED
'PaperCanvasSizeOptions' => [
'PaperMargin' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
'PaperOrientation' => 'PORTRAIT|LANDSCAPE',
'PaperSize' => 'US_LETTER|US_LEGAL|US_TABLOID_LEDGER|A0|A1|A2|A3|A4|A5|JIS_B4|JIS_B5',
],
],
],
],
'SheetContentType' => 'PAGINATED|INTERACTIVE',
],
],
'CalculatedFields' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'Expression' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
],
// ...
],
'ColumnConfigurations' => [
[
'ColorsConfiguration' => [
'CustomColors' => [
[
'Color' => '<string>', // REQUIRED
'FieldValue' => '<string>',
'SpecialValue' => 'EMPTY|NULL|OTHER',
],
// ...
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FormatConfiguration' => [
'DateTimeFormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'NumberFormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'StringFormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'Role' => 'DIMENSION|MEASURE',
],
// ...
],
'DataSetIdentifierDeclarations' => [ // REQUIRED
[
'DataSetArn' => '<string>', // REQUIRED
'Identifier' => '<string>', // REQUIRED
],
// ...
],
'FilterGroups' => [
[
'CrossDataset' => 'ALL_DATASETS|SINGLE_DATASET', // REQUIRED
'FilterGroupId' => '<string>', // REQUIRED
'Filters' => [ // REQUIRED
[
'CategoryFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Configuration' => [ // REQUIRED
'CustomFilterConfiguration' => [
'CategoryValue' => '<string>',
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'CustomFilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'FilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
],
'NestedFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'IncludeInnerSet' => true || false, // REQUIRED
'InnerFilter' => [ // REQUIRED
'CategoryInnerFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Configuration' => [ // REQUIRED
'CustomFilterConfiguration' => [
'CategoryValue' => '<string>',
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'CustomFilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'FilterListConfiguration' => [
'CategoryValues' => ['<string>', ...],
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL|CONTAINS|DOES_NOT_CONTAIN|STARTS_WITH|ENDS_WITH', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
],
],
],
'NumericEqualityFilter' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'MatchOperator' => 'EQUALS|DOES_NOT_EQUAL', // REQUIRED
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'SelectAllOptions' => 'FILTER_ALL_VALUES',
'Value' => <float>,
],
'NumericRangeFilter' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'IncludeMaximum' => true || false,
'IncludeMinimum' => true || false,
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'RangeMaximum' => [
'Parameter' => '<string>',
'StaticValue' => <float>,
],
'RangeMinimum' => [
'Parameter' => '<string>',
'StaticValue' => <float>,
],
'SelectAllOptions' => 'FILTER_ALL_VALUES',
],
'RelativeDatesFilter' => [
'AnchorDateConfiguration' => [ // REQUIRED
'AnchorOption' => 'NOW',
'ParameterName' => '<string>',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'ExcludePeriodConfiguration' => [
'Amount' => <integer>, // REQUIRED
'Granularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
'Status' => 'ENABLED|DISABLED',
],
'FilterId' => '<string>', // REQUIRED
'MinimumGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'ParameterName' => '<string>',
'RelativeDateType' => 'PREVIOUS|THIS|LAST|NOW|NEXT', // REQUIRED
'RelativeDateValue' => <integer>,
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
'TimeEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'ParameterName' => '<string>',
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'Value' => <integer || string || DateTime>,
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'ExcludePeriodConfiguration' => [
'Amount' => <integer>, // REQUIRED
'Granularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
'Status' => 'ENABLED|DISABLED',
],
'FilterId' => '<string>', // REQUIRED
'IncludeMaximum' => true || false,
'IncludeMinimum' => true || false,
'NullOption' => 'ALL_VALUES|NULLS_ONLY|NON_NULLS_ONLY', // REQUIRED
'RangeMaximumValue' => [
'Parameter' => '<string>',
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'StaticValue' => <integer || string || DateTime>,
],
'RangeMinimumValue' => [
'Parameter' => '<string>',
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'StaticValue' => <integer || string || DateTime>,
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
'TopBottomFilter' => [
'AggregationSortConfigurations' => [ // REQUIRED
[
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SortDirection' => 'ASC|DESC', // REQUIRED
],
// ...
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DefaultFilterControlConfiguration' => [
'ControlOptions' => [ // REQUIRED
'DefaultDateTimePickerOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'DefaultDropdownOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultListOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'DefaultRelativeDateTimeOptions' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultSliderOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'StepSize' => <float>, // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'DefaultTextAreaOptions' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
'DefaultTextFieldOptions' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
],
],
'Title' => '<string>', // REQUIRED
],
'FilterId' => '<string>', // REQUIRED
'Limit' => <integer>,
'ParameterName' => '<string>',
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
],
// ...
],
'ScopeConfiguration' => [ // REQUIRED
'AllSheets' => [
],
'SelectedSheets' => [
'SheetVisualScopingConfigurations' => [
[
'Scope' => 'ALL_VISUALS|SELECTED_VISUALS', // REQUIRED
'SheetId' => '<string>', // REQUIRED
'VisualIds' => ['<string>', ...],
],
// ...
],
],
],
'Status' => 'ENABLED|DISABLED',
],
// ...
],
'Options' => [
'CustomActionDefaults' => [
'highlightOperation' => [
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_HOVER|NONE', // REQUIRED
],
],
'ExcludedDataSetArns' => ['<string>', ...],
'QBusinessInsightsStatus' => 'ENABLED|DISABLED',
'Timezone' => '<string>',
'WeekStart' => 'SUNDAY|MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY',
],
'ParameterDeclarations' => [
[
'DateTimeParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'RollingDate' => [
'DataSetIdentifier' => '<string>',
'Expression' => '<string>', // REQUIRED
],
'StaticValues' => [<integer || string || DateTime>, ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'ValueWhenUnset' => [
'CustomValue' => <integer || string || DateTime>,
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
'DecimalParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'StaticValues' => [<float>, ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'ParameterValueType' => 'MULTI_VALUED|SINGLE_VALUED', // REQUIRED
'ValueWhenUnset' => [
'CustomValue' => <float>,
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
'IntegerParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'StaticValues' => [<integer>, ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'ParameterValueType' => 'MULTI_VALUED|SINGLE_VALUED', // REQUIRED
'ValueWhenUnset' => [
'CustomValue' => <integer>,
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
'StringParameterDeclaration' => [
'DefaultValues' => [
'DynamicValue' => [
'DefaultValueColumn' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'GroupNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'UserNameColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'StaticValues' => ['<string>', ...],
],
'MappedDataSetParameters' => [
[
'DataSetIdentifier' => '<string>', // REQUIRED
'DataSetParameterName' => '<string>', // REQUIRED
],
// ...
],
'Name' => '<string>', // REQUIRED
'ParameterValueType' => 'MULTI_VALUED|SINGLE_VALUED', // REQUIRED
'ValueWhenUnset' => [
'CustomValue' => '<string>',
'ValueWhenUnsetOption' => 'RECOMMENDED_VALUE|NULL',
],
],
],
// ...
],
'Sheets' => [
[
'ContentType' => 'PAGINATED|INTERACTIVE',
'CustomActionDefaults' => [
'highlightOperation' => [
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_HOVER|NONE', // REQUIRED
],
],
'Description' => '<string>',
'FilterControls' => [
[
'CrossSheet' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
],
'DateTimePicker' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'SINGLE_VALUED|DATE_RANGE',
],
'Dropdown' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'List' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'Values' => ['<string>', ...],
],
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'RelativeDateTime' => [
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'DateTimeFormat' => '<string>',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'Slider' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'StepSize' => <float>, // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'SINGLE_POINT|RANGE',
],
'TextArea' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'TextField' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'FilterControlId' => '<string>', // REQUIRED
'SourceFilterId' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
],
// ...
],
'Images' => [
[
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'CLICK|MENU', // REQUIRED
],
// ...
],
'ImageContentAltText' => '<string>',
'Interactions' => [
'ImageMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Scaling' => [
'ScalingType' => 'SCALE_TO_WIDTH|SCALE_TO_HEIGHT|SCALE_TO_CONTAINER|SCALE_NONE',
],
'SheetImageId' => '<string>', // REQUIRED
'Source' => [ // REQUIRED
'SheetImageStaticFileSource' => [
'StaticFileId' => '<string>', // REQUIRED
],
],
'Tooltip' => [
'TooltipText' => [
'PlainText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'Layouts' => [
[
'Configuration' => [ // REQUIRED
'FreeFormLayout' => [
'CanvasSizeOptions' => [
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>', // REQUIRED
],
],
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
'GridLayout' => [
'CanvasSizeOptions' => [
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>',
'ResizeOption' => 'FIXED|RESPONSIVE', // REQUIRED
],
],
'Elements' => [ // REQUIRED
[
'ColumnIndex' => <integer>,
'ColumnSpan' => <integer>, // REQUIRED
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'RowIndex' => <integer>,
'RowSpan' => <integer>, // REQUIRED
],
// ...
],
],
'SectionBasedLayout' => [
'BodySections' => [ // REQUIRED
[
'Content' => [ // REQUIRED
'Layout' => [
'FreeFormLayout' => [ // REQUIRED
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
],
],
'PageBreakConfiguration' => [
'After' => [
'Status' => 'ENABLED|DISABLED',
],
],
'RepeatConfiguration' => [
'DimensionConfigurations' => [
[
'DynamicCategoryDimensionConfiguration' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Limit' => <integer>,
'SortByMetrics' => [
[
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
// ...
],
],
'DynamicNumericDimensionConfiguration' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Limit' => <integer>,
'SortByMetrics' => [
[
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
// ...
],
],
],
// ...
],
'NonRepeatingVisuals' => ['<string>', ...],
'PageBreakConfiguration' => [
'After' => [
'Status' => 'ENABLED|DISABLED',
],
],
],
'SectionId' => '<string>', // REQUIRED
'Style' => [
'Height' => '<string>',
'Padding' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
],
],
// ...
],
'CanvasSizeOptions' => [ // REQUIRED
'PaperCanvasSizeOptions' => [
'PaperMargin' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
'PaperOrientation' => 'PORTRAIT|LANDSCAPE',
'PaperSize' => 'US_LETTER|US_LEGAL|US_TABLOID_LEDGER|A0|A1|A2|A3|A4|A5|JIS_B4|JIS_B5',
],
],
'FooterSections' => [ // REQUIRED
[
'Layout' => [ // REQUIRED
'FreeFormLayout' => [ // REQUIRED
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
],
'SectionId' => '<string>', // REQUIRED
'Style' => [
'Height' => '<string>',
'Padding' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
],
],
// ...
],
'HeaderSections' => [ // REQUIRED
[
'Layout' => [ // REQUIRED
'FreeFormLayout' => [ // REQUIRED
'Elements' => [ // REQUIRED
[
'BackgroundStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'Height' => '<string>', // REQUIRED
'LoadingAnimation' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RenderingRules' => [
[
'ConfigurationOverrides' => [ // REQUIRED
'Visibility' => 'HIDDEN|VISIBLE',
],
'Expression' => '<string>', // REQUIRED
],
// ...
],
'SelectedBorderStyle' => [
'Color' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>', // REQUIRED
'XAxisLocation' => '<string>', // REQUIRED
'YAxisLocation' => '<string>', // REQUIRED
],
// ...
],
],
],
'SectionId' => '<string>', // REQUIRED
'Style' => [
'Height' => '<string>',
'Padding' => [
'Bottom' => '<string>',
'Left' => '<string>',
'Right' => '<string>',
'Top' => '<string>',
],
],
],
// ...
],
],
],
],
// ...
],
'Name' => '<string>',
'ParameterControls' => [
[
'DateTimePicker' => [
'DisplayOptions' => [
'DateIconVisibility' => 'HIDDEN|VISIBLE',
'DateTimeFormat' => '<string>',
'HelperTextVisibility' => 'HIDDEN|VISIBLE',
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'Dropdown' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'CommitMode' => 'AUTO|MANUAL',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'LinkToDataSetColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Values' => ['<string>', ...],
],
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'List' => [
'CascadingControlConfiguration' => [
'SourceControls' => [
[
'ColumnToMatch' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceSheetControlId' => '<string>',
],
// ...
],
],
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SearchOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'SelectAllOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SelectableValues' => [
'LinkToDataSetColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Values' => ['<string>', ...],
],
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
'Type' => 'MULTI_SELECT|SINGLE_SELECT',
],
'Slider' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'MaximumValue' => <float>, // REQUIRED
'MinimumValue' => <float>, // REQUIRED
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'StepSize' => <float>, // REQUIRED
'Title' => '<string>', // REQUIRED
],
'TextArea' => [
'Delimiter' => '<string>',
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
'TextField' => [
'DisplayOptions' => [
'InfoIconLabelOptions' => [
'InfoIconText' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PlaceholderOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'TitleOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'ParameterControlId' => '<string>', // REQUIRED
'SourceParameterName' => '<string>', // REQUIRED
'Title' => '<string>', // REQUIRED
],
],
// ...
],
'SheetControlLayouts' => [
[
'Configuration' => [ // REQUIRED
'GridLayout' => [
'CanvasSizeOptions' => [
'ScreenCanvasSizeOptions' => [
'OptimizedViewPortWidth' => '<string>',
'ResizeOption' => 'FIXED|RESPONSIVE', // REQUIRED
],
],
'Elements' => [ // REQUIRED
[
'ColumnIndex' => <integer>,
'ColumnSpan' => <integer>, // REQUIRED
'ElementId' => '<string>', // REQUIRED
'ElementType' => 'VISUAL|FILTER_CONTROL|PARAMETER_CONTROL|TEXT_BOX|IMAGE', // REQUIRED
'RowIndex' => <integer>,
'RowSpan' => <integer>, // REQUIRED
],
// ...
],
],
],
],
// ...
],
'SheetId' => '<string>', // REQUIRED
'TextBoxes' => [
[
'Content' => '<string>',
'Interactions' => [
'TextBoxMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'SheetTextBoxId' => '<string>', // REQUIRED
],
// ...
],
'Title' => '<string>',
'Visuals' => [
[
'BarChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BarsArrangement' => 'CLUSTERED|STACKED|STACKED_PERCENT',
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ContributionAnalysisDefaults' => [
[
'ContributorDimensions' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'MeasureFieldId' => '<string>', // REQUIRED
],
// ...
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'BarChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'SmallMultiples' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'Orientation' => 'HORIZONTAL|VERTICAL',
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SmallMultiplesOptions' => [
'MaxVisibleColumns' => <integer>,
'MaxVisibleRows' => <integer>,
'PanelConfiguration' => [
'BackgroundColor' => '<string>',
'BackgroundVisibility' => 'HIDDEN|VISIBLE',
'BorderColor' => '<string>',
'BorderStyle' => 'SOLID|DASHED|DOTTED',
'BorderThickness' => '<string>',
'BorderVisibility' => 'HIDDEN|VISIBLE',
'GutterSpacing' => '<string>',
'GutterVisibility' => 'HIDDEN|VISIBLE',
'Title' => [
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalTextAlignment' => 'LEFT|CENTER|RIGHT|AUTO',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'XAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
'YAxis' => [
'Placement' => 'OUTSIDE|INSIDE',
'Scale' => 'SHARED|INDEPENDENT',
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'ColorItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'ColorSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'SmallMultiplesLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'SmallMultiplesSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'ValueAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'ValueLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'BoxPlotVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BoxPlotOptions' => [
'AllDataPointsVisibility' => 'HIDDEN|VISIBLE',
'OutlierVisibility' => 'HIDDEN|VISIBLE',
'StyleOptions' => [
'FillStyle' => 'SOLID|TRANSPARENT',
],
],
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'BoxPlotAggregatedFieldWells' => [
'GroupBy' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'PrimaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'PrimaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SortConfiguration' => [
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'PaginationConfiguration' => [
'PageNumber' => <integer>, // REQUIRED
'PageSize' => <integer>, // REQUIRED
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'ComboChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BarDataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'BarsArrangement' => 'CLUSTERED|STACKED|STACKED_PERCENT',
'CategoryAxis' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ColorLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'ComboChartAggregatedFieldWells' => [
'BarValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'LineValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'LineDataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'PrimaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'PrimaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'ReferenceLines' => [
[
'DataConfiguration' => [ // REQUIRED
'AxisBinding' => 'PRIMARY_YAXIS|SECONDARY_YAXIS',
'DynamicConfiguration' => [
'Calculation' => [ // REQUIRED
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'MeasureAggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
],
'SeriesType' => 'BAR|LINE',
'StaticConfiguration' => [
'Value' => <float>, // REQUIRED
],
],
'LabelConfiguration' => [
'CustomLabelConfiguration' => [
'CustomLabel' => '<string>', // REQUIRED
],
'FontColor' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'HorizontalPosition' => 'LEFT|CENTER|RIGHT',
'ValueLabelConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'RelativePosition' => 'BEFORE_CUSTOM_LABEL|AFTER_CUSTOM_LABEL',
],
'VerticalPosition' => 'ABOVE|BELOW',
],
'Status' => 'ENABLED|DISABLED',
'StyleConfiguration' => [
'Color' => '<string>',
'Pattern' => 'SOLID|DASHED|DOTTED',
],
],
// ...
],
'SecondaryYAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'SecondaryYAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SingleAxisOptions' => [
'YAxisOptions' => [
'YAxis' => 'PRIMARY_Y_AXIS', // REQUIRED
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'ColorItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'ColorSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'CustomContentVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ContentType' => 'IMAGE|OTHER_EMBEDDED_CONTENT',
'ContentUrl' => '<string>',
'ImageScaling' => 'FIT_TO_HEIGHT|FIT_TO_WIDTH|DO_NOT_SCALE|SCALE_TO_VISUAL',
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
],
'DataSetIdentifier' => '<string>', // REQUIRED
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'EmptyVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'DataSetIdentifier' => '<string>', // REQUIRED
'VisualId' => '<string>', // REQUIRED
],
'FilledMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldWells' => [
'FilledMapAggregatedFieldWells' => [
'Geospatial' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'MapStyleOptions' => [
'BaseMapStyle' => 'LIGHT_GRAY|DARK_GRAY|STREET|IMAGERY',
],
'SortConfiguration' => [
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'WindowOptions' => [
'Bounds' => [
'East' => <float>, // REQUIRED
'North' => <float>, // REQUIRED
'South' => <float>, // REQUIRED
'West' => <float>, // REQUIRED
],
'MapZoomMode' => 'AUTO|MANUAL',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [ // REQUIRED
[
'Shape' => [ // REQUIRED
'FieldId' => '<string>', // REQUIRED
'Format' => [
'BackgroundColor' => [ // REQUIRED
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'FunnelChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'CategoryLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'DataLabelOptions' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'LabelColor' => '<string>',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureDataLabelStyle' => 'VALUE_ONLY|PERCENTAGE_BY_FIRST_STAGE|PERCENTAGE_BY_PREVIOUS_STAGE|VALUE_AND_PERCENTAGE_BY_FIRST_STAGE|VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE',
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'FunnelChartAggregatedFieldWells' => [
'Category' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'SortConfiguration' => [
'CategoryItemsLimit' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'CategorySort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'ValueLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'GaugeChartVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ColorConfiguration' => [
'BackgroundColor' => '<string>',
'ForegroundColor' => '<string>',
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'TargetValues' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
'GaugeChartOptions' => [
'Arc' => [
'ArcAngle' => <float>,
'ArcThickness' => 'SMALL|MEDIUM|LARGE',
],
'ArcAxis' => [
'Range' => [
'Max' => <float>,
'Min' => <float>,
],
'ReserveRange' => <integer>,
],
'Comparison' => [
'ComparisonFormat' => [
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
'ComparisonMethod' => 'DIFFERENCE|PERCENT_DIFFERENCE|PERCENT',
],
'PrimaryValueDisplayType' => 'HIDDEN|COMPARISON|ACTUAL',
'PrimaryValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'TooltipOptions' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
],
'ConditionalFormatting' => [
'ConditionalFormattingOptions' => [
[
'Arc' => [
'ForegroundColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
'PrimaryValue' => [
'Icon' => [
'CustomCondition' => [
'Color' => '<string>',
'DisplayConfiguration' => [
'IconDisplayOption' => 'ICON_ONLY',
],
'Expression' => '<string>', // REQUIRED
'IconOptions' => [ // REQUIRED
'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>',
],
],
'IconSet' => [
'Expression' => '<string>', // REQUIRED
'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',
],
],
'TextColor' => [
'Gradient' => [
'Color' => [ // REQUIRED
'Stops' => [
[
'Color' => '<string>',
'DataValue' => <float>,
'GradientOffset' => <float>, // REQUIRED
],
// ...
],
],
'Expression' => '<string>', // REQUIRED
],
'Solid' => [
'Color' => '<string>',
'Expression' => '<string>', // REQUIRED
],
],
],
],
// ...
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'GeospatialMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'FieldWells' => [
'GeospatialMapAggregatedFieldWells' => [
'Colors' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Geospatial' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'MapStyleOptions' => [
'BaseMapStyle' => 'LIGHT_GRAY|DARK_GRAY|STREET|IMAGERY',
],
'PointStyleOptions' => [
'ClusterMarkerConfiguration' => [
'ClusterMarker' => [
'SimpleClusterMarker' => [
'Color' => '<string>',
],
],
],
'HeatmapConfiguration' => [
'HeatmapColor' => [
'Colors' => [
[
'Color' => '<string>', // REQUIRED
],
// ...
],
],
],
'SelectedPointStyle' => 'POINT|CLUSTER|HEATMAP',
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'WindowOptions' => [
'Bounds' => [
'East' => <float>, // REQUIRED
'North' => <float>, // REQUIRED
'South' => <float>, // REQUIRED
'West' => <float>, // REQUIRED
],
'MapZoomMode' => 'AUTO|MANUAL',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'HeatMapVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'ColorScale' => [
'ColorFillType' => 'DISCRETE|GRADIENT', // REQUIRED
'Colors' => [ // REQUIRED
[
'Color' => '<string>',
'DataValue' => <float>,
],
// ...
],
'NullValueColor' => [
'Color' => '<string>',
'DataValue' => <float>,
],
],
'ColumnAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'ColumnLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'HeatMapAggregatedFieldWells' => [
'Columns' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Rows' => [
[
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
// ...
],
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Legend' => [
'Height' => '<string>',
'Position' => 'AUTO|RIGHT|BOTTOM|TOP',
'Title' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'ValueFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
'Width' => '<string>',
],
'RowAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'RowLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'SortConfiguration' => [
'HeatMapColumnItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'HeatMapColumnSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
'HeatMapRowItemsLimitConfiguration' => [
'ItemsLimit' => <integer>,
'OtherCategories' => 'INCLUDE|EXCLUDE',
],
'HeatMapRowSort' => [
[
'ColumnSort' => [
'AggregationFunction' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Direction' => 'ASC|DESC', // REQUIRED
'SortBy' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'FieldSort' => [
'Direction' => 'ASC|DESC', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
],
// ...
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
],
'ColumnHierarchies' => [
[
'DateTimeHierarchy' => [
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'ExplicitHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
'PredefinedHierarchy' => [
'Columns' => [ // REQUIRED
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'DrillDownFilters' => [
[
'CategoryFilter' => [
'CategoryValues' => ['<string>', ...], // REQUIRED
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
],
'NumericEqualityFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Value' => <float>, // REQUIRED
],
'TimeRangeFilter' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'RangeMaximum' => <integer || string || DateTime>, // REQUIRED
'RangeMinimum' => <integer || string || DateTime>, // REQUIRED
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND', // REQUIRED
],
],
// ...
],
'HierarchyId' => '<string>', // REQUIRED
],
],
// ...
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'HistogramVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'ChartConfiguration' => [
'BinOptions' => [
'BinCount' => [
'Value' => <integer>,
],
'BinWidth' => [
'BinCountLimit' => <integer>,
'Value' => <float>,
],
'SelectedBinType' => 'BIN_COUNT|BIN_WIDTH',
'StartValue' => <float>,
],
'DataLabels' => [
'CategoryLabelVisibility' => 'HIDDEN|VISIBLE',
'DataLabelTypes' => [
[
'DataPathLabelType' => [
'FieldId' => '<string>',
'FieldValue' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldLabelType' => [
'FieldId' => '<string>',
'Visibility' => 'HIDDEN|VISIBLE',
],
'MaximumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'MinimumLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
'RangeEndsLabelType' => [
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'LabelColor' => '<string>',
'LabelContent' => 'VALUE|PERCENT|VALUE_AND_PERCENT',
'LabelFontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'MeasureLabelVisibility' => 'HIDDEN|VISIBLE',
'Overlap' => 'DISABLE_OVERLAP|ENABLE_OVERLAP',
'Position' => 'INSIDE|OUTSIDE|LEFT|TOP|BOTTOM|RIGHT',
'TotalsVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldWells' => [
'HistogramAggregatedFieldWells' => [
'Values' => [
[
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
// ...
],
],
],
'Interactions' => [
'ContextMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
'VisualMenuOption' => [
'AvailabilityStatus' => 'ENABLED|DISABLED',
],
],
'Tooltip' => [
'FieldBasedTooltip' => [
'AggregationVisibility' => 'HIDDEN|VISIBLE',
'TooltipFields' => [
[
'ColumnTooltipItem' => [
'Aggregation' => [
'AttributeAggregationFunction' => [
'SimpleAttributeAggregation' => 'UNIQUE_VALUE',
'ValueForMultipleValues' => '<string>',
],
'CategoricalAggregationFunction' => 'COUNT|DISTINCT_COUNT',
'DateAggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'NumericalAggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'FieldTooltipItem' => [
'FieldId' => '<string>', // REQUIRED
'Label' => '<string>',
'TooltipTarget' => 'BOTH|BAR|LINE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
// ...
],
'TooltipTitleType' => 'NONE|PRIMARY_VALUE',
],
'SelectedTooltipType' => 'BASIC|DETAILED',
'TooltipVisibility' => 'HIDDEN|VISIBLE',
],
'VisualPalette' => [
'ChartColor' => '<string>',
'ColorMap' => [
[
'Color' => '<string>', // REQUIRED
'Element' => [ // REQUIRED
'DataPathType' => [
'PivotTableDataPathType' => 'HIERARCHY_ROWS_LAYOUT_COLUMN|MULTIPLE_ROW_METRICS_COLUMN|EMPTY_COLUMN_HEADER|COUNT_METRIC_COLUMN',
],
'FieldId' => '<string>',
'FieldValue' => '<string>',
],
'TimeGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
],
// ...
],
],
'XAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
'XAxisLabelOptions' => [
'AxisLabelOptions' => [
[
'ApplyTo' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
],
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
],
// ...
],
'SortIconVisibility' => 'HIDDEN|VISIBLE',
'Visibility' => 'HIDDEN|VISIBLE',
],
'YAxisDisplayOptions' => [
'AxisLineVisibility' => 'HIDDEN|VISIBLE',
'AxisOffset' => '<string>',
'DataOptions' => [
'DateAxisOptions' => [
'MissingDateVisibility' => 'HIDDEN|VISIBLE',
],
'NumericAxisOptions' => [
'Range' => [
'DataDriven' => [
],
'MinMax' => [
'Maximum' => <float>,
'Minimum' => <float>,
],
],
'Scale' => [
'Linear' => [
'StepCount' => <integer>,
'StepSize' => <float>,
],
'Logarithmic' => [
'Base' => <float>,
],
],
],
],
'GridLineVisibility' => 'HIDDEN|VISIBLE',
'ScrollbarOptions' => [
'Visibility' => 'HIDDEN|VISIBLE',
'VisibleRange' => [
'PercentRange' => [
'From' => <float>,
'To' => <float>,
],
],
],
'TickLabelOptions' => [
'LabelOptions' => [
'CustomLabel' => '<string>',
'FontConfiguration' => [
'FontColor' => '<string>',
'FontDecoration' => 'UNDERLINE|NONE',
'FontFamily' => '<string>',
'FontSize' => [
'Absolute' => '<string>',
'Relative' => 'EXTRA_SMALL|SMALL|MEDIUM|LARGE|EXTRA_LARGE',
],
'FontStyle' => 'NORMAL|ITALIC',
'FontWeight' => [
'Name' => 'NORMAL|BOLD',
],
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'RotationAngle' => <float>,
],
],
],
'Subtitle' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'Title' => [
'FormatText' => [
'PlainText' => '<string>',
'RichText' => '<string>',
],
'Visibility' => 'HIDDEN|VISIBLE',
],
'VisualContentAltText' => '<string>',
'VisualId' => '<string>', // REQUIRED
],
'InsightVisual' => [
'Actions' => [
[
'ActionOperations' => [ // REQUIRED
[
'FilterOperation' => [
'SelectedFieldsConfiguration' => [ // REQUIRED
'SelectedColumns' => [
[
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
// ...
],
'SelectedFieldOptions' => 'ALL_FIELDS',
'SelectedFields' => ['<string>', ...],
],
'TargetVisualsConfiguration' => [ // REQUIRED
'SameSheetTargetVisualConfiguration' => [
'TargetVisualOptions' => 'ALL_VISUALS',
'TargetVisuals' => ['<string>', ...],
],
],
],
'NavigationOperation' => [
'LocalNavigationConfiguration' => [
'TargetSheetId' => '<string>', // REQUIRED
],
],
'SetParametersOperation' => [
'ParameterValueConfigurations' => [ // REQUIRED
[
'DestinationParameterName' => '<string>', // REQUIRED
'Value' => [ // REQUIRED
'CustomValuesConfiguration' => [
'CustomValues' => [ // REQUIRED
'DateTimeValues' => [<integer || string || DateTime>, ...],
'DecimalValues' => [<float>, ...],
'IntegerValues' => [<integer>, ...],
'StringValues' => ['<string>', ...],
],
'IncludeNullValue' => true || false,
],
'SelectAllValueOptions' => 'ALL_VALUES',
'SourceColumn' => [
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'SourceField' => '<string>',
'SourceParameterName' => '<string>',
],
],
// ...
],
],
'URLOperation' => [
'URLTarget' => 'NEW_TAB|NEW_WINDOW|SAME_TAB', // REQUIRED
'URLTemplate' => '<string>', // REQUIRED
],
],
// ...
],
'CustomActionId' => '<string>', // REQUIRED
'Name' => '<string>', // REQUIRED
'Status' => 'ENABLED|DISABLED',
'Trigger' => 'DATA_POINT_CLICK|DATA_POINT_MENU', // REQUIRED
],
// ...
],
'DataSetIdentifier' => '<string>', // REQUIRED
'InsightConfiguration' => [
'Computations' => [
[
'Forecast' => [
'ComputationId' => '<string>', // REQUIRED
'CustomSeasonalityValue' => <integer>,
'LowerBoundary' => <float>,
'Name' => '<string>',
'PeriodsBackward' => <integer>,
'PeriodsForward' => <integer>,
'PredictionInterval' => <integer>,
'Seasonality' => 'AUTOMATIC|CUSTOM',
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'NumericalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
],
'UpperBoundary' => <float>,
'Value' => [
'CalculatedMeasureField' => [
'Expression' => '<string>', // REQUIRED
'FieldId' => '<string>', // REQUIRED
],
'CategoricalMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'DateMeasureField' => [
'AggregationFunction' => 'COUNT|DISTINCT_COUNT|MIN|MAX',
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'DateTimeFormat' => '<string>',
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
'NumericalMeasureField' => [
'AggregationFunction' => [
'PercentileAggregation' => [
'PercentileValue' => <float>,
],
'SimpleNumericalAggregation' => 'SUM|AVERAGE|MIN|MAX|COUNT|DISTINCT_COUNT|VAR|VARP|STDEV|STDEVP|MEDIAN',
],
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'FormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
],
],
],
'GrowthRate' => [
'ComputationId' => '<string>', // REQUIRED
'Name' => '<string>',
'PeriodSize' => <integer>,
'Time' => [
'CategoricalDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'FieldId' => '<string>', // REQUIRED
'FormatConfiguration' => [
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumericFormatConfiguration' => [
'CurrencyDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
'Symbol' => '<string>',
],
'NumberDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'NumberScale' => 'NONE|AUTO|THOUSANDS|MILLIONS|BILLIONS|TRILLIONS|LAKHS|CRORES',
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
'PercentageDisplayFormatConfiguration' => [
'DecimalPlacesConfiguration' => [
'DecimalPlaces' => <integer>, // REQUIRED
],
'NegativeValueConfiguration' => [
'DisplayMode' => 'POSITIVE|NEGATIVE', // REQUIRED
],
'NullValueFormatConfiguration' => [
'NullString' => '<string>', // REQUIRED
],
'Prefix' => '<string>',
'SeparatorConfiguration' => [
'DecimalSeparator' => 'COMMA|DOT|SPACE',
'ThousandsSeparator' => [
'GroupingStyle' => 'DEFAULT|LAKHS',
'Symbol' => 'COMMA|DOT|SPACE',
'Visibility' => 'HIDDEN|VISIBLE',
],
],
'Suffix' => '<string>',
],
],
],
'HierarchyId' => '<string>',
],
'DateDimensionField' => [
'Column' => [ // REQUIRED
'ColumnName' => '<string>', // REQUIRED
'DataSetIdentifier' => '<string>', // REQUIRED
],
'DateGranularity' => 'YEAR|QUARTER|MONTH|WEEK|DAY|HOUR|MINUTE|SECOND|MILLISECOND',
'FieldId' => '<string>', // REQUIRED